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

#include <FTFP_BERT_TRV.hh>

Inheritance diagram for FTFP_BERT_TRV:

Public Member Functions

 FTFP_BERT_TRV (G4int ver=1)
virtual ~FTFP_BERT_TRV ()=default
 FTFP_BERT_TRV (const FTFP_BERT_TRV &)=delete
FTFP_BERT_TRVoperator= (const FTFP_BERT_TRV &)=delete
Public Member Functions inherited from G4VModularPhysicsList
 G4VModularPhysicsList ()
 ~G4VModularPhysicsList () override
void ConstructParticle () override
void ConstructProcess () override
void RegisterPhysics (G4VPhysicsConstructor *)
const G4VPhysicsConstructorGetPhysics (G4int index) const
const G4VPhysicsConstructorGetPhysics (const G4String &name) const
const G4VPhysicsConstructorGetPhysicsWithType (G4int physics_type) const
void ReplacePhysics (G4VPhysicsConstructor *)
void RemovePhysics (G4VPhysicsConstructor *)
void RemovePhysics (G4int type)
void RemovePhysics (const G4String &name)
G4int GetInstanceID () const
void TerminateWorker () override
void SetVerboseLevel (G4int value)
G4int GetVerboseLevel () const
Public Member Functions inherited from G4VUserPhysicsList
 G4VUserPhysicsList ()
virtual ~G4VUserPhysicsList ()
 G4VUserPhysicsList (const G4VUserPhysicsList &)
G4VUserPhysicsListoperator= (const G4VUserPhysicsList &)
void Construct ()
virtual void SetCuts ()
void SetDefaultCutValue (G4double newCutValue)
G4double GetDefaultCutValue () const
void BuildPhysicsTable ()
void PreparePhysicsTable (G4ParticleDefinition *)
void BuildPhysicsTable (G4ParticleDefinition *)
G4bool StorePhysicsTable (const G4String &directory=".")
G4bool IsPhysicsTableRetrieved () const
G4bool IsStoredInAscii () const
const G4StringGetPhysicsTableDirectory () const
void SetPhysicsTableRetrieved (const G4String &directory="")
void SetStoredInAscii ()
void ResetPhysicsTableRetrieved ()
void ResetStoredInAscii ()
void DumpList () const
void DumpCutValuesTable (G4int flag=1)
void DumpCutValuesTableIfRequested ()
void SetVerboseLevel (G4int value)
G4int GetVerboseLevel () const
void UseCoupledTransportation (G4bool vl=true)
void SetCutsWithDefault ()
void SetCutValue (G4double aCut, const G4String &pname)
G4double GetCutValue (const G4String &pname) const
void SetCutValue (G4double aCut, const G4String &pname, const G4String &rname)
void SetParticleCuts (G4double cut, G4ParticleDefinition *particle, G4Region *region=nullptr)
void SetParticleCuts (G4double cut, const G4String &particleName, G4Region *region=nullptr)
void SetCutsForRegion (G4double aCut, const G4String &rname)
void SetApplyCuts (G4bool value, const G4String &name)
G4bool GetApplyCuts (const G4String &name) const
void RemoveProcessManager ()
void RemoveTrackingManager ()
void AddProcessManager (G4ParticleDefinition *newParticle, G4ProcessManager *newManager=nullptr)
void CheckParticleList ()
void DisableCheckParticleList ()
G4int GetInstanceID () const
virtual void InitializeWorker ()

Additional Inherited Members

Static Public Member Functions inherited from G4VModularPhysicsList
static const G4VMPLManagerGetSubInstanceManager ()
Static Public Member Functions inherited from G4VUserPhysicsList
static const G4VUPLManagerGetSubInstanceManager ()
Protected Types inherited from G4VModularPhysicsList
using G4PhysConstVector = G4VMPLData::G4PhysConstVectorData
Protected Member Functions inherited from G4VModularPhysicsList
 G4VModularPhysicsList (const G4VModularPhysicsList &)
