Skip to content

Commit aa9a791

Browse files
Merge pull request #36 from alibuild/alibot-cleanup-12684
Please consider the following formatting changes to #12684
2 parents 47fa296 + ceb9d20 commit aa9a791

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PWGLF/TableProducer/Strangeness/sigma0builder.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -888,11 +888,11 @@ struct sigma0builder {
888888

889889
auto arrMom = std::array{pVecPhotons, pVecLambda};
890890
float sigmaMass = RecoDecay::m(arrMom, std::array{o2::constants::physics::MassPhoton, o2::constants::physics::MassLambda0});
891-
float sigmaY = -999.f;
892-
891+
float sigmaY = -999.f;
892+
893893
if constexpr (requires { gamma.pxMC(); lambda.pxMC(); }) // If MC
894894
sigmaY = RecoDecay::y(std::array{gamma.pxMC() + lambda.pxMC(), gamma.pyMC() + lambda.pyMC(), gamma.pzMC() + lambda.pzMC()}, o2::constants::physics::MassSigma0);
895-
else // If DATA
895+
else // If DATA
896896
sigmaY = RecoDecay::y(std::array{gamma.px() + lambda.px(), gamma.py() + lambda.py(), gamma.pz() + lambda.pz()}, o2::constants::physics::MassSigma0);
897897

898898
histos.fill(HIST("SigmaSel/hSelectionStatistics"), 1.);

0 commit comments

Comments
 (0)