Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4VTRModel.hh>
Public Member Functions | |
G4VTRModel (const G4String &modelName) | |
virtual | ~G4VTRModel ()=default |
const G4String & | GetName () const |
virtual void | GenerateSecondaries (G4VParticleChange &pChange, std::vector< const G4Material * > &materials, std::vector< G4double > &steps, std::vector< G4ThreeVector > &normals, G4ThreeVector &startingPosition, const G4Track &track) |
G4VTRModel & | operator= (const G4VTRModel &right)=delete |
G4VTRModel (const G4VTRModel &)=delete | |
virtual void | PrintInfo () |
Protected Attributes | |
G4String | fName |
Definition at line 46 of file G4VTRModel.hh.
|
inlineexplicit |
Definition at line 50 of file G4VTRModel.hh.
|
virtualdefault |
|
delete |
|
virtual |
Referenced by G4VTransitionRadiation::PostStepDoIt().
|
inline |
Definition at line 55 of file G4VTRModel.hh.
|
delete |
|
inlinevirtual |
Definition at line 68 of file G4VTRModel.hh.
Referenced by G4VTransitionRadiation::ProcessDescription().
|
protected |
Definition at line 71 of file G4VTRModel.hh.
Referenced by G4VTRModel(), and GetName().