File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -768,14 +768,14 @@ struct CentralityStudy {
768768 bool passRejectITSinROFpileupStrict = !(evsel.rejectITSinROFpileupStrict && !collision.selection_bit (o2::aod::evsel::kNoCollInRofStrict ));
769769 bool passSelectUPCcollisions = !(evsel.selectUPCcollisions && collision.flags () < 1 );
770770 bool passRejectCollInTimeRangeNarrow = !(evsel.rejectCollInTimeRangeNarrow && !collision.selection_bit (o2::aod::evsel::kNoCollInTimeRangeNarrow ));
771- bool passINELgtZERO = !(requireINELgtZERO && !collision.isInelGt0 ());
771+ bool passINELgtZERO = !(evsel. requireINELgtZERO && !collision.isInelGt0 ());
772772
773773 // _______________________________________________________
774774 // sidestep vertex-Z rejection for vertex-Z profile histograms
775775 if (studies.doRunByRunHistograms ) {
776776 if (passRejectITSROFBorder && passRejectTFBorder && passRequireIsVertexITSTPC && passRequireIsGoodZvtxFT0VsPV &&
777777 passRequireIsVertexTOFmatched && passRequireIsVertexTRDmatched && passRejectSameBunchPileup && passRejectITSinROFpileupStandard && passRejectITSinROFpileupStrict &&
778- passSelectUPCcollisions && passRejectCollInTimeRangeNarrow && && passINELgtZERO) {
778+ passSelectUPCcollisions && passRejectCollInTimeRangeNarrow && passINELgtZERO) {
779779 getHist<TProfile>(histPath + " hFT0CvsPVz_Collisions" )->Fill (collision.multPVz (), multFT0C * scale.factorFT0C );
780780 getHist<TProfile>(histPath + " hFT0CvsPVz_Collisions" )->Fill (collision.multPVz (), multFT0C * scale.factorFT0C );
781781 getHist<TProfile>(histPath + " hFT0AvsPVz_Collisions" )->Fill (collision.multPVz (), multFT0A * scale.factorFT0C );
You can’t perform that action at this time.
0 commit comments