We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12d10b6 commit 08bcc95Copy full SHA for 08bcc95
Common/TableProducer/CMakeLists.txt
@@ -160,3 +160,7 @@ o2physics_add_dpl_workflow(muon-realignment
160
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2::DetectorsBase O2::DetectorsCommonDataFormats O2::MathUtils O2::MCHTracking O2::DataFormatsMCH O2::GlobalTracking O2::MCHBase O2::MCHGeometryTransformer O2::CommonUtils
161
COMPONENT_NAME Analysis)
162
163
+o2physics_add_dpl_workflow(selectionstudytable
164
+ SOURCES selectionStudyTable.cxx
165
+ PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
166
+ COMPONENT_NAME Analysis)
0 commit comments