Skip to content

Commit 189095d

Browse files
committed
[PWGEM/Dilepton] add createTTP
1 parent 640fa70 commit 189095d

2 files changed

Lines changed: 673 additions & 0 deletions

File tree

PWGEM/Dilepton/Tasks/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ o2physics_add_dpl_workflow(table-reader-barrel
5555
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2::DetectorsBase O2Physics::PWGDQCore
5656
COMPONENT_NAME Analysis)
5757

58+
o2physics_add_dpl_workflow(create-ttp
59+
SOURCES createTTP.cxx
60+
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
61+
COMPONENT_NAME Analysis)
62+
5863
o2physics_add_dpl_workflow(event-qc
5964
SOURCES eventQC.cxx
6065
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::EventFilteringUtils

0 commit comments

Comments
 (0)