#include <G4IsoParticleChange.hh>
Public Member Functions | |
void | SetIsotope (const G4String &anIsotope) |
void | SetProductionTime (const G4double &aProductionTime) |
void | SetParentParticle (const G4ParticleDefinition *aProjectile) |
void | SetMotherNucleus (const G4Nucleus &aTarget) |
void | SetProducer (const G4String &aProducer) |
G4String | GetIsotope () |
G4double | GetProductionTime () |
const G4ParticleDefinition * | GetParentParticle () |
G4Nucleus | GetMotherNucleus () |
G4String | GetProducer () |
Definition at line 35 of file G4IsoParticleChange.hh.
G4String G4IsoParticleChange::GetIsotope | ( | ) | [inline] |
G4Nucleus G4IsoParticleChange::GetMotherNucleus | ( | ) | [inline] |
const G4ParticleDefinition* G4IsoParticleChange::GetParentParticle | ( | ) | [inline] |
G4String G4IsoParticleChange::GetProducer | ( | ) | [inline] |
G4double G4IsoParticleChange::GetProductionTime | ( | ) | [inline] |
void G4IsoParticleChange::SetIsotope | ( | const G4String & | anIsotope | ) | [inline] |
Definition at line 38 of file G4IsoParticleChange.hh.
Referenced by G4InelasticInteraction::DoIsotopeCounting().
void G4IsoParticleChange::SetMotherNucleus | ( | const G4Nucleus & | aTarget | ) | [inline] |
Definition at line 41 of file G4IsoParticleChange.hh.
Referenced by G4InelasticInteraction::DoIsotopeCounting().
void G4IsoParticleChange::SetParentParticle | ( | const G4ParticleDefinition * | aProjectile | ) | [inline] |
Definition at line 40 of file G4IsoParticleChange.hh.
Referenced by G4InelasticInteraction::DoIsotopeCounting().
void G4IsoParticleChange::SetProducer | ( | const G4String & | aProducer | ) | [inline] |
Definition at line 42 of file G4IsoParticleChange.hh.
Referenced by G4InelasticInteraction::DoIsotopeCounting().
void G4IsoParticleChange::SetProductionTime | ( | const G4double & | aProductionTime | ) | [inline] |
Definition at line 39 of file G4IsoParticleChange.hh.
Referenced by G4InelasticInteraction::DoIsotopeCounting().