49#ifndef G4COLLISION_OUTPUT_HH
50#define G4COLLISION_OUTPUT_HH
81 outgoingParticles.push_back(particle);
87 outgoingNuclei.push_back(nuclei);
104 recoilFragments.push_back(aFragment);
128 return outgoingParticles;
132 return outgoingParticles;
138 return outgoingNuclei;
148 return recoilFragments;
180 std::vector<G4InuclElementaryParticle> outgoingParticles;
181 std::vector<G4InuclNuclei> outgoingNuclei;
182 std::vector<G4Fragment> recoilFragments;
185 std::pair<std::pair<G4int,G4int>,
G4int> selectPairToTune(
G4double de)
const;
187 G4int mom_index)
const;
std::vector< G4ReactionProduct * > G4ReactionProductVector
G4GLOB_DLL std::ostream G4cout
G4int numberOfOutgoingParticles() const
void addRecoilFragment(const G4Fragment *aFragment)
G4int getTotalStrangeness() const
void setRemainingExitationEnergy()
G4LorentzVector getTotalOutputMomentum() const
G4CollisionOutput & operator=(const G4CollisionOutput &right)
G4int getTotalBaryonNumber() const
void removeRecoilFragment(G4int index=-1)
const std::vector< G4InuclNuclei > & getOutgoingNuclei() const
void boostToLabFrame(const G4LorentzConvertor &convertor)
void rotateEvent(const G4LorentzRotation &rotate)
void removeOutgoingNucleus(G4int index)
void printCollisionOutput(std::ostream &os=G4cout) const
std::vector< G4InuclNuclei > & getOutgoingNuclei()
void addOutgoingParticle(const G4InuclElementaryParticle &particle)
G4int getTotalCharge() const
const std::vector< G4InuclElementaryParticle > & getOutgoingParticles() const
const G4Fragment & getRecoilFragment(G4int index=0) const
void setOnShell(G4InuclParticle *bullet, G4InuclParticle *target)
void removeOutgoingNucleus(const G4InuclNuclei *nuclei)
void addRecoilFragment(const G4Fragment &aFragment)
G4double getRemainingExitationEnergy() const
void setVerboseLevel(G4int verbose)
const std::vector< G4Fragment > & getRecoilFragments() const
G4int numberOfOutgoingNuclei() const
G4bool acceptable() const
void add(const G4CollisionOutput &right)
std::vector< G4Fragment > & getRecoilFragments()
void trivialise(G4InuclParticle *bullet, G4InuclParticle *target)
void removeOutgoingParticle(const G4InuclElementaryParticle *particle)
void addOutgoingNucleus(const G4InuclNuclei &nuclei)
void addOutgoingNuclei(const std::vector< G4InuclNuclei > &nuclea)
G4int numberOfFragments() const
void removeOutgoingParticle(G4int index)
void addOutgoingParticles(const std::vector< G4InuclElementaryParticle > &particles)
std::vector< G4InuclElementaryParticle > & getOutgoingParticles()