Skip to content

Commit e38a5f7

Browse files
lhusovaLucia Anna Tarasovicova
andauthored
PWGLF: new task (AliceO2Group#4346)
* add new task for analysing cascades based on derived data * add the event sel table * fix the collision subscription --------- Co-authored-by: Lucia Anna Tarasovicova <lucia.anna.husova@cern.ch>
1 parent d8691b5 commit e38a5f7

2 files changed

Lines changed: 790 additions & 0 deletions

File tree

PWGLF/Tasks/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,11 @@ o2physics_add_dpl_workflow(vzero-cascade-absorption
165165
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
166166
COMPONENT_NAME Analysis)
167167

168+
o2physics_add_dpl_workflow(derivedcascadeanalysis
169+
SOURCES derivedcascadeanalysis.cxx
170+
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
171+
COMPONENT_NAME Analysis)
172+
168173
# Resonance
169174
o2physics_add_dpl_workflow(rsnanalysis
170175
SOURCES rsnanalysis.cxx

0 commit comments

Comments
 (0)