Skip to content

Commit 3f4040c

Browse files
committed
Please consider the following formatting changes
1 parent 560bfef commit 3f4040c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Common/Tasks/qVectorsCorrection.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -418,8 +418,8 @@ struct qVectorsCorrection {
418418
auto epRefBTwistInd = helperEP.GetEventPlane(getQVecRe(vec, RefBInd + 2), getQVecIm(vec, RefBInd + 2), nmode);
419419
auto epRefBFinalInd = helperEP.GetEventPlane(getQVecRe(vec, RefBInd + 3), getQVecIm(vec, RefBInd + 3), nmode);
420420

421-
auto occ = vec.trackOccupancyInTimeRange();
422-
auto cent = vec.cent();
421+
auto occ = vec.trackOccupancyInTimeRange();
422+
auto cent = vec.cent();
423423

424424
if (nmode == 2) {
425425
if (vec.qvecAmp()[DetId] > 1e-8) {
@@ -643,7 +643,7 @@ struct qVectorsCorrection {
643643
}
644644
}
645645

646-
template<typename TCollision>
646+
template <typename TCollision>
647647
void processColls(TCollision const& flowQVec, MyTracks const& tracks)
648648
{
649649
histosQA.fill(HIST("histCentFull"), flowQVec.cent());

0 commit comments

Comments
 (0)