Geant4  9.6.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
G4DynamicParticle Class Reference

#include <G4DynamicParticle.hh>

Collaboration diagram for G4DynamicParticle:
Collaboration graph
[legend]

Public Member Functions

 G4DynamicParticle ()
 
 G4DynamicParticle (const G4ParticleDefinition *aParticleDefinition, const G4ThreeVector &aMomentumDirection, G4double aKineticEnergy)
 
 G4DynamicParticle (const G4ParticleDefinition *aParticleDefinition, const G4ThreeVector &aParticleMomentum)
 
 G4DynamicParticle (const G4ParticleDefinition *aParticleDefinition, const G4LorentzVector &aParticleMomentum)
 
 G4DynamicParticle (const G4ParticleDefinition *aParticleDefinition, G4double aTotalEnergy, const G4ThreeVector &aParticleMomentum)
 
 G4DynamicParticle (const G4DynamicParticle &right)
 
 ~G4DynamicParticle ()
 
G4DynamicParticleoperator= (const G4DynamicParticle &right)
 
G4int operator== (const G4DynamicParticle &right) const
 
G4int operator!= (const G4DynamicParticle &right) const
 
voidoperator new (size_t)
 
void operator delete (void *aDynamicParticle)
 
const G4ThreeVectorGetMomentumDirection () const
 
void SetMomentumDirection (const G4ThreeVector &aDirection)
 
void SetMomentumDirection (G4double px, G4double py, G4double pz)
 
G4ThreeVector GetMomentum () const
 
void SetMomentum (const G4ThreeVector &momentum)
 
G4LorentzVector Get4Momentum () const
 
void Set4Momentum (const G4LorentzVector &momentum)
 
G4double GetTotalMomentum () const
 
G4double GetTotalEnergy () const
 
G4double GetKineticEnergy () const
 
void SetKineticEnergy (G4double aEnergy)
 
G4double GetProperTime () const
 
void SetProperTime (G4double)
 
const G4ThreeVectorGetPolarization () const
 
void SetPolarization (G4double polX, G4double polY, G4double polZ)
 
G4double GetMass () const
 
void SetMass (G4double mass)
 
G4double GetCharge () const
 
void SetCharge (G4double charge)
 
void SetCharge (G4int chargeInUnitOfEplus)
 
G4double GetSpin () const
 
void SetSpin (G4double spin)
 
void SetSpin (G4int spinInUnitOfHalfInteger)
 
G4double GetMagneticMoment () const
 
void SetMagneticMoment (G4double magneticMoment)
 
const G4ElectronOccupancyGetElectronOccupancy () const
 
G4int GetTotalOccupancy () const
 
G4int GetOccupancy (G4int orbit) const
 
void AddElectron (G4int orbit, G4int number=1)
 
void RemoveElectron (G4int orbit, G4int number=1)
 
const G4ParticleDefinitionGetParticleDefinition () const
 
void SetDefinition (const G4ParticleDefinition *aParticleDefinition)
 
G4ParticleDefinitionGetDefinition () const
 
const G4DecayProductsGetPreAssignedDecayProducts () const
 
void SetPreAssignedDecayProducts (G4DecayProducts *aDecayProducts)
 
G4double GetPreAssignedDecayProperTime () const
 
void SetPreAssignedDecayProperTime (G4double)
 
void DumpInfo (G4int mode=0) const
 
void SetVerboseLevel (G4int value)
 
G4int GetVerboseLevel () const
 
void SetPrimaryParticle (G4PrimaryParticle *p)
 
void SetPDGcode (G4int c)
 
G4PrimaryParticleGetPrimaryParticle () const
 
G4int GetPDGcode () const
 

Protected Member Functions

void AllocateElectronOccupancy ()
 
G4double GetElectronMass () const
 

Protected Attributes

G4ThreeVector theMomentumDirection
 
const G4ParticleDefinitiontheParticleDefinition
 
G4ThreeVector thePolarization
 
G4double theKineticEnergy
 
G4double theProperTime
 
G4double theDynamicalMass
 
G4double theDynamicalCharge
 
G4double theDynamicalSpin
 
G4double theDynamicalMagneticMoment
 
G4ElectronOccupancytheElectronOccupancy
 
G4DecayProductsthePreAssignedDecayProducts
 
G4double thePreAssignedDecayTime
 
G4int verboseLevel
 
G4PrimaryParticleprimaryParticle
 
G4int thePDGcode
 

Detailed Description

Definition at line 73 of file G4DynamicParticle.hh.

Constructor & Destructor Documentation

