Skip to content

Commit 0d6985a

Browse files
committed
new task to process forward tables and making simple TTree
1 parent a5a51ca commit 0d6985a

2 files changed

Lines changed: 504 additions & 0 deletions

File tree

PWGUD/Tasks/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,11 @@ o2physics_add_dpl_workflow(fwd-muons-upc
204204
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::DGPIDSelector
205205
COMPONENT_NAME Analysis)
206206

207+
o2physics_add_dpl_workflow(upc-fwd-jpsi-rl
208+
SOURCES upcFwdJpsiRL.cxx
209+
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::DGPIDSelector
210+
COMPONENT_NAME Analysis)
211+
207212
o2physics_add_dpl_workflow(upc-event-itsrof-counter
208213
SOURCES upcEventITSROFcounter.cxx
209214
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::AnalysisCCDB

0 commit comments

Comments
 (0)