Skip to content

Commit 5d48bb6

Browse files
authored
Please consider the following formatting changes (#450)
1 parent 5d0b004 commit 5d48bb6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Common/Tasks/centralityStudy.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -381,9 +381,9 @@ struct centralityStudy {
381381
bool passRejectCollInTimeRangeNarrow = !(rejectCollInTimeRangeNarrow && !collision.selection_bit(o2::aod::evsel::kNoCollInTimeRangeNarrow));
382382
// _______________________________________________________
383383
// sidestep vertex-Z rejection for vertex-Z profile histograms
384-
if(passRejectITSROFBorder && passRejectTFBorder && passRequireIsVertexITSTPC && passRequireIsGoodZvtxFT0VsPV &&
385-
passRequireIsVertexTOFmatched && passRequireIsVertexTRDmatched && passRejectSameBunchPileup && passRejectITSinROFpileupStandard && passRejectITSinROFpileupStrict &&
386-
passSelectUPCcollisions && passRejectCollInTimeRangeNarrow){
384+
if (passRejectITSROFBorder && passRejectTFBorder && passRequireIsVertexITSTPC && passRequireIsGoodZvtxFT0VsPV &&
385+
passRequireIsVertexTOFmatched && passRequireIsVertexTRDmatched && passRejectSameBunchPileup && passRejectITSinROFpileupStandard && passRejectITSinROFpileupStrict &&
386+
passSelectUPCcollisions && passRejectCollInTimeRangeNarrow) {
387387
getHist(TProfile, histPath + "hFT0CvsPVz_Collisions_All")->Fill(collision.multPVz(), collision.multFT0C() * scaleSignalFT0C);
388388
getHist(TProfile, histPath + "hFT0CvsPVz_Collisions")->Fill(collision.multPVz(), collision.multFT0C() * scaleSignalFT0C);
389389
getHist(TProfile, histPath + "hFT0AvsPVz_Collisions")->Fill(collision.multPVz(), collision.multFT0A() * scaleSignalFT0C);

0 commit comments

Comments
 (0)