Skip to content

Commit 42643ea

Browse files
committed
Please consider the following formatting changes
1 parent 74f6916 commit 42643ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/Tasks/Strangeness/lambdalambda.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ struct lambdalambda {
446446
}
447447
if (cfgRotBkg) {
448448
for (int nr = 0; nr < cfgNRotBkg; nr++) {
449-
auto RanPhi = rn->Uniform(o2::constants::math::PI * 5.0 /6.0, o2::constants::math::PI * 7.0 /6.0);
449+
auto RanPhi = rn->Uniform(o2::constants::math::PI * 5.0 / 6.0, o2::constants::math::PI * 7.0 / 6.0);
450450
RanPhi += RecoV02.Phi();
451451
RecoV02Rot = ROOT::Math::PxPyPzMVector(RecoV02.Pt() * std::cos(RanPhi), RecoV02.Pt() * std::sin(RanPhi), RecoV02.Pz(), RecoV02.M());
452452
RecoV0V0Rot = RecoV01 + RecoV02Rot;

0 commit comments

Comments
 (0)