Skip to content

Commit 45f460d

Browse files
committed
Please consider the following formatting changes
1 parent ab3f0cb commit 45f460d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGLF/Tasks/Resonances/chargedkstaranalysis.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@ struct Chargedkstaranalysis {
745745
v1CM = ROOT::Math::XYZVectorF(boost(daughter1).Vect()).Unit();
746746
// ROOT::Math::XYZVectorF v2_CM{(boost(daughter1).Vect()).Unit()};
747747
// using positive sign convention for the first track
748-
// ROOT::Math::XYZVectorF v_CM = (t1.sign() > 0 ? v1CM : v2_CM); // here selected decay daughter momentum is intested. here you can choose one decay daughter
748+
// ROOT::Math::XYZVectorF v_CM = (t1.sign() > 0 ? v1CM : v2_CM); // here selected decay daughter momentum is intested. here you can choose one decay daughter
749749
// Helicity Frame
750750
zaxisHE = ROOT::Math::XYZVectorF(mother.Vect()).Unit();
751751
yaxisHE = ROOT::Math::XYZVectorF(beam1CM.Cross(beam2CM)).Unit();

0 commit comments

Comments
 (0)