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

#include <G4VTRModel.hh>

Public Member Functions

 G4VTRModel (const G4String &modelName)
 
virtual ~G4VTRModel ()=default
 
const G4StringGetName () const
 
virtual void GenerateSecondaries (G4VParticleChange &, std::vector< const G4Material * > &, std::vector< G4double > &, std::vector< G4ThreeVector > &, G4ThreeVector &, const G4Track &)
 
G4VTRModeloperator= (const G4VTRModel &right)=delete
 
 G4VTRModel (const G4VTRModel &)=delete
 
virtual void PrintInfo ()
 

Protected Attributes

G4String fName
 

Detailed Description

Definition at line 46 of file G4VTRModel.hh.

Constructor & Destructor Documentation

◆ G4VTRModel() [1/2]

G4VTRModel::G4VTRModel ( const G4String & modelName)
inlineexplicit

Definition at line 50 of file G4VTRModel.hh.

50{ fName = modelName; };
G4String fName
Definition G4VTRModel.hh:71

Referenced by G4VTRModel(), and operator=().

◆ ~G4VTRModel()

virtual G4VTRModel::~G4VTRModel ( )
virtualdefault

◆ G4VTRModel() [2/2]

G4VTRModel::G4VTRModel ( const G4VTRModel & )
delete

Member Function Documentation

◆ GenerateSecondaries()

virtual void G4VTRModel::GenerateSecondaries ( G4VParticleChange & ,
std::vector< const G4Material * > & ,
std::vector< G4double > & ,
std::vector< G4ThreeVector > & ,
G4ThreeVector & ,
const G4Track &  )
inlinevirtual

Definition at line 57 of file G4VTRModel.hh.

62 {};

◆ GetName()

const G4String & G4VTRModel::GetName ( ) const
inline

Definition at line 55 of file G4VTRModel.hh.

55{ return fName; };

◆ operator=()

G4VTRModel & G4VTRModel::operator= ( const G4VTRModel & right)
delete

◆ PrintInfo()

virtual void G4VTRModel::PrintInfo ( )
inlinevirtual

Definition at line 68 of file G4VTRModel.hh.

68{ return; };

Member Data Documentation

◆ fName

G4String G4VTRModel::fName
protected

Definition at line 71 of file G4VTRModel.hh.

Referenced by G4VTRModel(), and GetName().


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