Skip to content

Commit b0bc574

Browse files
committed
Please consider the following formatting changes
1 parent 1294780 commit b0bc574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/Tasks/Nuspex/antinucleiInJets.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ struct AntinucleiInJets {
462462

463463
// perpendicular cone
464464
double coneRadius = std::sqrt(jet.area() / PI);
465-
TVector3 jetAxis(jet.px(), jet.py(), jet.pz());// before or after subtraction of perpendicular cone?
465+
TVector3 jetAxis(jet.px(), jet.py(), jet.pz()); // before or after subtraction of perpendicular cone?
466466
TVector3 ueAxis1(0, 0, 0);
467467
TVector3 ueAxis2(0, 0, 0);
468468
getPerpendicularAxis(jetAxis, ueAxis1, +1);

0 commit comments

Comments
 (0)