Skip to content

Commit 37cba1e

Browse files
Add task specific to flow
Refactor nuclei flow tree implementation and add nuclei utilities header Refactor nuclei flow tree and spectra to use kTriton flag for track filtering. Rearrangement of if chain for readability Refactor nucleiFlowTree configuration and improve code readability Removed unnecessary configurables Please consider the following formatting changes Please consider the following formatting changes Added copyright header Fix float conversion in event selections histogram and update header guard in nucleiUtils.h Fix header guard in nucleiUtils.h to ensure proper inclusion Sintax fix Fix parenthesis Remove coredump files Fix executable name
1 parent 57c619f commit 37cba1e

File tree

4 files changed

+679
-2
lines changed

4 files changed

+679
-2
lines changed

PWGLF/TableProducer/Nuspex/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,8 @@ o2physics_add_dpl_workflow(reduced3body-creator
103103
SOURCES reduced3bodyCreator.cxx
104104
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore KFParticle::KFParticle O2Physics::EventFilteringUtils O2::TOFBase
105105
COMPONENT_NAME Analysis)
106+
107+
o2physics_add_dpl_workflow(nuclei-flow-trees
108+
SOURCES nucleiFlowTree.cxx
109+
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2::DetectorsBase O2Physics::EventFilteringUtils
110+
COMPONENT_NAME Analysis)

0 commit comments

Comments
 (0)