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 | Static Protected Attributes | List of all members
G4VParticleChange Class Reference

#include <G4VParticleChange.hh>

Inheritance diagram for G4VParticleChange:
Inheritance graph
[legend]
Collaboration diagram for G4VParticleChange:
Collaboration graph
[legend]

Public Member Functions

 G4VParticleChange ()
 
virtual ~G4VParticleChange ()
 
G4bool operator== (const G4VParticleChange &right) const
 
G4bool operator!= (const G4VParticleChange &right) const
 
virtual G4StepUpdateStepForAtRest (G4Step *Step)
 
virtual G4StepUpdateStepForAlongStep (G4Step *Step)
 
virtual G4StepUpdateStepForPostStep (G4Step *Step)
 
virtual void Initialize (const G4Track &)
 
G4double GetTrueStepLength () const
 
void ProposeTrueStepLength (G4double truePathLength)
 
G4double GetLocalEnergyDeposit () const
 
void ProposeLocalEnergyDeposit (G4double anEnergyPart)
 
G4double GetNonIonizingEnergyDeposit () const
 
void ProposeNonIonizingEnergyDeposit (G4double anEnergyPart)
 
G4TrackStatus GetTrackStatus () const
 
void ProposeTrackStatus (G4TrackStatus status)
 
G4SteppingControl GetSteppingControl () const
 
void ProposeSteppingControl (G4SteppingControl StepControlFlag)
 
G4bool GetFirstStepInVolume () const
 
G4bool GetLastStepInVolume () const
 
void ProposeFirstStepInVolume (G4bool flag)
 
void ProposeLastStepInVolume (G4bool flag)
 
void Clear ()
 
void SetNumberOfSecondaries (G4int totSecondaries)
 
G4int GetNumberOfSecondaries () const
 
G4TrackGetSecondary (G4int anIndex) const
 
void AddSecondary (G4Track *aSecondary)
 
G4double GetWeight () const
 
G4double GetParentWeight () const
 
void ProposeWeight (G4double finalWeight)
 
void ProposeParentWeight (G4double finalWeight)
 
void SetSecondaryWeightByProcess (G4bool)
 
G4bool IsSecondaryWeightSetByProcess () const
 
void SetParentWeightByProcess (G4bool)
 
G4bool IsParentWeightSetByProcess () const
 
virtual void DumpInfo () const
 
void SetVerboseLevel (G4int vLevel)
 
G4int GetVerboseLevel () const
 
virtual G4bool CheckIt (const G4Track &)
 
void ClearDebugFlag ()
 
void SetDebugFlag ()
 
G4bool GetDebugFlag () const
 

Protected Member Functions

 G4VParticleChange (const G4VParticleChange &right)
 
G4VParticleChangeoperator= (const G4VParticleChange &right)
 
G4StepUpdateStepInfo (G4Step *Step)
 
void InitializeTrueStepLength (const G4Track &)
 
void InitializeLocalEnergyDeposit (const G4Track &)
 
void InitializeSteppingControl (const G4Track &)
 
void InitializeParentWeight (const G4Track &)
 
void InitializeParentGlobalTime (const G4Track &)
 
void InitializeStatusChange (const G4Track &)
 
void InitializeSecondaries (const G4Track &)
 
void InitializeStepInVolumeFlags (const G4Track &)
 
G4bool CheckSecondary (G4Track &)
 
G4double GetAccuracyForWarning () const
 
G4double GetAccuracyForException () const
 

Protected Attributes

G4TrackFastVectortheListOfSecondaries
 
G4int theNumberOfSecondaries
 
G4int theSizeOftheListOfSecondaries
 
G4TrackStatus theStatusChange
 
G4SteppingControl theSteppingControlFlag
 
G4double theLocalEnergyDeposit
 
G4double theNonIonizingEnergyDeposit
 
G4double theTrueStepLength
 
G4bool theFirstStepInVolume
 
G4bool theLastStepInVolume
 
G4double theParentWeight
 
G4bool isParentWeightProposed
 
G4bool fSetSecondaryWeightByProcess
 
G4double theParentGlobalTime
 
G4int verboseLevel
 
G4bool debugFlag
 

Static Protected Attributes

static const G4double accuracyForWarning = 1.0e-9
 
static const G4double accuracyForException = 0.001
 

Detailed Description

Definition at line 94 of file G4VParticleChange.hh.

Constructor & Destructor Documentation

G4VParticleChange::G4VParticleChange ( )

Definition at line 48 of file G4VParticleChange.cc.

G4VParticleChange::~G4VParticleChange ( )
virtual

Definition at line 73 of file G4VParticleChange.cc.

