Skip to content

Commit 70885f5

Browse files
authored
tableReaderBarrel with flexible cuts (#6686)
* tableReaderBarrel with flexible cuts * fix clang
1 parent 313705e commit 70885f5

2 files changed

Lines changed: 1138 additions & 0 deletions

File tree

PWGEM/Dilepton/Tasks/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,8 @@ o2physics_add_dpl_workflow(smearing
3434
SOURCES smearing.cxx
3535
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2::DetectorsBase O2Physics::AnalysisCore O2Physics::PWGDQCore
3636
COMPONENT_NAME Analysis)
37+
38+
o2physics_add_dpl_workflow(table-reader-barrel
39+
SOURCES tableReaderBarrel.cxx
40+
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2::DetectorsBase O2Physics::AnalysisCore O2Physics::PWGDQCore
41+
COMPONENT_NAME Analysis)

0 commit comments

Comments
 (0)