ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Public Member Functions | |
G4HadronPhysicsNuBeam (G4int verbose=1) | |
G4HadronPhysicsNuBeam (const G4String &name, G4bool quasiElastic=false) | |
virtual | ~G4HadronPhysicsNuBeam () |
Public Member Functions inherited from G4HadronPhysicsFTFP_BERT | |
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 G4String & | GetPhysicsName () const |
void | SetPhysicsType (G4int) |
G4int | GetPhysicsType () const |
void | SetVerboseLevel (G4int value) |
G4int | GetVerboseLevel () const |
G4int | GetInstanceID () const |
virtual void | TerminateWorker () |
Private Member Functions | |
virtual void | Proton () override |
virtual void | Pion () override |
virtual void | Kaon () override |
virtual void | DumpBanner () override |
Private Attributes | |
double | maxFTFP_proton |
Additional Inherited Members | |
Static Public Member Functions inherited from G4VPhysicsConstructor | |
static const G4VPCManager & | GetSubInstanceManager () |
Protected Types inherited from G4VPhysicsConstructor | |
using | PhysicsBuilder_V = G4VPCData::PhysicsBuilders_V |
Protected Member Functions inherited from G4HadronPhysicsFTFP_BERT | |
virtual void | CreateModels () |
virtual void | Neutron () |
virtual void | Others () |
virtual void | ExtraConfiguration () |
Protected Attributes inherited from G4HadronPhysicsFTFP_BERT | |
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 |
Static Protected Attributes inherited from G4VPhysicsConstructor | |
static G4RUN_DLL G4VPCManager | subInstanceManager |
Definition at line 70 of file G4HadronPhysicsNuBeam.hh.
View newest version in sPHENIX GitHub at line 70 of file G4HadronPhysicsNuBeam.hh
G4HadronPhysicsNuBeam::G4HadronPhysicsNuBeam | ( | G4int | verbose = 1 | ) |
Definition at line 78 of file G4HadronPhysicsNuBeam.cc.
View newest version in sPHENIX GitHub at line 78 of file G4HadronPhysicsNuBeam.cc
Definition at line 82 of file G4HadronPhysicsNuBeam.cc.
View newest version in sPHENIX GitHub at line 82 of file G4HadronPhysicsNuBeam.cc
References GeV, G4HadronPhysicsFTFP_BERT::maxBERT_kaon, G4HadronPhysicsFTFP_BERT::maxBERT_neutron, G4HadronPhysicsFTFP_BERT::maxBERT_pion, G4HadronPhysicsFTFP_BERT::maxBERT_proton, maxFTFP_proton, G4HadronPhysicsFTFP_BERT::minFTFP_kaon, G4HadronPhysicsFTFP_BERT::minFTFP_neutron, G4HadronPhysicsFTFP_BERT::minFTFP_pion, and G4HadronPhysicsFTFP_BERT::minFTFP_proton.
|
inlinevirtual |
Definition at line 76 of file G4HadronPhysicsNuBeam.hh.
View newest version in sPHENIX GitHub at line 76 of file G4HadronPhysicsNuBeam.hh
|
inlineoverrideprivatevirtual |
Reimplemented from G4HadronPhysicsFTFP_BERT.
Definition at line 83 of file G4HadronPhysicsNuBeam.hh.
View newest version in sPHENIX GitHub at line 83 of file G4HadronPhysicsNuBeam.hh
|
overrideprivatevirtual |
Reimplemented from G4HadronPhysicsFTFP_BERT.
Definition at line 146 of file G4HadronPhysicsNuBeam.cc.
View newest version in sPHENIX GitHub at line 146 of file G4HadronPhysicsNuBeam.cc
|
overrideprivatevirtual |
Reimplemented from G4HadronPhysicsFTFP_BERT.
Definition at line 128 of file G4HadronPhysicsNuBeam.cc.
View newest version in sPHENIX GitHub at line 128 of file G4HadronPhysicsNuBeam.cc
References G4VPhysicsConstructor::AddBuilder(), G4HadronPhysicsFTFP_BERT::maxBERT_pion, G4HadronPhysicsFTFP_BERT::minFTFP_pion, and G4HadronPhysicsFTFP_BERT::QuasiElastic.
|
overrideprivatevirtual |
Reimplemented from G4HadronPhysicsFTFP_BERT.
Definition at line 95 of file G4HadronPhysicsNuBeam.cc.
View newest version in sPHENIX GitHub at line 95 of file G4HadronPhysicsNuBeam.cc
References G4VPhysicsConstructor::AddBuilder(), G4HadronPhysicsFTFP_BERT::maxBERT_proton, maxFTFP_proton, G4HadronPhysicsFTFP_BERT::minFTFP_proton, G4InuclParticleNames::pro, and G4HadronPhysicsFTFP_BERT::QuasiElastic.
|
private |
Definition at line 85 of file G4HadronPhysicsNuBeam.hh.
View newest version in sPHENIX GitHub at line 85 of file G4HadronPhysicsNuBeam.hh
Referenced by G4HadronPhysicsNuBeam(), and Proton().