Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/libraries/AMPTOOLS_AMPS/vecPsAngles.cc
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ vector<double> getXDecayAngles( double polAngle,
// the beam both vectors are expressed in the center-of-mass frame
// (the same as helicity frame)
// TLorentzVector beam_x = beam_cm;
// beam_x.Boost(-1.0*xBoost);
// beam_x.Boost(xBoost);
// TVector3 z = (beam_x.Vect()).Unit();
// TVector3 y = ((beam_cm_unit.Vect()).Cross(particleX_cm.Vect())).Unit();
// TVector3 x = (y.Cross(z)).Unit();
Expand Down