Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4ParticleChangeForNothing Class Reference

#include <G4ParticleChangeForNothing.hh>

+ Inheritance diagram for G4ParticleChangeForNothing:

Public Member Functions

 G4ParticleChangeForNothing ()
 
 ~G4ParticleChangeForNothing ()
 
virtual void Initialize (const G4Track &track)
 
virtual G4StepUpdateStepForAtRest (G4Step *step)
 
virtual G4StepUpdateStepForAlongStep (G4Step *step)
 
virtual G4StepUpdateStepForPostStep (G4Step *step)
 
- Public Member Functions inherited from G4VParticleChange
 G4VParticleChange ()
 
virtual ~G4VParticleChange ()=default
 
 G4VParticleChange (const G4VParticleChange &right)=delete
 
G4VParticleChangeoperator= (const G4VParticleChange &right)=delete
 
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)
 
const G4TrackGetCurrentTrack () const
 
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
 

Additional Inherited Members

- Protected Member Functions inherited from G4VParticleChange
G4StepUpdateStepInfo (G4Step *Step)
 
void InitializeLocalEnergyDeposit ()
 
void InitializeSteppingControl ()
 
void InitializeParentWeight (const G4Track &)
 
void InitializeStatusChange (const G4Track &)
 
void InitializeSecondaries ()
 
void InitializeFromStep (const G4Step *)
 
G4double ComputeBeta (G4double kinEnergy)
 
G4bool CheckSecondary (G4Track &)
 
G4double GetAccuracyForWarning () const
 
G4double GetAccuracyForException () const
 
- Protected Attributes inherited from G4VParticleChange
const G4TracktheCurrentTrack = nullptr
 
std::vector< G4Track * > theListOfSecondaries
 
G4TrackStatus theStatusChange = fAlive
 
G4SteppingControl theSteppingControlFlag = NormalCondition
 
G4double theLocalEnergyDeposit = 0.0
 
G4double theNonIonizingEnergyDeposit = 0.0
 
G4double theTrueStepLength = 0.0
 
G4double theParentWeight = 1.0
 
G4double theParentGlobalTime = 0.0
 
G4int theNumberOfSecondaries = 0
 
G4int theSizeOftheListOfSecondaries = 0
 
G4int verboseLevel = 1
 
G4int nError = 0
 
G4bool theFirstStepInVolume = false
 
G4bool theLastStepInVolume = false
 
G4bool isParentWeightProposed = false
 
G4bool fSetSecondaryWeightByProcess = false
 
G4bool debugFlag = false
 
- Static Protected Attributes inherited from G4VParticleChange
static const G4double accuracyForWarning = 1.0e-9
 
static const G4double accuracyForException = 0.001
 
static const G4int maxError = 10
 

Detailed Description

Definition at line 43 of file G4ParticleChangeForNothing.hh.

Constructor & Destructor Documentation

◆ G4ParticleChangeForNothing()

G4ParticleChangeForNothing::G4ParticleChangeForNothing ( )
inline

Definition at line 45 of file G4ParticleChangeForNothing.hh.

◆ ~G4ParticleChangeForNothing()

G4ParticleChangeForNothing::~G4ParticleChangeForNothing ( )
inline

Definition at line 46 of file G4ParticleChangeForNothing.hh.

46{}

Member Function Documentation

◆ Initialize()

virtual void G4ParticleChangeForNothing::Initialize ( const G4Track & track)
inlinevirtual

◆ UpdateStepForAlongStep()

virtual G4Step * G4ParticleChangeForNothing::UpdateStepForAlongStep ( G4Step * step)
inlinevirtual

Reimplemented from G4VParticleChange.

Definition at line 56 of file G4ParticleChangeForNothing.hh.

56{return step;}

◆ UpdateStepForAtRest()

virtual G4Step * G4ParticleChangeForNothing::UpdateStepForAtRest ( G4Step * step)
inlinevirtual

Reimplemented from G4VParticleChange.

Definition at line 55 of file G4ParticleChangeForNothing.hh.

55{return step;}

◆ UpdateStepForPostStep()

virtual G4Step * G4ParticleChangeForNothing::UpdateStepForPostStep ( G4Step * step)
inlinevirtual

Reimplemented from G4VParticleChange.

Definition at line 57 of file G4ParticleChangeForNothing.hh.

57{return step;}

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