Skip to content

Commit

Permalink
PWGEM/Dilepton: add a skimming task for EoI (#7360)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsekihat authored Aug 19, 2024
1 parent abed63d commit f00ddc5
Show file tree
Hide file tree
Showing 5 changed files with 1,116 additions and 18 deletions.
2 changes: 1 addition & 1 deletion PWGEM/Dilepton/DataModel/dileptonTables.h
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ DECLARE_SOA_TABLE(EMEventsProperty, "AOD", "EMEVENTPROP", //! joinable to EMEven
emevent::SpherocityPtWeighted, emevent::SpherocityPtUnWeighted, emevent::NtrackSpherocity);
using EMEventProperty = EMEventsProperty::iterator;

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

namespace emmcevent
Expand Down
5 changes: 5 additions & 0 deletions PWGEM/Dilepton/TableProducer/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,8 @@ o2physics_add_dpl_workflow(associate-mc-info-dilepton
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
COMPONENT_NAME Analysis)

o2physics_add_dpl_workflow(filter-dielectron-event
SOURCES filterDielectronEvent.cxx
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::EventFilteringUtils
COMPONENT_NAME Analysis)

Loading

0 comments on commit f00ddc5

Please sign in to comment.