Skip to content

Commit d12b819

Browse files
authored
Merge pull request #163 from alibuild/alibot-cleanup-13413
Please consider the following formatting changes to #13413
2 parents 83aa6bd + 53b5372 commit d12b819

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Common/Tasks/qVectorsCorrection.cxx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,9 @@ struct qVectorsCorrection {
204204
histosQA.add(Form("histQvecRefAFinalV%d", cfgnMods->at(i)), "", {HistType::kTH3F, {axisQvec, axisQvec, axisCent}});
205205
histosQA.add(Form("histQvecRefBFinalV%d", cfgnMods->at(i)), "", {HistType::kTH3F, {axisQvec, axisQvec, axisCent}});
206206

207-
if (cfgShiftCorPrep) {
208-
histosQA.add(Form("histShiftV%d", cfgnMods->at(i)), "", {HistType::kTProfile3D, {axisCent, axisBasis, axisShift}});
209-
}
207+
if (cfgShiftCorPrep) {
208+
histosQA.add(Form("histShiftV%d", cfgnMods->at(i)), "", {HistType::kTProfile3D, {axisCent, axisBasis, axisShift}});
209+
}
210210

211211
if (cfgQAOccupancyStudy) {
212212
histosQA.add(Form("histQvecOccFinalV%d", cfgnMods->at(i)), "", {HistType::kTHnSparseF, {axisQvecF, axisQvecF, axisCent, axisOccupancy}});
@@ -728,7 +728,7 @@ struct qVectorsCorrection {
728728
for (uint i = 0; i < cfgnMods->size(); i++) {
729729
fillHistosShiftCor(qVec, cfgnMods->at(i));
730730
}
731-
}
731+
}
732732

733733
for (uint i = 0; i < cfgnMods->size(); i++) {
734734
fillHistosQvec(qVec, cfgnMods->at(i));

0 commit comments

Comments
 (0)