Skip to content

Commit b4bb493

Browse files
committed
Separate the analysis task and the test task for the FIT bits, new: analysis task aiming to measure multiplicities with FIT
1 parent ce79817 commit b4bb493

3 files changed

Lines changed: 458 additions & 77 deletions

File tree

PWGUD/Tasks/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,4 +272,9 @@ o2physics_add_dpl_workflow(sg-exclusive-jpsi-midrapidity
272272
o2physics_add_dpl_workflow(fitbit-mapping
273273
SOURCES upcTestFITBitMapping.cxx
274274
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
275+
COMPONENT_NAME Analysis)
276+
277+
o2physics_add_dpl_workflow(fit-multiplicity
278+
SOURCES upcFITMultiplicity.cxx
279+
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
275280
COMPONENT_NAME Analysis)

0 commit comments

Comments
 (0)