G4VModularPhysicsListoperator= (const G4VModularPhysicsList &)
Protected Member Functions inherited from G4VUserPhysicsList
void AddTransportation ()
G4bool RegisterProcess (G4VProcess *process, G4ParticleDefinition *particle)
void BuildIntegralPhysicsTable (G4VProcess *, G4ParticleDefinition *)
virtual void RetrievePhysicsTable (G4ParticleDefinition *, const G4String &directory, G4bool ascii=false)
void InitializeProcessManager ()
G4ParticleTable::G4PTblDicIteratorGetParticleIterator () const
Protected Attributes inherited from G4VModularPhysicsList
G4int verboseLevel = 0
G4int g4vmplInstanceID = 0
Protected Attributes inherited from G4VUserPhysicsList
G4ParticleTabletheParticleTable = nullptr
G4int verboseLevel = 1
G4double defaultCutValue = 1.0
G4bool isSetDefaultCutValue = false
G4ProductionCutsTablefCutsTable = nullptr
G4bool fRetrievePhysicsTable = false
G4bool fStoredInAscii = true
G4bool fIsCheckedForRetrievePhysicsTable = false
G4bool fIsRestoredCutValues = false
G4String directoryPhysicsTable = "."
G4bool fDisableCheckParticleList = false
G4int g4vuplInstanceID = 0
Static Protected Attributes inherited from G4VModularPhysicsList
static G4RUN_DLL G4VMPLManager G4VMPLsubInstanceManager
Static Protected Attributes inherited from G4VUserPhysicsList
static G4RUN_DLL G4VUPLManager subInstanceManager

Detailed Description

Definition at line 47 of file FTFP_BERT_TRV.hh.

Constructor & Destructor Documentation

◆ FTFP_BERT_TRV() [1/2]

FTFP_BERT_TRV::FTFP_BERT_TRV ( G4int ver = 1)

Definition at line 68 of file FTFP_BERT_TRV.cc.

69{
70 if(ver > 0) {
71 G4cout << "<<< Geant4 Physics List simulation engine: FTFP_BERT_TRV "<<G4endl;
72 G4cout <<G4endl;
73 G4WarnPLStatus exp;
74 exp.Experimental("FTFP_BERT_TRV");
75 }
76 defaultCutValue = 0.7*CLHEP::mm;
77 SetVerboseLevel(ver);
78
79 // EM Physics
80 G4EmStandardPhysicsGS* gsPhysics = new G4EmStandardPhysicsGS( ver );
82 RegisterPhysics( gsPhysics );
83
84 // Synchroton Radiation & GN Physics
85 RegisterPhysics( new G4EmExtraPhysics(ver) );
86
87 // Decays
88 RegisterPhysics( new G4DecayPhysics(ver) );
89
90 // Hadron Elastic scattering
91 RegisterPhysics( new G4HadronHElasticPhysics(ver, true) );
92
93 // Hadron Physics
94 RegisterPhysics( new G4HadronPhysicsFTFP_BERT_TRV(ver));
95
96 // Stopping Physics
97 RegisterPhysics( new G4StoppingPhysics(ver) );
98
99 // Ion Physics
100 RegisterPhysics( new G4IonPhysics(ver));
101
102 // Neutron tracking cut
103 RegisterPhysics( new G4NeutronTrackingCut(ver));
104
105}
@ fUseSafety
#define G4endl
Definition G4ios.hh:67
G4GLOB_DLL std::ostream G4cout
static G4EmParameters * Instance()
void SetMscStepLimitType(G4MscStepLimitType val)
void SetVerboseLevel(G4int value)
void RegisterPhysics(G4VPhysicsConstructor *)
void Experimental(const G4String aPL) const

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

◆ ~FTFP_BERT_TRV()

virtual FTFP_BERT_TRV::~FTFP_BERT_TRV ( )
virtualdefault

◆ FTFP_BERT_TRV() [2/2]

FTFP_BERT_TRV::FTFP_BERT_TRV ( const FTFP_BERT_TRV & )
delete

Member Function Documentation

◆ operator=()

FTFP_BERT_TRV & FTFP_BERT_TRV::operator= ( const FTFP_BERT_TRV & )
delete

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