Skip to content

Commit d759c58

Browse files
committed
[PWGEM/Dilepton] update event producer for ZDC
1 parent 814256a commit d759c58

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

PWGEM/Dilepton/TableProducer/createEMEventDilepton.cxx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,12 @@ struct CreateEMEventDilepton {
138138
continue;
139139
}
140140

141+
if constexpr (eventtype == EMEventType::kEvent_Cent_ZDC) {
142+
if (!collision.triggereventsp()) {
143+
continue;
144+
}
145+
}
146+
141147
if (collision.selection_bit(o2::aod::evsel::kIsTriggerTVX)) {
142148
int8_t posZint8 = static_cast<int8_t>(collision.posZ() * 2.f);
143149
if (posZint8 == 0) {

0 commit comments

Comments
 (0)