ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Classes | |
struct | toBeCached |
Public Member Functions | |
G4VParticleHPEnergyAngular () | |
virtual | ~G4VParticleHPEnergyAngular () |
virtual void | Init (std::istream &aDataFile)=0 |
virtual G4ReactionProduct * | Sample (G4double anEnergy, G4double massCode, G4double mass)=0 |
virtual G4double | MeanEnergyOfThisInteraction ()=0 |
void | SetProjectileRP (G4ReactionProduct *aIncidentParticleRP) |
void | SetTarget (G4ReactionProduct *aTarget) |
G4ReactionProduct * | GetTarget () |
G4ReactionProduct * | GetProjectileRP () |
G4ReactionProduct * | GetCMS () |
void | SetQValue (G4double aValue) |
virtual void | ClearHistories () |
Protected Member Functions | |
G4double | GetQValue () |
Private Attributes | |
G4double | theQValue |
G4Cache< toBeCached > | fCache |
Definition at line 41 of file G4VParticleHPEnergyAngular.hh.
View newest version in sPHENIX GitHub at line 41 of file G4VParticleHPEnergyAngular.hh
|
inline |
Definition at line 54 of file G4VParticleHPEnergyAngular.hh.
View newest version in sPHENIX GitHub at line 54 of file G4VParticleHPEnergyAngular.hh
References fCache, G4Cache< VALTYPE >::Put(), and theQValue.
|
inlinevirtual |
Definition at line 61 of file G4VParticleHPEnergyAngular.hh.
View newest version in sPHENIX GitHub at line 61 of file G4VParticleHPEnergyAngular.hh
|
inlinevirtual |
Reimplemented in G4ParticleHPContEnergyAngular.
Definition at line 106 of file G4VParticleHPEnergyAngular.hh.
View newest version in sPHENIX GitHub at line 106 of file G4VParticleHPEnergyAngular.hh
Referenced by G4ParticleHPProduct::Sample().
|
inline |
Definition at line 94 of file G4VParticleHPEnergyAngular.hh.
View newest version in sPHENIX GitHub at line 94 of file G4VParticleHPEnergyAngular.hh
References fCache, and G4Cache< VALTYPE >::Get().
|
inline |
Definition at line 89 of file G4VParticleHPEnergyAngular.hh.
View newest version in sPHENIX GitHub at line 89 of file G4VParticleHPEnergyAngular.hh
References fCache, and G4Cache< VALTYPE >::Get().
Referenced by G4ParticleHPNBodyPhaseSpace::GetEmax(), G4ParticleHPNBodyPhaseSpace::Sample(), G4ParticleHPDiscreteTwoBody::Sample(), and G4ParticleHPContEnergyAngular::Sample().
|
inlineprotected |
Definition at line 112 of file G4VParticleHPEnergyAngular.hh.
View newest version in sPHENIX GitHub at line 112 of file G4VParticleHPEnergyAngular.hh
References theQValue.
Referenced by G4ParticleHPNBodyPhaseSpace::GetEmax(), G4ParticleHPIsotropic::Sample(), and G4ParticleHPDiscreteTwoBody::Sample().
|
inline |
Definition at line 84 of file G4VParticleHPEnergyAngular.hh.
View newest version in sPHENIX GitHub at line 84 of file G4VParticleHPEnergyAngular.hh
References fCache, and G4Cache< VALTYPE >::Get().
Referenced by G4ParticleHPNBodyPhaseSpace::GetEmax(), G4ParticleHPNBodyPhaseSpace::Sample(), G4ParticleHPDiscreteTwoBody::Sample(), and G4ParticleHPContEnergyAngular::Sample().
|
pure virtual |
Implemented in G4ParticleHPContEnergyAngular, G4ParticleHPLabAngularEnergy, G4ParticleHPNBodyPhaseSpace, G4ParticleHPDiscreteTwoBody, and G4ParticleHPIsotropic.
Referenced by G4ParticleHPProduct::Init().
|
pure virtual |
Implemented in G4ParticleHPNBodyPhaseSpace, G4ParticleHPContEnergyAngular, G4ParticleHPDiscreteTwoBody, G4ParticleHPLabAngularEnergy, and G4ParticleHPIsotropic.
Referenced by G4ParticleHPProduct::MeanEnergyOfThisInteraction().
|
pure virtual |
Implemented in G4ParticleHPContEnergyAngular, G4ParticleHPDiscreteTwoBody, G4ParticleHPLabAngularEnergy, G4ParticleHPNBodyPhaseSpace, and G4ParticleHPIsotropic.
Referenced by G4ParticleHPProduct::Sample().
|
inline |
Definition at line 74 of file G4VParticleHPEnergyAngular.hh.
View newest version in sPHENIX GitHub at line 74 of file G4VParticleHPEnergyAngular.hh
References fCache, and G4Cache< VALTYPE >::Get().
Referenced by G4ParticleHPInelasticBaseFS::BaseApply(), and G4ParticleHPProduct::Sample().
Definition at line 101 of file G4VParticleHPEnergyAngular.hh.
View newest version in sPHENIX GitHub at line 101 of file G4VParticleHPEnergyAngular.hh
References theQValue.
Referenced by G4ParticleHPInelasticBaseFS::BaseApply(), and G4ParticleHPProduct::Init().
|
inline |
Definition at line 79 of file G4VParticleHPEnergyAngular.hh.
View newest version in sPHENIX GitHub at line 79 of file G4VParticleHPEnergyAngular.hh
References fCache, and G4Cache< VALTYPE >::Get().
Referenced by G4ParticleHPInelasticBaseFS::BaseApply(), and G4ParticleHPProduct::Sample().
|
private |
Definition at line 118 of file G4VParticleHPEnergyAngular.hh.
View newest version in sPHENIX GitHub at line 118 of file G4VParticleHPEnergyAngular.hh
Referenced by G4VParticleHPEnergyAngular(), GetCMS(), GetProjectileRP(), GetTarget(), SetProjectileRP(), and SetTarget().
|
private |
Definition at line 116 of file G4VParticleHPEnergyAngular.hh.
View newest version in sPHENIX GitHub at line 116 of file G4VParticleHPEnergyAngular.hh
Referenced by G4VParticleHPEnergyAngular(), GetQValue(), and SetQValue().