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

#include <FTFP_BERT.hh>

Inheritance diagram for FTFP_BERT:

Public Member Functions

 FTFP_BERT (G4int ver=1)
virtual ~FTFP_BERT ()=default
 FTFP_BERT (const FTFP_BERT &)=delete
FTFP_BERToperator= (const FTFP_BERT &)=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 46 of file FTFP_BERT.hh.

Constructor & Destructor Documentation

◆ FTFP_BERT() [1/2]

FTFP_BERT::FTFP_BERT ( G4int ver = 1)

Definition at line 62 of file FTFP_BERT.cc.

63{
64 if(ver > 0) {
65 G4cout << "<<< Geant4 Physics List simulation engine: FTFP_BERT"<<G4endl;
66 G4cout <<G4endl;
67 }
68 defaultCutValue = 0.7*CLHEP::mm;
69 SetVerboseLevel(ver);
70
71 // EM Physics
72 RegisterPhysics( new G4EmStandardPhysics(ver));
73
74 // Synchroton Radiation & GN Physics
75 RegisterPhysics( new G4EmExtraPhysics(ver) );
76
77 // Decays
78 RegisterPhysics( new G4DecayPhysics(ver) );
79
80 // Hadron Elastic scattering
81 RegisterPhysics( new G4HadronElasticPhysics(ver) );
82
83 // Hadron Physics
84 RegisterPhysics( new G4HadronPhysicsFTFP_BERT(ver));
85
86 // Stopping Physics
87 RegisterPhysics( new G4StoppingPhysics(ver) );
88
89 // Ion Physics
90 RegisterPhysics( new G4IonPhysics(ver));
91
92 // Neutron tracking cut
93 RegisterPhysics( new G4NeutronTrackingCut(ver));
94}
#define G4endl
Definition G4ios.hh:67
G4GLOB_DLL std::ostream G4cout
void SetVerboseLevel(G4int value)
void RegisterPhysics(G4VPhysicsConstructor *)

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

◆ ~FTFP_BERT()

virtual FTFP_BERT::~FTFP_BERT ( )
virtualdefault

◆ FTFP_BERT() [2/2]

FTFP_BERT::FTFP_BERT ( const FTFP_BERT & )
delete

Member Function Documentation

◆ operator=()

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

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