|
| | G4HadronPhysicsShieldingLEND (G4int verbose) |
| |
| | G4HadronPhysicsShieldingLEND (const G4String &name) |
| |
| | G4HadronPhysicsShieldingLEND (const G4String &name="hInelastic ShieldingLEND", G4bool qe=false) |
| |
| | G4HadronPhysicsShieldingLEND (const G4String &name, G4int verbose) |
| |
| | G4HadronPhysicsShieldingLEND (const G4String &name, G4int verbose, G4double minFTFPEnergy, G4double maxBertiniEnergy) |
| |
| | ~G4HadronPhysicsShieldingLEND () override |
| |
| | G4HadronPhysicsShieldingLEND (G4HadronPhysicsShieldingLEND &)=delete |
| |
| G4HadronPhysicsShieldingLEND & | operator= (const G4HadronPhysicsShieldingLEND &right)=delete |
| |
| | G4HadronPhysicsShielding (G4int verbose) |
| |
| | G4HadronPhysicsShielding (const G4String &name) |
| |
| | G4HadronPhysicsShielding (const G4String &name="hInelastic Shielding", G4bool qe=false) |
| |
| | G4HadronPhysicsShielding (const G4String &name, G4int verbose) |
| |
| | G4HadronPhysicsShielding (const G4String &name, G4int verbose, G4double minFTFPEnergy, G4double maxBertiniEnergy) |
| |
| | ~G4HadronPhysicsShielding () override |
| |
| void | ConstructProcess () override |
| |
| void | UseLEND (const G4String &ss="") |
| |
| void | UnuseLEND () |
| |
| | G4HadronPhysicsShielding (G4HadronPhysicsShielding &)=delete |
| |
| G4HadronPhysicsShielding & | operator= (const G4HadronPhysicsShielding &right)=delete |
| |
| | G4HadronPhysicsFTFP_BERT (G4int verbose=1) |
| |
| | G4HadronPhysicsFTFP_BERT (const G4String &name, G4bool quasiElastic=false) |
| |
| | ~G4HadronPhysicsFTFP_BERT () override |
| |
| void | ConstructParticle () override |
| |
| void | ConstructProcess () override |
| |
| | G4HadronPhysicsFTFP_BERT (G4HadronPhysicsFTFP_BERT &)=delete |
| |
| G4HadronPhysicsFTFP_BERT & | operator= (const G4HadronPhysicsFTFP_BERT &right)=delete |
| |
| | G4VPhysicsConstructor (const G4String &="") |
| |
| | G4VPhysicsConstructor (const G4String &name, G4int physics_type) |
| |
| virtual | ~G4VPhysicsConstructor () |
| |
| virtual void | ConstructParticle ()=0 |
| |
| virtual void | ConstructProcess ()=0 |
| |
| 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 () |
| |