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

#include <geant4/tree/geant4-10.6-release/examples/extended/hadronic/Hadr02/include/HadronPhysicsCRMC_FTFP_BERT.hh>

+ Inheritance diagram for HadronPhysicsCRMC_FTFP_BERT:
+ Collaboration diagram for HadronPhysicsCRMC_FTFP_BERT:

Public Member Functions

 HadronPhysicsCRMC_FTFP_BERT (G4int verbose=1)
 
 HadronPhysicsCRMC_FTFP_BERT (const G4String &name)
 
virtual ~HadronPhysicsCRMC_FTFP_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

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

G4double minCRMC
 
G4double minFTFP
 
G4double maxFTFP
 
G4double minBERT
 
G4double maxBERT
 
G4VectorCache
< G4VCrossSectionDataSet * > 
xs_ds
 
G4Cache
< G4ComponentGGHadronNucleusXsc * > 
xs_k
 
- 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 56 of file HadronPhysicsCRMC_FTFP_BERT.hh.

View newest version in sPHENIX GitHub at line 56 of file HadronPhysicsCRMC_FTFP_BERT.hh

Constructor & Destructor Documentation

HadronPhysicsCRMC_FTFP_BERT::HadronPhysicsCRMC_FTFP_BERT ( G4int  verbose = 1)
HadronPhysicsCRMC_FTFP_BERT::HadronPhysicsCRMC_FTFP_BERT ( const G4String name)
virtual HadronPhysicsCRMC_FTFP_BERT::~HadronPhysicsCRMC_FTFP_BERT ( )
virtual

Member Function Documentation

virtual void HadronPhysicsCRMC_FTFP_BERT::ConstructParticle ( )
overridevirtual

Implements G4VPhysicsConstructor.

virtual void HadronPhysicsCRMC_FTFP_BERT::ConstructProcess ( )
overridevirtual

Implements G4VPhysicsConstructor.

void HadronPhysicsCRMC_FTFP_BERT::CreateModels ( )
protected
virtual void HadronPhysicsCRMC_FTFP_BERT::DumpBanner ( )
protectedvirtual
virtual void HadronPhysicsCRMC_FTFP_BERT::ExtraConfiguration ( )
protectedvirtual
virtual void HadronPhysicsCRMC_FTFP_BERT::Kaon ( )
protectedvirtual
virtual void HadronPhysicsCRMC_FTFP_BERT::Neutron ( )
protectedvirtual
virtual void HadronPhysicsCRMC_FTFP_BERT::Others ( )
protectedvirtual
virtual void HadronPhysicsCRMC_FTFP_BERT::Pion ( )
protectedvirtual
virtual void HadronPhysicsCRMC_FTFP_BERT::Proton ( )
protectedvirtual

Member Data Documentation

G4double HadronPhysicsCRMC_FTFP_BERT::maxBERT
protected

Definition at line 77 of file HadronPhysicsCRMC_FTFP_BERT.hh.

View newest version in sPHENIX GitHub at line 77 of file HadronPhysicsCRMC_FTFP_BERT.hh

G4double HadronPhysicsCRMC_FTFP_BERT::maxFTFP
protected

Definition at line 75 of file HadronPhysicsCRMC_FTFP_BERT.hh.

View newest version in sPHENIX GitHub at line 75 of file HadronPhysicsCRMC_FTFP_BERT.hh

G4double HadronPhysicsCRMC_FTFP_BERT::minBERT
protected

Definition at line 76 of file HadronPhysicsCRMC_FTFP_BERT.hh.

View newest version in sPHENIX GitHub at line 76 of file HadronPhysicsCRMC_FTFP_BERT.hh

G4double HadronPhysicsCRMC_FTFP_BERT::minCRMC
protected

Definition at line 73 of file HadronPhysicsCRMC_FTFP_BERT.hh.

View newest version in sPHENIX GitHub at line 73 of file HadronPhysicsCRMC_FTFP_BERT.hh

G4double HadronPhysicsCRMC_FTFP_BERT::minFTFP
protected

Definition at line 74 of file HadronPhysicsCRMC_FTFP_BERT.hh.

View newest version in sPHENIX GitHub at line 74 of file HadronPhysicsCRMC_FTFP_BERT.hh

G4VectorCache< G4VCrossSectionDataSet* > HadronPhysicsCRMC_FTFP_BERT::xs_ds
protected

Definition at line 79 of file HadronPhysicsCRMC_FTFP_BERT.hh.

View newest version in sPHENIX GitHub at line 79 of file HadronPhysicsCRMC_FTFP_BERT.hh

G4Cache< G4ComponentGGHadronNucleusXsc* > HadronPhysicsCRMC_FTFP_BERT::xs_k
protected

Definition at line 80 of file HadronPhysicsCRMC_FTFP_BERT.hh.

View newest version in sPHENIX GitHub at line 80 of file HadronPhysicsCRMC_FTFP_BERT.hh


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