66 G4double sintheta = std::sqrt(1.0 - costheta*costheta);
70 G4double pz=costheta*breakupMomentum;
71 G4double px=sintheta*std::cos(phi)*breakupMomentum;
72 G4double py=sintheta*std::sin(phi)*breakupMomentum;
74 G4double breakupMomentumSquared=breakupMomentum*breakupMomentum;
75 G4double energy1=std::sqrt(breakupMomentumSquared+massOut1*massOut1);
76 G4double energy2=std::sqrt(breakupMomentumSquared+massOut2*massOut2);
83 lorentz1.
boost(betaCMS);
84 lorentz2.
boost(betaCMS);