diff --git a/PWGLF/TableProducer/Strangeness/cascadeflow.cxx b/PWGLF/TableProducer/Strangeness/cascadeflow.cxx index ffecab5f54b..223823cf6b7 100644 --- a/PWGLF/TableProducer/Strangeness/cascadeflow.cxx +++ b/PWGLF/TableProducer/Strangeness/cascadeflow.cxx @@ -1010,7 +1010,7 @@ struct cascadeFlow { histos.get(HIST("massXi_ProtonAcc"))->Fill(casc.mXi()); } } - if (fillingConfigs.isFillTHNOmega) { + if (fillingConfigs.isFillTHNOmega) { if (fillingConfigs.isFillTHN_V2) histos.get(HIST("hOmegaV2"))->Fill(coll.centFT0C(), ChargeIndex, casc.pt(), casc.mOmega(), BDTresponse[1], v2CEP); if (fillingConfigs.isFillTHN_Pz) @@ -1055,20 +1055,20 @@ struct cascadeFlow { } } - void processAnalyseDataEP2CentralFW(CollEventPlaneCentralFW const& coll, CascCandidates const& Cascades, DauTracks const&) + void processAnalyseDataEP2CentralFW(CollEventPlaneCentralFW const& coll, CascCandidates const& Cascades, DauTracks const&) { if (!AcceptEvent(coll, 1)) { return; } - + // select only events used for the calibration of the event plane if (isGoodEventEP) { if (abs(coll.qvecFT0CRe()) > 990 || abs(coll.qvecFT0CIm()) > 990 || abs(coll.qvecBNegRe()) > 990 || abs(coll.qvecBNegIm()) > 990 || abs(coll.qvecBPosRe()) > 990 || abs(coll.qvecBPosIm()) > 990) { return; } } - + // event has FT0C event plane bool hasEventPlane = 0; if (abs(coll.qvecFT0CRe()) < 990 && abs(coll.qvecFT0CIm()) < 990) @@ -1277,7 +1277,7 @@ struct cascadeFlow { histos.get(HIST("massXi_ProtonAcc"))->Fill(casc.mXi()); } } - if (fillingConfigs.isFillTHNOmega) { + if (fillingConfigs.isFillTHNOmega) { if (fillingConfigs.isFillTHN_V2) histos.get(HIST("hOmegaV2"))->Fill(coll.centFT0C(), ChargeIndex, casc.pt(), casc.mOmega(), BDTresponse[1], v2CEP); if (fillingConfigs.isFillTHN_Pz) @@ -1335,7 +1335,7 @@ struct cascadeFlow { return; } } - + // event has FT0C event plane bool hasEventPlane = 0; if (abs(coll.qvecFT0CRe()) < 990 && abs(coll.qvecFT0CIm()) < 990)