Skip to content

Commit cf647b3

Browse files
fpvolpeFlavio Pio Volpe
andauthored
[PWGLF] Added light version of spectraTOF (#17405)
Co-authored-by: Flavio Pio Volpe <fpvolpe@gr3srv.ts.infn.it>
1 parent e6d7733 commit cf647b3

2 files changed

Lines changed: 1202 additions & 0 deletions

File tree

PWGLF/Tasks/Nuspex/CMakeLists.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@ o2physics_add_dpl_workflow(spectra-tof
5454
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
5555
COMPONENT_NAME Analysis)
5656

57+
#New
58+
o2physics_add_dpl_workflow(spectra-tof-light
59+
SOURCES spectraTOFLight.cxx
60+
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
61+
COMPONENT_NAME Analysis)
62+
5763
o2physics_add_dpl_workflow(spectra-tof-run2
5864
SOURCES spectraTOFRun2.cxx
5965
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore

0 commit comments

Comments
 (0)