G4VParticleChange::G4VParticleChange ( const G4VParticleChange right)
protected

Definition at line 89 of file G4VParticleChange.cc.

Here is the call graph for this function:

Member Function Documentation

void G4VParticleChange::AddSecondary ( G4Track aSecondary)

Definition at line 171 of file G4VParticleChange.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4bool G4VParticleChange::CheckIt ( const G4Track )
virtual

Reimplemented in G4FastStep, G4ParticleChange, G4ParticleChangeForDecay, G4ParticleChangeForLoss, G4ParticleChangeForMSC, and G4ParticleChangeForGamma.

Definition at line 316 of file G4VParticleChange.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4bool G4VParticleChange::CheckSecondary ( G4Track aTrack)
protected

Definition at line 398 of file G4VParticleChange.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4VParticleChange::Clear ( )

Here is the caller graph for this function:

void G4VParticleChange::ClearDebugFlag ( )

Here is the caller graph for this function:

void G4VParticleChange::DumpInfo ( ) const
virtual

Reimplemented in G4FastStep, G4ParticleChange, G4ParticleChangeForLoss, G4ParticleChangeForTransport, G4ParticleChangeForDecay, G4ParticleChangeForMSC, and G4ParticleChangeForGamma.

Definition at line 252 of file G4VParticleChange.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4double G4VParticleChange::GetAccuracyForException ( ) const
protected

Definition at line 507 of file G4VParticleChange.cc.

Here is the caller graph for this function:

G4double G4VParticleChange::GetAccuracyForWarning ( ) const
protected

Definition at line 502 of file G4VParticleChange.cc.

Here is the caller graph for this function:

G4bool G4VParticleChange::GetDebugFlag ( ) const
G4bool G4VParticleChange::GetFirstStepInVolume ( ) const
G4bool G4VParticleChange::GetLastStepInVolume ( ) const

Here is the caller graph for this function:

G4double G4VParticleChange::GetLocalEnergyDeposit ( ) const

Here is the caller graph for this function:

G4double G4VParticleChange::GetNonIonizingEnergyDeposit ( ) const
G4int G4VParticleChange::GetNumberOfSecondaries ( ) const

Here is the caller graph for this function:

G4double G4VParticleChange::GetParentWeight ( ) const

Here is the caller graph for this function:

G4Track* G4VParticleChange::GetSecondary ( G4int  anIndex) const

Here is the caller graph for this function:

G4SteppingControl G4VParticleChange::GetSteppingControl ( ) const
G4TrackStatus G4VParticleChange::GetTrackStatus ( ) const

Here is the caller graph for this function:

G4double G4VParticleChange::GetTrueStepLength ( ) const
G4int G4VParticleChange::GetVerboseLevel ( ) const
G4double G4VParticleChange::GetWeight ( ) const
virtual void G4VParticleChange::Initialize ( const G4Track )
virtual

Reimplemented in G4ParticleChange, G4ParticleChangeForDecay, G4ParticleChangeForTransport, and G4ParticleChangeForMSC.

Here is the caller graph for this function:

void G4VParticleChange::InitializeLocalEnergyDeposit ( const G4Track )
protected
void G4VParticleChange::InitializeParentGlobalTime ( const G4Track )
protected
void G4VParticleChange::InitializeParentWeight ( const G4Track )
protected
void G4VParticleChange::InitializeSecondaries ( const G4Track )
protected

Here is the caller graph for this function:

void G4VParticleChange::InitializeStatusChange ( const G4Track )
protected
void G4VParticleChange::InitializeStepInVolumeFlags ( const G4Track )
protected
void G4VParticleChange::InitializeSteppingControl ( const G4Track )
protected
void G4VParticleChange::InitializeTrueStepLength ( const G4Track )
protected
G4bool G4VParticleChange::IsParentWeightSetByProcess ( ) const

Definition at line 521 of file G4VParticleChange.cc.

G4bool G4VParticleChange::IsSecondaryWeightSetByProcess ( ) const
G4bool G4VParticleChange::operator!= ( const G4VParticleChange right) const

Definition at line 166 of file G4VParticleChange.cc.

G4VParticleChange & G4VParticleChange::operator= ( const G4VParticleChange right)
protected

Definition at line 116 of file G4VParticleChange.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4bool G4VParticleChange::operator== ( const G4VParticleChange right) const

Definition at line 160 of file G4VParticleChange.cc.

void G4VParticleChange::ProposeFirstStepInVolume ( G4bool  flag)
void G4VParticleChange::ProposeLastStepInVolume ( G4bool  flag)

Here is the caller graph for this function:

void G4VParticleChange::ProposeLocalEnergyDeposit ( G4double  anEnergyPart)
void G4VParticleChange::ProposeNonIonizingEnergyDeposit ( G4double  anEnergyPart)

