Skip to content

Commit dec6fa0

Browse files
RafRaf11Rafael Manhartalibuild
authored
Add task for nuclei in Pb-Pb (#1677)
* Feat; added new analysis task to PWGLF * Feat; addednew analysis task to PWGLF * Please consider the following formatting changes * Update NucleiHistTask.cxx * Update NucleiHistTask.cxx * Fix: fix linting * Fix: fixed whitespaces * Please consider the following formatting changes * Update CMakeLists.txt Co-authored-by: Rafael Manhart <rafael.manhart@tum.de> Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
1 parent e02dd69 commit dec6fa0

File tree

2 files changed

+521
-1
lines changed

2 files changed

+521
-1
lines changed

PWGLF/Tasks/CMakeLists.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,9 @@ o2physics_add_dpl_workflow(v0qaanalysis
129129
o2physics_add_dpl_workflow(cascqaanalysis
130130
SOURCES cascqaanalysis.cxx
131131
PUBLIC_LINK_LIBRARIES O2::Framework O2::DetectorsBase O2Physics::AnalysisCore O2::DetectorsVertexing
132-
COMPONENT_NAME Analysis)
132+
COMPONENT_NAME Analysis)
133+
134+
o2physics_add_dpl_workflow(nuclei-hist
135+
SOURCES NucleiHistTask.cxx
136+
PUBLIC_LINK_LIBRARIES O2::Framework O2::DetectorsBase O2Physics::AnalysisCore
137+
COMPONENT_NAME Analysis)

0 commit comments

Comments
 (0)