Skip to content

Commit e8938ec

Browse files
authored
DPG: TPC Skimming and Skimming Light (#1605)
* initial commit * Add electron selection * Add PID bit mask * reinitialize and format * Add VZero selector form DQ * remove unused variables add run number * Fix formattinbg errors * Fix Meglinter error * whitespace * change header ordering * Add header files
1 parent f5aeb08 commit e8938ec

5 files changed

Lines changed: 348 additions & 260 deletions

File tree

DPG/Tasks/TPC/CMakeLists.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,9 @@
1212
o2physics_add_dpl_workflow(pid-tpc-skimscreation
1313
SOURCES tpcSkimsTableCreator.cxx
1414
PUBLIC_LINK_LIBRARIES O2::Framework O2::DetectorsBase O2Physics::AnalysisCore
15-
COMPONENT_NAME Analysis)
15+
COMPONENT_NAME Analysis)
16+
17+
o2physics_add_dpl_workflow(pid-tpc-tree-creator-light
18+
SOURCES tpcTreeCreatorLight.cxx
19+
PUBLIC_LINK_LIBRARIES O2::Framework O2::DetectorsBase O2Physics::AnalysisCore
20+
COMPONENT_NAME Analysis)

0 commit comments

Comments
 (0)