We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 709813e commit 521656fCopy full SHA for 521656f
2 files changed
Detectors/PHOS/simulation/CMakeLists.txt
@@ -11,7 +11,7 @@
11
o2_add_library(PHOSSimulation
12
SOURCES src/Detector.cxx src/GeometryParams.cxx src/Digitizer.cxx
13
src/DigitizerTask.cxx src/PHOSSimParams.cxx
14
- PUBLIC_LINK_LIBRARIES O2::DetectorsBase O2::PHOSBase)
+ PUBLIC_LINK_LIBRARIES O2::DetectorsBase O2::PHOSBase O2::SimConfig)
15
16
o2_target_root_dictionary(PHOSSimulation
17
HEADERS include/PHOSSimulation/Detector.h
Detectors/PHOS/simulation/src/PHOSSimulationLinkDef.h
@@ -21,4 +21,7 @@
21
#pragma link C++ class o2::phos::Digitizer + ;
22
#pragma link C++ class o2::phos::DigitizerTask + ;
23
24
+#pragma link C++ class o2::phos::PHOSSimParams +;
25
+#pragma link C++ class o2::conf::ConfigurableParamHelper<PHOSSimParams> +;
26
+
27
#endif
0 commit comments