Skip to content

Commit 1def0f3

Browse files
Merge pull request #40 from alibuild/alibot-cleanup-13300
Please consider the following formatting changes to #13300
2 parents ec353ec + d125d6a commit 1def0f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PWGLF/TableProducer/Strangeness/cascadeflow.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1704,7 +1704,7 @@ struct cascadeFlow {
17041704
qvecRe = coll.qvecFV0ARe();
17051705
qvecIm = coll.qvecFV0AIm();
17061706
}
1707-
1707+
17081708
double qvecReV0A = coll.qvecFV0ARe();
17091709
double qvecImV0A = coll.qvecFV0AIm();
17101710

@@ -1759,11 +1759,11 @@ struct cascadeFlow {
17591759
fullCCDBShiftCorrPathFT0C = ShiftConfigs.cfgShiftPathFT0C;
17601760
fullCCDBShiftCorrPathTPCL = ShiftConfigs.cfgShiftPathTPCL;
17611761
fullCCDBShiftCorrPathTPCR = ShiftConfigs.cfgShiftPathTPCR;
1762-
fullCCDBShiftCorrPathFV0A = ShiftConfigs.cfgShiftPathFV0A;
1762+
fullCCDBShiftCorrPathFV0A = ShiftConfigs.cfgShiftPathFV0A;
17631763
shiftprofileFT0C = ccdb->getForTimeStamp<TProfile3D>(fullCCDBShiftCorrPathFT0C, coll.timestamp());
17641764
shiftprofileTPCL = ccdb->getForTimeStamp<TProfile3D>(fullCCDBShiftCorrPathTPCL, coll.timestamp());
17651765
shiftprofileTPCR = ccdb->getForTimeStamp<TProfile3D>(fullCCDBShiftCorrPathTPCR, coll.timestamp());
1766-
shiftprofileFV0A = ccdb->getForTimeStamp<TProfile3D>(fullCCDBShiftCorrPathFV0A, coll.timestamp());
1766+
shiftprofileFV0A = ccdb->getForTimeStamp<TProfile3D>(fullCCDBShiftCorrPathFV0A, coll.timestamp());
17671767
lastRunNumber = currentRunNumber;
17681768
}
17691769
}

0 commit comments

Comments
 (0)