Skip to content

Commit 64876fb

Browse files
committed
Please consider the following formatting changes
1 parent 66c987b commit 64876fb

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

PWGLF/TableProducer/Strangeness/strangenesstofpid.cxx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1427,18 +1427,18 @@ struct strangenesstofpid {
14271427
v0tof.nSigmaNegativeLambdaPr, v0tof.nSigmaPositiveLambdaPi,
14281428
v0tof.nSigmaPositiveK0ShortPi, v0tof.nSigmaNegativeK0ShortPi);
14291429
}
1430-
if(calculateV0TOFPIDs.value){
1430+
if (calculateV0TOFPIDs.value) {
14311431
v0tofpid(v0tof.deltaTimePositiveLambdaPi, v0tof.deltaTimePositiveLambdaPr,
1432-
v0tof.deltaTimeNegativeLambdaPi, v0tof.deltaTimeNegativeLambdaPr,
1433-
v0tof.deltaTimePositiveK0ShortPi, v0tof.deltaTimeNegativeK0ShortPi,
1434-
v0tof.deltaDecayTimeLambda, v0tof.deltaDecayTimeAntiLambda, v0tof.deltaDecayTimeK0Short);
1432+
v0tof.deltaTimeNegativeLambdaPi, v0tof.deltaTimeNegativeLambdaPr,
1433+
v0tof.deltaTimePositiveK0ShortPi, v0tof.deltaTimeNegativeK0ShortPi,
1434+
v0tof.deltaDecayTimeLambda, v0tof.deltaDecayTimeAntiLambda, v0tof.deltaDecayTimeK0Short);
14351435
}
1436-
if(calculateV0TOFBetas.value){
1436+
if (calculateV0TOFBetas.value) {
14371437
v0tofbeta(v0tof.betaLambda, v0tof.betaAntiLambda, v0tof.betaK0Short);
14381438
}
1439-
if(calculateV0TOFDebugs.value){
1440-
v0tofdebugs(v0tof.timeLambda, v0tof.timeK0Short,
1441-
v0tof.timePositivePr, v0tof.timePositivePi,
1439+
if (calculateV0TOFDebugs.value) {
1440+
v0tofdebugs(v0tof.timeLambda, v0tof.timeK0Short,
1441+
v0tof.timePositivePr, v0tof.timePositivePi,
14421442
v0tof.timeNegativePr, v0tof.timeNegativePi);
14431443
}
14441444
}

0 commit comments

Comments
 (0)