Skip to content

Commit 7d105d6

Browse files
committed
Please consider the following formatting changes
1 parent 6824590 commit 7d105d6

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

PWGHF/D2H/Tasks/taskFlowCharmHadrons.cxx

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -216,10 +216,10 @@ struct HfTaskFlowCharmHadrons {
216216
std::vector<AxisSpec> axes_reso = {thnAxisCent, thnAxisResoFT0cFV0a, thnAxisResoFT0cTPCtot, thnAxisResoFV0aTPCtot};
217217
if (occEstimator == 1) {
218218
axes_reso.insert(axes_reso.end(), {thnAxisOccupancyITS, thnAxisNoSameBunchPileup, thnAxisOccupancy,
219-
thnAxisNoCollInTimeRangeNarrow, thnAxisNoCollInTimeRangeStandard, thnAxisNoCollInRofStandard});
220-
} else {
219+
thnAxisNoCollInTimeRangeNarrow, thnAxisNoCollInTimeRangeStandard, thnAxisNoCollInRofStandard});
220+
} else {
221221
axes_reso.insert(axes_reso.end(), {thnAxisOccupancyFT0C, thnAxisNoSameBunchPileup, thnAxisOccupancy,
222-
thnAxisNoCollInTimeRangeNarrow, thnAxisNoCollInTimeRangeStandard, thnAxisNoCollInRofStandard});
222+
thnAxisNoCollInTimeRangeNarrow, thnAxisNoCollInTimeRangeStandard, thnAxisNoCollInRofStandard});
223223
}
224224
registry.add("spReso/hSparseReso", "THn for resolution with occupancy", HistType::kTHnSparseF, axes_reso);
225225
}
@@ -292,8 +292,7 @@ struct HfTaskFlowCharmHadrons {
292292
TESTBIT(hfevselflag, o2::hf_evsel::EventRejection::Occupancy),
293293
TESTBIT(hfevselflag, o2::hf_evsel::EventRejection::NoCollInTimeRangeNarrow),
294294
TESTBIT(hfevselflag, o2::hf_evsel::EventRejection::NoCollInTimeRangeStandard),
295-
TESTBIT(hfevselflag, o2::hf_evsel::EventRejection::NoCollInRofStandard)
296-
};
295+
TESTBIT(hfevselflag, o2::hf_evsel::EventRejection::NoCollInRofStandard)};
297296
}
298297

299298
/// Fill THnSparse
@@ -702,9 +701,9 @@ struct HfTaskFlowCharmHadrons {
702701
hfevflag = hfEvSel.getHfCollisionRejectionMask<true, o2::hf_centrality::CentralityEstimator::None, aod::BCsWithTimestamps>(collision, centrality, ccdb, registry);
703702
std::vector<int> evtSelFlags = getEventSelectionFlags(hfevflag);
704703
registry.fill(HIST("spReso/hSparseReso"), centrality, xQVecFT0c * xQVecFV0a + yQVecFT0c * yQVecFV0a,
705-
xQVecFT0c * xQVecBTot + yQVecFT0c * yQVecBTot,
706-
xQVecFV0a * xQVecBTot + yQVecFV0a * yQVecBTot,
707-
occupancy, evtSelFlags[0], evtSelFlags[1], evtSelFlags[2], evtSelFlags[3], evtSelFlags[4]);
704+
xQVecFT0c * xQVecBTot + yQVecFT0c * yQVecBTot,
705+
xQVecFV0a * xQVecBTot + yQVecFV0a * yQVecBTot,
706+
occupancy, evtSelFlags[0], evtSelFlags[1], evtSelFlags[2], evtSelFlags[3], evtSelFlags[4]);
708707
}
709708
}
710709
PROCESS_SWITCH(HfTaskFlowCharmHadrons, processResolution, "Process resolution", false);

0 commit comments

Comments
 (0)