Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cbmroot
Manage
Activity
Members
Labels
Plan
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Computing
cbmroot
Commits
00349ea1
Commit
00349ea1
authored
4 years ago
by
Pierre-Alain Loizeau
Browse files
Options
Downloads
Patches
Plain Diff
Fix missing dependency in CbmMuchReco library (+typo in mCBM macro)
parent
f8a1df48
No related branches found
No related tags found
1 merge request
!183
BUG FIX: Fix missing dependency in all libraries (+typo in mCBM macro)
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
macro/beamtime/mcbm2020/mcbm_reco.C
+1
-1
1 addition, 1 deletion
macro/beamtime/mcbm2020/mcbm_reco.C
reco/detectors/much/CMakeLists.txt
+8
-8
8 additions, 8 deletions
reco/detectors/much/CMakeLists.txt
with
9 additions
and
9 deletions
macro/beamtime/mcbm2020/mcbm_reco.C
+
1
−
1
View file @
00349ea1
...
@@ -179,7 +179,7 @@ void mcbm_reco(Int_t runId = 831, Int_t nTimeslices = 0) {
...
@@ -179,7 +179,7 @@ void mcbm_reco(Int_t runId = 831, Int_t nTimeslices = 0) {
std
::
cout
<<
std
::
endl
<<
std
::
endl
;
std
::
cout
<<
std
::
endl
<<
std
::
endl
;
std
::
cout
<<
"Macro finished successfully."
<<
std
::
endl
;
std
::
cout
<<
"Macro finished successfully."
<<
std
::
endl
;
std
::
cout
<<
"Output file is "
<<
outFile
<<
std
::
endl
;
std
::
cout
<<
"Output file is "
<<
outFile
<<
std
::
endl
;
std
::
cout
<<
"Parameter file is "
<<
parFile
Out
<<
std
::
endl
;
std
::
cout
<<
"Parameter file is "
<<
parFile
<<
std
::
endl
;
std
::
cout
<<
"Real time "
<<
rtime
<<
" s, CPU time "
<<
ctime
<<
" s"
std
::
cout
<<
"Real time "
<<
rtime
<<
" s, CPU time "
<<
ctime
<<
" s"
<<
std
::
endl
;
<<
std
::
endl
;
std
::
cout
<<
std
::
endl
;
std
::
cout
<<
std
::
endl
;
...
...
This diff is collapsed.
Click to expand it.
reco/detectors/much/CMakeLists.txt
+
8
−
8
View file @
00349ea1
...
@@ -6,18 +6,18 @@ ${CBMDETECTORBASE_DIR}/much
...
@@ -6,18 +6,18 @@ ${CBMDETECTORBASE_DIR}/much
${
CBMROOT_SOURCE_DIR
}
/reco/base
${
CBMROOT_SOURCE_DIR
}
/reco/base
${
CBMROOT_SOURCE_DIR
}
/core/qa
${
CBMROOT_SOURCE_DIR
}
/core/qa
${
CBMBASE_DIR
}
${
CBMBASE_DIR
}
${
CBMDATA_DIR
}
${
CBMDATA_DIR
}
${
CBMDATA_DIR
}
/much
${
CBMDATA_DIR
}
/much
${
CBMDATA_DIR
}
/global
${
CBMDATA_DIR
}
/global
${
CBMDATA_DIR
}
/base
${
CBMDATA_DIR
}
/base
)
)
Include_Directories
(
${
INCLUDE_DIRECTORIES
}
)
Include_Directories
(
${
INCLUDE_DIRECTORIES
}
)
Set
(
SYSTEM_INCLUDE_DIRECTORIES
Set
(
SYSTEM_INCLUDE_DIRECTORIES
${
BASE_INCLUDE_DIRECTORIES
}
${
BASE_INCLUDE_DIRECTORIES
}
)
)
Include_Directories
(
SYSTEM
${
SYSTEM_INCLUDE_DIRECTORIES
}
)
Include_Directories
(
SYSTEM
${
SYSTEM_INCLUDE_DIRECTORIES
}
)
...
@@ -27,7 +27,7 @@ ${ROOT_LIBRARY_DIR}
...
@@ -27,7 +27,7 @@ ${ROOT_LIBRARY_DIR}
${
FAIRROOT_LIBRARY_DIR
}
${
FAIRROOT_LIBRARY_DIR
}
${
Boost_LIBRARY_DIRS
}
${
Boost_LIBRARY_DIRS
}
)
)
link_directories
(
${
LINK_DIRECTORIES
}
)
link_directories
(
${
LINK_DIRECTORIES
}
)
set
(
SRCS
set
(
SRCS
...
@@ -35,7 +35,7 @@ CbmMuchFindHitsGem.cxx
...
@@ -35,7 +35,7 @@ CbmMuchFindHitsGem.cxx
CbmMuchHitProducerIdeal.cxx
CbmMuchHitProducerIdeal.cxx
CbmMuchFindTracks.cxx
CbmMuchFindTracks.cxx
CbmMuchMatchTracks.cxx
CbmMuchMatchTracks.cxx
CbmMuchTrackFinderIdeal.cxx
CbmMuchTrackFinderIdeal.cxx
qa/CbmMuchHitFinderQa.cxx
qa/CbmMuchHitFinderQa.cxx
...
@@ -44,7 +44,7 @@ qa/CbmMuchHitFinderQa.cxx
...
@@ -44,7 +44,7 @@ qa/CbmMuchHitFinderQa.cxx
set
(
LINKDEF CbmMuchRecoLinkDef.h
)
set
(
LINKDEF CbmMuchRecoLinkDef.h
)
Set
(
LIBRARY_NAME CbmMuchReco
)
Set
(
LIBRARY_NAME CbmMuchReco
)
Set
(
DEPENDENCIES
Set
(
DEPENDENCIES
CbmMuchBase CbmRecoBase CbmBase CbmData Base
CbmMuchBase CbmRecoBase CbmBase
CbmQaBase
CbmData Base
)
)
GENERATE_LIBRARY
()
GENERATE_LIBRARY
()
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment