Public Member Functions | |
| G4LorentzVector | operator() (G4LorentzVector a, G4ReactionProduct *b) |
Definition at line 81 of file G4BinaryLightIonReaction.cc.
| G4LorentzVector ReactionProduct4Mom::operator() | ( | G4LorentzVector | a, | |
| G4ReactionProduct * | b | |||
| ) | [inline] |
Definition at line 83 of file G4BinaryLightIonReaction.cc.
References G4ReactionProduct::GetMomentum(), and G4ReactionProduct::GetTotalEnergy().
00083 {return a + G4LorentzVector(b->GetMomentum(), b->GetTotalEnergy() );}
1.4.7