G4IsoParticleChange Class Reference

#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 G4ParticleDefinitionGetParentParticle ()
G4Nucleus GetMotherNucleus ()
G4String GetProducer ()


Detailed Description

Definition at line 35 of file G4IsoParticleChange.hh.


Member Function Documentation

G4String G4IsoParticleChange::GetIsotope (  )  [inline]

Definition at line 46 of file G4IsoParticleChange.hh.

00046 {return theIsotope;}

G4Nucleus G4IsoParticleChange::GetMotherNucleus (  )  [inline]

Definition at line 49 of file G4IsoParticleChange.hh.

00049 {return theTarget;}

const G4ParticleDefinition* G4IsoParticleChange::GetParentParticle (  )  [inline]

Definition at line 48 of file G4IsoParticleChange.hh.

00048 {return theProjectile;}

G4String G4IsoParticleChange::GetProducer (  )  [inline]

Definition at line 50 of file G4IsoParticleChange.hh.

00050 {return theProducer;}

G4double G4IsoParticleChange::GetProductionTime (  )  [inline]

Definition at line 47 of file G4IsoParticleChange.hh.

00047 {return theProductionTime;}

void G4IsoParticleChange::SetIsotope ( const G4String anIsotope  )  [inline]

Definition at line 38 of file G4IsoParticleChange.hh.

Referenced by G4InelasticInteraction::DoIsotopeCounting().

00038 {theIsotope = anIsotope;}

void G4IsoParticleChange::SetMotherNucleus ( const G4Nucleus aTarget  )  [inline]

Definition at line 41 of file G4IsoParticleChange.hh.

Referenced by G4InelasticInteraction::DoIsotopeCounting().

00041 {theTarget = aTarget; }

void G4IsoParticleChange::SetParentParticle ( const G4ParticleDefinition aProjectile  )  [inline]

Definition at line 40 of file G4IsoParticleChange.hh.

Referenced by G4InelasticInteraction::DoIsotopeCounting().

00040 {theProjectile = aProjectile; }

void G4IsoParticleChange::SetProducer ( const G4String aProducer  )  [inline]

Definition at line 42 of file G4IsoParticleChange.hh.

Referenced by G4InelasticInteraction::DoIsotopeCounting().

00042 { theProducer = aProducer; }

void G4IsoParticleChange::SetProductionTime ( const G4double aProductionTime  )  [inline]

Definition at line 39 of file G4IsoParticleChange.hh.

Referenced by G4InelasticInteraction::DoIsotopeCounting().

00039 {theProductionTime = aProductionTime; }


The documentation for this class was generated from the following file:
Generated on Mon May 27 17:52:18 2013 for Geant4 by  doxygen 1.4.7