Skip to content

Commit 5177e71

Browse files
committed
PWGJE: Add jet-cross-section-efficiency task for step-by-step event selection QA
- Add new task jetCrossSectionEfficiency.cxx for MC particle-level jet cross-section efficiency analysis - Implement soft-coded event selection chain based on eventSelections configurable - Support all JCollisionSel bits as individual stages in QA histograms - Add event-level counters (h_mccollisions_eventselection) with same cut chain as jet-level histograms - Update CMakeLists.txt to register new DPL workflow
1 parent 4666ef1 commit 5177e71

File tree

2 files changed

+533
-0
lines changed

2 files changed

+533
-0
lines changed

PWGJE/Tasks/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,10 @@ if(FastJet_FOUND)
314314
SOURCES jetSpectraEseTask.cxx
315315
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::PWGJECore O2Physics::AnalysisCore
316316
COMPONENT_NAME Analysis)
317+
o2physics_add_dpl_workflow(jet-cross-section-efficiency
318+
SOURCES jetCrossSectionEfficiency.cxx
319+
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::PWGJECore O2Physics::AnalysisCore
320+
COMPONENT_NAME Analysis)
317321
o2physics_add_dpl_workflow(gamma-jet-tree-producer
318322
SOURCES gammaJetTreeProducer.cxx
319323
PUBLIC_LINK_LIBRARIES O2::Framework O2::EMCALBase O2::EMCALCalib O2Physics::PWGJECore O2Physics::AnalysisCore

0 commit comments

Comments
 (0)