Here is the caller graph for this function:

void G4VParticleChange::ProposeParentWeight ( G4double  finalWeight)

Here is the caller graph for this function:

void G4VParticleChange::ProposeSteppingControl ( G4SteppingControl  StepControlFlag)

Here is the caller graph for this function:

void G4VParticleChange::ProposeTrackStatus ( G4TrackStatus  status)
void G4VParticleChange::ProposeTrueStepLength ( G4double  truePathLength)

Here is the caller graph for this function:

void G4VParticleChange::ProposeWeight ( G4double  finalWeight)

Here is the caller graph for this function:

void G4VParticleChange::SetDebugFlag ( )
void G4VParticleChange::SetNumberOfSecondaries ( G4int  totSecondaries)

Here is the caller graph for this function:

void G4VParticleChange::SetParentWeightByProcess ( G4bool  )

Definition at line 516 of file G4VParticleChange.cc.

Here is the caller graph for this function:

void G4VParticleChange::SetSecondaryWeightByProcess ( G4bool  )

Here is the caller graph for this function:

void G4VParticleChange::SetVerboseLevel ( G4int  vLevel)
G4Step * G4VParticleChange::UpdateStepForAlongStep ( G4Step Step)
virtual

Reimplemented in G4ParticleChange, G4ParticleChangeForMSC, G4ParticleChangeForTransport, and G4ParticleChangeForLoss.

Definition at line 228 of file G4VParticleChange.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4Step * G4VParticleChange::UpdateStepForAtRest ( G4Step Step)
virtual

Reimplemented in G4FastStep, G4ParticleChange, G4ParticleChangeForDecay, G4ParticleChangeForTransport, and G4ParticleChangeForGamma.

Definition at line 219 of file G4VParticleChange.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4Step * G4VParticleChange::UpdateStepForPostStep ( G4Step Step)
virtual

Reimplemented in G4FastStep, G4ParticleChange, G4ParticleChangeForDecay, G4ParticleChangeForTransport, G4ParticleChangeForMSC, G4ParticleChangeForLoss, and G4ParticleChangeForGamma.

Definition at line 239 of file G4VParticleChange.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4Step * G4VParticleChange::UpdateStepInfo ( G4Step Step)
protected

Definition at line 202 of file G4VParticleChange.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

const G4double G4VParticleChange::accuracyForException = 0.001
staticprotected

Definition at line 318 of file G4VParticleChange.hh.

const G4double G4VParticleChange::accuracyForWarning = 1.0e-9
staticprotected

Definition at line 317 of file G4VParticleChange.hh.

G4bool G4VParticleChange::debugFlag
protected

Definition at line 314 of file G4VParticleChange.hh.

G4bool G4VParticleChange::fSetSecondaryWeightByProcess
protected

Definition at line 286 of file G4VParticleChange.hh.

G4bool G4VParticleChange::isParentWeightProposed
protected

Definition at line 284 of file G4VParticleChange.hh.

G4bool G4VParticleChange::theFirstStepInVolume
protected

Definition at line 278 of file G4VParticleChange.hh.

G4bool G4VParticleChange::theLastStepInVolume
protected

Definition at line 279 of file G4VParticleChange.hh.

G4TrackFastVector* G4VParticleChange::theListOfSecondaries
protected

Definition at line 245 of file G4VParticleChange.hh.

G4double G4VParticleChange::theLocalEnergyDeposit
protected

Definition at line 260 of file G4VParticleChange.hh.

G4double G4VParticleChange::theNonIonizingEnergyDeposit
protected

Definition at line 269 of file G4VParticleChange.hh.

G4int G4VParticleChange::theNumberOfSecondaries
protected

Definition at line 248 of file G4VParticleChange.hh.

G4double G4VParticleChange::theParentGlobalTime
protected

Definition at line 289 of file G4VParticleChange.hh.

G4double G4VParticleChange::theParentWeight
protected

Definition at line 282 of file G4VParticleChange.hh.

G4int G4VParticleChange::theSizeOftheListOfSecondaries
protected

Definition at line 251 of file G4VParticleChange.hh.

G4TrackStatus G4VParticleChange::theStatusChange
protected

Definition at line 254 of file G4VParticleChange.hh.

G4SteppingControl G4VParticleChange::theSteppingControlFlag
protected

Definition at line 257 of file G4VParticleChange.hh.

G4double G4VParticleChange::theTrueStepLength
protected

Definition at line 274 of file G4VParticleChange.hh.

G4int G4VParticleChange::verboseLevel
protected

Definition at line 293 of file G4VParticleChange.hh.


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