Skip to content

Commit 2a09bfc

Browse files
Merge pull request #30 from alibuild/alibot-cleanup-12370
Please consider the following formatting changes to #12370
2 parents d39fd4d + c38738a commit 2a09bfc

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
@@ -1559,7 +1559,7 @@ struct cascadeFlow {
15591559
else if (v0.mAntiLambda() > V0Configs.MinMassLambda && v0.mAntiLambda() < V0Configs.MaxMassLambda)
15601560
chargeIndex = 1;
15611561
else {
1562-
chargeIndex = 2; //these are bkg candidates
1562+
chargeIndex = 2; // these are bkg candidates
15631563
histos.fill(HIST("hLambdaCandidate"), 4);
15641564
}
15651565
}
@@ -1601,11 +1601,11 @@ struct cascadeFlow {
16011601
pzs2Lambda = cosThetaStarProton[0] * std::sin(2 * (v0.phi() - psiT0C)) / lambdav2::AlphaLambda[0] / meanCos2ThetaProtonFromLambda;
16021602
cos2ThetaLambda = cosThetaStarProton[0] * cosThetaStarProton[0];
16031603
cosThetaLambda = cosThetaStarProton[0] / cascadev2::AlphaLambda[0] / meanCos2ThetaProtonFromLambda;
1604-
} else if (chargeIndex ==1) {
1604+
} else if (chargeIndex == 1) {
16051605
pzs2Lambda = cosThetaStarProton[1] * std::sin(2 * (v0.phi() - psiT0C)) / lambdav2::AlphaLambda[1] / meanCos2ThetaProtonFromLambda;
16061606
cos2ThetaLambda = cosThetaStarProton[1] * cosThetaStarProton[1];
16071607
cosThetaLambda = cosThetaStarProton[1] / cascadev2::AlphaLambda[1] / meanCos2ThetaProtonFromLambda;
1608-
} else { //I treat these bkg candidates as Lambdas for the purpose of calculating Pz
1608+
} else { // I treat these bkg candidates as Lambdas for the purpose of calculating Pz
16091609
pzs2Lambda = cosThetaStarProton[0] * std::sin(2 * (v0.phi() - psiT0C)) / lambdav2::AlphaLambda[0] / meanCos2ThetaProtonFromLambda;
16101610
cos2ThetaLambda = cosThetaStarProton[0] * cosThetaStarProton[0];
16111611
cosThetaLambda = cosThetaStarProton[0] / cascadev2::AlphaLambda[0] / meanCos2ThetaProtonFromLambda;

0 commit comments

Comments
 (0)