diff --git a/PWGLF/TableProducer/Nuspex/ebyeMaker.cxx b/PWGLF/TableProducer/Nuspex/ebyeMaker.cxx index 1d9bb649d27..ac45d217423 100644 --- a/PWGLF/TableProducer/Nuspex/ebyeMaker.cxx +++ b/PWGLF/TableProducer/Nuspex/ebyeMaker.cxx @@ -1138,8 +1138,8 @@ struct ebyeMaker { if (std::abs(collision.posZ()) > zVtxMax) continue; - //if (!(bc.eventCuts() & BIT(aod::Run2EventCuts::kINELgtZERO))) - // continue; + // if (!(bc.eventCuts() & BIT(aod::Run2EventCuts::kINELgtZERO))) + // continue; if (!(bc.eventCuts() & BIT(aod::Run2EventCuts::kAliEventCutsAccepted))) continue;