G4DynamicParticle::G4DynamicParticle ( )

Definition at line 79 of file G4DynamicParticle.cc.

G4DynamicParticle::G4DynamicParticle ( const G4ParticleDefinition aParticleDefinition,
const G4ThreeVector aMomentumDirection,
G4double  aKineticEnergy 
)

Definition at line 98 of file G4DynamicParticle.cc.

G4DynamicParticle::G4DynamicParticle ( const G4ParticleDefinition aParticleDefinition,
const G4ThreeVector aParticleMomentum 
)

Definition at line 117 of file G4DynamicParticle.cc.

Here is the call graph for this function:

G4DynamicParticle::G4DynamicParticle ( const G4ParticleDefinition aParticleDefinition,
const G4LorentzVector aParticleMomentum 
)

Definition at line 138 of file G4DynamicParticle.cc.

Here is the call graph for this function:

G4DynamicParticle::G4DynamicParticle ( const G4ParticleDefinition aParticleDefinition,
G4double  aTotalEnergy,
const G4ThreeVector aParticleMomentum 
)

Definition at line 158 of file G4DynamicParticle.cc.

Here is the call graph for this function:

G4DynamicParticle::G4DynamicParticle ( const G4DynamicParticle right)

Definition at line 194 of file G4DynamicParticle.cc.

G4DynamicParticle::~G4DynamicParticle ( )

Definition at line 220 of file G4DynamicParticle.cc.

Member Function Documentation

void G4DynamicParticle::AddElectron ( G4int  orbit,
G4int  number = 1 
)

Here is the caller graph for this function:

void G4DynamicParticle::AllocateElectronOccupancy ( )
protected

Definition at line 320 of file G4DynamicParticle.cc.

Here is the call graph for this function:

void G4DynamicParticle::DumpInfo ( G4int  mode = 0) const

Definition at line 404 of file G4DynamicParticle.cc.

Here is the caller graph for this function:

G4LorentzVector G4DynamicParticle::Get4Momentum ( ) const

Here is the caller graph for this function:

G4double G4DynamicParticle::GetCharge ( ) const

Here is the caller graph for this function:

G4ParticleDefinition* G4DynamicParticle::GetDefinition ( ) const
G4double G4DynamicParticle::GetElectronMass ( ) const
protected

Definition at line 411 of file G4DynamicParticle.cc.

Here is the call graph for this function:

const G4ElectronOccupancy* G4DynamicParticle::GetElectronOccupancy ( ) const
G4double G4DynamicParticle::GetKineticEnergy ( ) const
G4double G4DynamicParticle::GetMagneticMoment ( ) const

Here is the caller graph for this function:

G4double G4DynamicParticle::GetMass ( ) const
G4ThreeVector G4DynamicParticle::GetMomentum ( ) const

Here is the caller graph for this function:

const G4ThreeVector& G4DynamicParticle::GetMomentumDirection ( ) const
G4int G4DynamicParticle::GetOccupancy ( G4int  orbit) const

Here is the caller graph for this function:

const G4ParticleDefinition* G4DynamicParticle::GetParticleDefinition ( ) const

Here is the caller graph for this function:

G4int G4DynamicParticle::GetPDGcode ( ) const

Here is the caller graph for this function:

const G4ThreeVector& G4DynamicParticle::GetPolarization ( ) const

Here is the caller graph for this function:

const G4DecayProducts* G4DynamicParticle::GetPreAssignedDecayProducts ( ) const

Here is the caller graph for this function:

G4double G4DynamicParticle::GetPreAssignedDecayProperTime ( ) const

Here is the caller graph for this function:

G4PrimaryParticle* G4DynamicParticle::GetPrimaryParticle ( ) const

Here is the caller graph for this function:

G4double G4DynamicParticle::GetProperTime ( ) const

Here is the caller graph for this function:

G4double G4DynamicParticle::GetSpin ( ) const
G4double G4DynamicParticle::GetTotalEnergy ( ) const

Here is the caller graph for this function:

G4double G4DynamicParticle::GetTotalMomentum ( ) const
G4int G4DynamicParticle::GetTotalOccupancy ( ) const

Here is the caller graph for this function:

G4int G4DynamicParticle::GetVerboseLevel ( ) const

Here is the caller graph for this function:

void G4DynamicParticle::operator delete ( void aDynamicParticle)
inline
void* G4DynamicParticle::operator new ( size_t  )
inline
G4int G4DynamicParticle::operator!= ( const G4DynamicParticle right) const

Definition at line 310 of file G4DynamicParticle.cc.

