Geant4  10.02.p03
G4ParticleChangeForNothing Class Reference

#include <G4ParticleChangeForNothing.hh>

Inheritance diagram for G4ParticleChangeForNothing:
Collaboration diagram for G4ParticleChangeForNothing:

Public Member Functions

 G4ParticleChangeForNothing ()
 
 ~G4ParticleChangeForNothing ()
 
virtual void Initialize (const G4Track &track)
 
virtual G4Step * UpdateStepForAtRest (G4Step *step)
 
virtual G4Step * UpdateStepForAlongStep (G4Step *step)
 
virtual G4Step * UpdateStepForPostStep (G4Step *step)
 

Detailed Description

Definition at line 44 of file G4ParticleChangeForNothing.hh.

Constructor & Destructor Documentation

◆ G4ParticleChangeForNothing()

G4ParticleChangeForNothing::G4ParticleChangeForNothing ( )
inline

Definition at line 46 of file G4ParticleChangeForNothing.hh.

46 : G4VParticleChange() {}

◆ ~G4ParticleChangeForNothing()

G4ParticleChangeForNothing::~G4ParticleChangeForNothing ( )
inline

Definition at line 47 of file G4ParticleChangeForNothing.hh.

47 {}

Member Function Documentation

◆ Initialize()

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

Definition at line 51 of file G4ParticleChangeForNothing.hh.

52  {
53  theStatusChange = track.GetTrackStatus();
54  theNumberOfSecondaries = 0;
55  }
Here is the caller graph for this function:

◆ UpdateStepForAlongStep()

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

Definition at line 57 of file G4ParticleChangeForNothing.hh.

57 {return step;}

◆ UpdateStepForAtRest()

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

Definition at line 56 of file G4ParticleChangeForNothing.hh.

56 {return step;}

◆ UpdateStepForPostStep()

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

Definition at line 58 of file G4ParticleChangeForNothing.hh.

58 {return step;}

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