ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Public Member Functions | |
G4ParticleHPNBodyPhaseSpace () | |
~G4ParticleHPNBodyPhaseSpace () | |
void | Init (G4double aMass, G4int aCount) |
void | Init (std::istream &aDataFile) |
G4ReactionProduct * | Sample (G4double anEnergy, G4double massCode, G4double mass) |
Public Member Functions inherited from G4VParticleHPEnergyAngular | |
G4VParticleHPEnergyAngular () | |
virtual | ~G4VParticleHPEnergyAngular () |
void | SetProjectileRP (G4ReactionProduct *aIncidentParticleRP) |
void | SetTarget (G4ReactionProduct *aTarget) |
G4ReactionProduct * | GetTarget () |
G4ReactionProduct * | GetProjectileRP () |
G4ReactionProduct * | GetCMS () |
void | SetQValue (G4double aValue) |
virtual void | ClearHistories () |
Private Member Functions | |
G4double | Prob (G4double anEnergy, G4double eMax, G4int n) |
G4double | C (G4double anEnergy, G4double mass) |
G4double | GetEmax (G4double anEnergy, G4double mass) |
G4double | MeanEnergyOfThisInteraction () |
Private Attributes | |
G4double | theTotalMass |
G4int | theTotalCount |
Additional Inherited Members | |
Protected Member Functions inherited from G4VParticleHPEnergyAngular | |
G4double | GetQValue () |
Definition at line 42 of file G4ParticleHPNBodyPhaseSpace.hh.
View newest version in sPHENIX GitHub at line 42 of file G4ParticleHPNBodyPhaseSpace.hh
|
inline |
Definition at line 46 of file G4ParticleHPNBodyPhaseSpace.hh.
View newest version in sPHENIX GitHub at line 46 of file G4ParticleHPNBodyPhaseSpace.hh
References theTotalCount, and theTotalMass.
|
inline |
Definition at line 50 of file G4ParticleHPNBodyPhaseSpace.hh.
View newest version in sPHENIX GitHub at line 50 of file G4ParticleHPNBodyPhaseSpace.hh
Definition at line 77 of file G4ParticleHPNBodyPhaseSpace.hh.
View newest version in sPHENIX GitHub at line 77 of file G4ParticleHPNBodyPhaseSpace.hh
References GetEmax(), G4Pow::GetInstance(), CLHEP::pi, G4Pow::powA(), G4Pow::powN(), and theTotalCount.
Definition at line 87 of file G4ParticleHPNBodyPhaseSpace.hh.
View newest version in sPHENIX GitHub at line 87 of file G4ParticleHPNBodyPhaseSpace.hh
References G4ReactionProduct::GetMass(), G4VParticleHPEnergyAngular::GetProjectileRP(), G4VParticleHPEnergyAngular::GetQValue(), G4VParticleHPEnergyAngular::GetTarget(), mass, and theTotalMass.
Referenced by C(), and Sample().
Definition at line 54 of file G4ParticleHPNBodyPhaseSpace.hh.
View newest version in sPHENIX GitHub at line 54 of file G4ParticleHPNBodyPhaseSpace.hh
References theTotalCount, and theTotalMass.
Referenced by G4ParticleHPInelasticBaseFS::BaseApply().
|
inlinevirtual |
Implements G4VParticleHPEnergyAngular.
Definition at line 60 of file G4ParticleHPNBodyPhaseSpace.hh.
View newest version in sPHENIX GitHub at line 60 of file G4ParticleHPNBodyPhaseSpace.hh
References G4ParticleDefinition::GetPDGMass(), G4Neutron::Neutron(), theTotalCount, and theTotalMass.
|
inlineprivatevirtual |
Implements G4VParticleHPEnergyAngular.
Definition at line 97 of file G4ParticleHPNBodyPhaseSpace.hh.
View newest version in sPHENIX GitHub at line 97 of file G4ParticleHPNBodyPhaseSpace.hh
|
inlineprivate |
Definition at line 70 of file G4ParticleHPNBodyPhaseSpace.hh.
View newest version in sPHENIX GitHub at line 70 of file G4ParticleHPNBodyPhaseSpace.hh
References G4Pow::GetInstance(), and G4Pow::powA().
Referenced by Sample().
|
virtual |
Implements G4VParticleHPEnergyAngular.
Definition at line 44 of file G4ParticleHPNBodyPhaseSpace.cc.
View newest version in sPHENIX GitHub at line 44 of file G4ParticleHPNBodyPhaseSpace.cc
References A(), G4Alpha::Alpha(), G4Deuteron::Deuteron(), G4Electron::Electron(), energy, CLHEP::eV, G4cout, G4endl, G4UniformRand, G4Gamma::Gamma(), GetEmax(), G4ReactionProduct::GetMass(), G4VParticleHPEnergyAngular::GetProjectileRP(), G4VParticleHPEnergyAngular::GetTarget(), G4ReactionProduct::GetTotalMomentum(), G4He3::He3(), G4ReactionProduct::Lorentz(), max, maxE, G4Neutron::Neutron(), phi, G4Positron::Positron(), Prob(), G4Proton::Proton(), G4ReactionProduct::SetDefinition(), G4ReactionProduct::SetKineticEnergy(), G4ReactionProduct::SetMomentum(), theta(), theTotalCount, G4Triton::Triton(), twopi, and Z.
Referenced by G4ParticleHPInelasticBaseFS::BaseApply().
|
private |
Definition at line 102 of file G4ParticleHPNBodyPhaseSpace.hh.
View newest version in sPHENIX GitHub at line 102 of file G4ParticleHPNBodyPhaseSpace.hh
Referenced by C(), G4ParticleHPNBodyPhaseSpace(), Init(), and Sample().
|
private |
Definition at line 101 of file G4ParticleHPNBodyPhaseSpace.hh.
View newest version in sPHENIX GitHub at line 101 of file G4ParticleHPNBodyPhaseSpace.hh
Referenced by G4ParticleHPNBodyPhaseSpace(), GetEmax(), and Init().