Skip to content

Commit f00ddc5

Browse files
authored
PWGEM/Dilepton: add a skimming task for EoI (#7360)
1 parent abed63d commit f00ddc5

5 files changed

Lines changed: 1116 additions & 18 deletions

File tree

PWGEM/Dilepton/DataModel/dileptonTables.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ DECLARE_SOA_TABLE(EMEventsProperty, "AOD", "EMEVENTPROP", //! joinable to EMEven
186186
emevent::SpherocityPtWeighted, emevent::SpherocityPtUnWeighted, emevent::NtrackSpherocity);
187187
using EMEventProperty = EMEventsProperty::iterator;
188188

189-
DECLARE_SOA_TABLE(EMEventsNee, "AOD", "EMEVENTNEE", emevent::NeeULS, emevent::NeeLSpp, emevent::NeeLSmm); // joinable to EMEvents
189+
DECLARE_SOA_TABLE(EMEventsNee, "AOD", "EMEVENTNEE", emevent::NeeULS, emevent::NeeLSpp, emevent::NeeLSmm); // joinable to EMEvents or aod::Collisions
190190
using EMEventNee = EMEventsNee::iterator;
191191

192192
namespace emmcevent

PWGEM/Dilepton/TableProducer/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,8 @@ o2physics_add_dpl_workflow(associate-mc-info-dilepton
5555
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
5656
COMPONENT_NAME Analysis)
5757

58+
o2physics_add_dpl_workflow(filter-dielectron-event
59+
SOURCES filterDielectronEvent.cxx
60+
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::EventFilteringUtils
61+
COMPONENT_NAME Analysis)
62+

0 commit comments

Comments
 (0)