G4DynamicParticle & G4DynamicParticle::operator= ( const G4DynamicParticle right)

Definition at line 234 of file G4DynamicParticle.cc.

G4int G4DynamicParticle::operator== ( const G4DynamicParticle right) const

Definition at line 304 of file G4DynamicParticle.cc.

void G4DynamicParticle::RemoveElectron ( G4int  orbit,
G4int  number = 1 
)
void G4DynamicParticle::Set4Momentum ( const G4LorentzVector momentum)

Definition at line 351 of file G4DynamicParticle.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4DynamicParticle::SetCharge ( G4double  charge)

Here is the caller graph for this function:

void G4DynamicParticle::SetCharge ( G4int  chargeInUnitOfEplus)
void G4DynamicParticle::SetDefinition ( const G4ParticleDefinition aParticleDefinition)

Definition at line 271 of file G4DynamicParticle.cc.

Here is the call graph for this function:

void G4DynamicParticle::SetKineticEnergy ( G4double  aEnergy)

Here is the caller graph for this function:

void G4DynamicParticle::SetMagneticMoment ( G4double  magneticMoment)
void G4DynamicParticle::SetMass ( G4double  mass)

Here is the caller graph for this function:

void G4DynamicParticle::SetMomentum ( const G4ThreeVector momentum)

Definition at line 337 of file G4DynamicParticle.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4DynamicParticle::SetMomentumDirection ( const G4ThreeVector aDirection)

Here is the caller graph for this function:

void G4DynamicParticle::SetMomentumDirection ( G4double  px,
G4double  py,
G4double  pz 
)
void G4DynamicParticle::SetPDGcode ( G4int  c)

Here is the caller graph for this function:

void G4DynamicParticle::SetPolarization ( G4double  polX,
G4double  polY,
G4double  polZ 
)

Here is the caller graph for this function:

void G4DynamicParticle::SetPreAssignedDecayProducts ( G4DecayProducts aDecayProducts)

Here is the caller graph for this function:

void G4DynamicParticle::SetPreAssignedDecayProperTime ( G4double  )

Here is the caller graph for this function:

void G4DynamicParticle::SetPrimaryParticle ( G4PrimaryParticle p)

Here is the caller graph for this function:

void G4DynamicParticle::SetProperTime ( G4double  )
void G4DynamicParticle::SetSpin ( G4double  spin)
void G4DynamicParticle::SetSpin ( G4int  spinInUnitOfHalfInteger)
void G4DynamicParticle::SetVerboseLevel ( G4int  value)

Here is the caller graph for this function:

Member Data Documentation

G4PrimaryParticle* G4DynamicParticle::primaryParticle
protected

Definition at line 251 of file G4DynamicParticle.hh.

G4double G4DynamicParticle::theDynamicalCharge
protected

Definition at line 227 of file G4DynamicParticle.hh.

G4double G4DynamicParticle::theDynamicalMagneticMoment
protected

Definition at line 231 of file G4DynamicParticle.hh.

G4double G4DynamicParticle::theDynamicalMass
protected

Definition at line 225 of file G4DynamicParticle.hh.

G4double G4DynamicParticle::theDynamicalSpin
protected

Definition at line 229 of file G4DynamicParticle.hh.

G4ElectronOccupancy* G4DynamicParticle::theElectronOccupancy
protected

Definition at line 233 of file G4DynamicParticle.hh.

G4double G4DynamicParticle::theKineticEnergy
protected

Definition at line 221 of file G4DynamicParticle.hh.

G4ThreeVector G4DynamicParticle::theMomentumDirection
protected

Definition at line 213 of file G4DynamicParticle.hh.

const G4ParticleDefinition* G4DynamicParticle::theParticleDefinition
protected

Definition at line 216 of file G4DynamicParticle.hh.

G4int G4DynamicParticle::thePDGcode
protected

Definition at line 274 of file G4DynamicParticle.hh.

G4ThreeVector G4DynamicParticle::thePolarization
protected

Definition at line 219 of file G4DynamicParticle.hh.

G4DecayProducts* G4DynamicParticle::thePreAssignedDecayProducts
protected

Definition at line 235 of file G4DynamicParticle.hh.

G4double G4DynamicParticle::thePreAssignedDecayTime
protected

Definition at line 237 of file G4DynamicParticle.hh.

G4double G4DynamicParticle::theProperTime
protected

Definition at line 223 of file G4DynamicParticle.hh.

G4int G4DynamicParticle::verboseLevel
protected

Definition at line 240 of file G4DynamicParticle.hh.


The documentation for this class was generated from the following files: