ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
G4HadronPhysicsFTFP_BERT Class Reference

#include <geant4/tree/geant4-10.6-release/source/physics_lists/constructors/hadron_inelastic/include/G4HadronPhysicsFTFP_BERT.hh>

+ Inheritance diagram for G4HadronPhysicsFTFP_BERT:
+ Collaboration diagram for G4HadronPhysicsFTFP_BERT:

Public Member Functions

 G4HadronPhysicsFTFP_BERT (G4int verbose=1)
 
 G4HadronPhysicsFTFP_BERT (const G4String &name, G4bool quasiElastic=false)
 
virtual ~G4HadronPhysicsFTFP_BERT ()
 
virtual void ConstructParticle () override
 
virtual void ConstructProcess () override
 
- Public Member Functions inherited from G4VPhysicsConstructor
 G4VPhysicsConstructor (const G4String &="")
 
 G4VPhysicsConstructor (const G4String &name, G4int physics_type)
 
virtual ~G4VPhysicsConstructor ()
 
void SetPhysicsName (const G4String &="")
 
const G4StringGetPhysicsName () const
 
void SetPhysicsType (G4int)
 
G4int GetPhysicsType () const
 
void SetVerboseLevel (G4int value)
 
G4int GetVerboseLevel () const
 
G4int GetInstanceID () const
 
virtual void TerminateWorker ()
 

Protected Member Functions

virtual void CreateModels ()
 
virtual void Neutron ()
 
virtual void Proton ()
 
virtual void Pion ()
 
virtual void Kaon ()
 
virtual void Others ()
 
virtual void DumpBanner ()
 
virtual void ExtraConfiguration ()
 
- Protected Member Functions inherited from G4VPhysicsConstructor
G4bool RegisterProcess (G4VProcess *process, G4ParticleDefinition *particle)
 
G4ParticleTable::G4PTblDicIteratorGetParticleIterator () const
 
PhysicsBuilder_V GetBuilders () const
 
void AddBuilder (G4PhysicsBuilderInterface *bld)
 

Protected Attributes

G4bool QuasiElastic
 
G4double minFTFP_pion
 
G4double maxBERT_pion
 
G4double minFTFP_kaon
 
G4double maxBERT_kaon
 
G4double minFTFP_proton
 
G4double maxBERT_proton
 
G4double minFTFP_neutron
 
G4double maxBERT_neutron
 
- Protected Attributes inherited from G4VPhysicsConstructor
G4int verboseLevel
 
G4String namePhysics
 
G4int typePhysics
 
G4ParticleTabletheParticleTable
 
G4int g4vpcInstanceID
 

Additional Inherited Members

- Static Public Member Functions inherited from G4VPhysicsConstructor
static const G4VPCManagerGetSubInstanceManager ()
 
- Protected Types inherited from G4VPhysicsConstructor
using PhysicsBuilder_V = G4VPCData::PhysicsBuilders_V
 
- Static Protected Attributes inherited from G4VPhysicsConstructor
static G4RUN_DLL G4VPCManager subInstanceManager
 

Detailed Description

Definition at line 54 of file G4HadronPhysicsFTFP_BERT.hh.

View newest version in sPHENIX GitHub at line 54 of file G4HadronPhysicsFTFP_BERT.hh

Constructor & Destructor Documentation

G4HadronPhysicsFTFP_BERT::G4HadronPhysicsFTFP_BERT ( G4int  verbose = 1)

Definition at line 88 of file G4HadronPhysicsFTFP_BERT.cc.

View newest version in sPHENIX GitHub at line 88 of file G4HadronPhysicsFTFP_BERT.cc

G4HadronPhysicsFTFP_BERT::G4HadronPhysicsFTFP_BERT ( const G4String name,
G4bool  quasiElastic = false 
)

Definition at line 91 of file G4HadronPhysicsFTFP_BERT.cc.

View newest version in sPHENIX GitHub at line 91 of file G4HadronPhysicsFTFP_BERT.cc

References G4HadronicParameters::GetMaxEnergyTransitionFTF_Cascade(), G4HadronicParameters::GetMinEnergyTransitionFTF_Cascade(), G4HadronicParameters::Instance(), maxBERT_kaon, maxBERT_neutron, maxBERT_pion, maxBERT_proton, minFTFP_kaon, minFTFP_neutron, minFTFP_pion, and minFTFP_proton.

+ Here is the call graph for this function:

G4HadronPhysicsFTFP_BERT::~G4HadronPhysicsFTFP_BERT ( )
virtual

Definition at line 105 of file G4HadronPhysicsFTFP_BERT.cc.

View newest version in sPHENIX GitHub at line 105 of file G4HadronPhysicsFTFP_BERT.cc

Member Function Documentation

void G4HadronPhysicsFTFP_BERT::ConstructParticle ( void  )
overridevirtual

Implements G4VPhysicsConstructor.

Definition at line 108 of file G4HadronPhysicsFTFP_BERT.cc.

View newest version in sPHENIX GitHub at line 108 of file G4HadronPhysicsFTFP_BERT.cc

References G4MesonConstructor::ConstructParticle(), G4BaryonConstructor::ConstructParticle(), and G4ShortLivedConstructor::ConstructParticle().

+ Here is the call graph for this function:

void G4HadronPhysicsFTFP_BERT::ConstructProcess ( void  )
overridevirtual

Implements G4VPhysicsConstructor.

Definition at line 222 of file G4HadronPhysicsFTFP_BERT.cc.

View newest version in sPHENIX GitHub at line 222 of file G4HadronPhysicsFTFP_BERT.cc

References CreateModels(), DumpBanner(), ExtraConfiguration(), and G4Threading::IsMasterThread().

+ Here is the call graph for this function:

void G4HadronPhysicsFTFP_BERT::CreateModels ( )
protectedvirtual

Definition at line 131 of file G4HadronPhysicsFTFP_BERT.cc.

View newest version in sPHENIX GitHub at line 131 of file G4HadronPhysicsFTFP_BERT.cc

References Kaon(), Neutron(), Others(), Pion(), and Proton().

Referenced by ConstructProcess().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4HadronPhysicsFTFP_BERT::DumpBanner ( )
protectedvirtual

Reimplemented in G4HadronPhysicsNuBeam, G4HadronPhysicsFTFP_BERT_ATL, and G4HadronPhysicsFTFP_BERT_HP.

Definition at line 120 of file G4HadronPhysicsFTFP_BERT.cc.

View newest version in sPHENIX GitHub at line 120 of file G4HadronPhysicsFTFP_BERT.cc

References G4cout, G4endl, GeV, maxBERT_kaon, maxBERT_neutron, maxBERT_pion, maxBERT_proton, minFTFP_kaon, minFTFP_neutron, minFTFP_pion, and minFTFP_proton.

Referenced by ConstructProcess().

+ Here is the caller graph for this function:

void G4HadronPhysicsFTFP_BERT::ExtraConfiguration ( )
protectedvirtual

Reimplemented in G4HadronPhysicsFTFP_BERT_TRV, and G4HadronPhysicsFTFP_BERT_HP.

Definition at line 232 of file G4HadronPhysicsFTFP_BERT.cc.

View newest version in sPHENIX GitHub at line 232 of file G4HadronPhysicsFTFP_BERT.cc

References G4HadronicProcess::AddDataSet(), G4PhysListUtil::FindCaptureProcess(), G4PhysListUtil::FindInelasticProcess(), G4InuclParticleNames::neutron, G4Neutron::Neutron(), and G4HadronicProcess::RegisterMe().

Referenced by ConstructProcess().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4HadronPhysicsFTFP_BERT::Kaon ( )
protectedvirtual

Reimplemented in G4HadronPhysicsNuBeam, G4HadronPhysicsFTFP_BERT_ATL, and G4HadronPhysicsFTFP_BERT_TRV.

Definition at line 191 of file G4HadronPhysicsFTFP_BERT.cc.

View newest version in sPHENIX GitHub at line 191 of file G4HadronPhysicsFTFP_BERT.cc

References G4VPhysicsConstructor::AddBuilder(), k, maxBERT_kaon, minFTFP_kaon, and QuasiElastic.

Referenced by CreateModels().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4HadronPhysicsFTFP_BERT::Neutron ( )
protectedvirtual

Reimplemented in G4HadronPhysicsFTFP_BERT_ATL, and G4HadronPhysicsFTFP_BERT_HP.

Definition at line 140 of file G4HadronPhysicsFTFP_BERT.cc.

View newest version in sPHENIX GitHub at line 140 of file G4HadronPhysicsFTFP_BERT.cc

References G4VPhysicsConstructor::AddBuilder(), maxBERT_neutron, minFTFP_neutron, G4InuclParticleNames::neu, and QuasiElastic.

Referenced by CreateModels().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4HadronPhysicsFTFP_BERT::Others ( )
protectedvirtual

===== Anti-barions==== //

Definition at line 206 of file G4HadronPhysicsFTFP_BERT.cc.

View newest version in sPHENIX GitHub at line 206 of file G4HadronPhysicsFTFP_BERT.cc

References G4VPhysicsConstructor::AddBuilder(), and QuasiElastic.

Referenced by CreateModels().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4HadronPhysicsFTFP_BERT::Pion ( )
protectedvirtual

Reimplemented in G4HadronPhysicsNuBeam, G4HadronPhysicsFTFP_BERT_ATL, and G4HadronPhysicsFTFP_BERT_TRV.

Definition at line 176 of file G4HadronPhysicsFTFP_BERT.cc.

View newest version in sPHENIX GitHub at line 176 of file G4HadronPhysicsFTFP_BERT.cc

References G4VPhysicsConstructor::AddBuilder(), maxBERT_pion, minFTFP_pion, pi, and QuasiElastic.

Referenced by CreateModels().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4HadronPhysicsFTFP_BERT::Proton ( )
protectedvirtual

Reimplemented in G4HadronPhysicsNuBeam, and G4HadronPhysicsFTFP_BERT_ATL.

Definition at line 161 of file G4HadronPhysicsFTFP_BERT.cc.

View newest version in sPHENIX GitHub at line 161 of file G4HadronPhysicsFTFP_BERT.cc

References G4VPhysicsConstructor::AddBuilder(), maxBERT_proton, minFTFP_proton, G4InuclParticleNames::pro, and QuasiElastic.

Referenced by CreateModels().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Member Data Documentation


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