ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/physics_lists/builders/include/G4ProtonBuilder.hh>
Public Member Functions | |
G4ProtonBuilder () | |
virtual | ~G4ProtonBuilder () |
virtual void | Build () finaloverride |
virtual void | RegisterMe (G4PhysicsBuilderInterface *aB) finaloverride |
Public Member Functions inherited from G4PhysicsBuilderInterface | |
G4PhysicsBuilderInterface ()=default | |
virtual | ~G4PhysicsBuilderInterface () |
virtual void | SetMinEnergy (G4double) |
virtual void | SetMaxEnergy (G4double) |
Private Attributes | |
G4ProtonInelasticProcess * | theProtonInelastic |
std::vector< G4VProtonBuilder * > | theModelCollections |
G4bool | wasActivated |
Definition at line 51 of file G4ProtonBuilder.hh.
View newest version in sPHENIX GitHub at line 51 of file G4ProtonBuilder.hh
G4ProtonBuilder::G4ProtonBuilder | ( | ) |
Definition at line 59 of file G4ProtonBuilder.cc.
View newest version in sPHENIX GitHub at line 59 of file G4ProtonBuilder.cc
References theProtonInelastic.
|
inlinevirtual |
Definition at line 55 of file G4ProtonBuilder.hh.
View newest version in sPHENIX GitHub at line 55 of file G4ProtonBuilder.hh
Reimplemented from G4PhysicsBuilderInterface.
Definition at line 46 of file G4ProtonBuilder.cc.
View newest version in sPHENIX GitHub at line 46 of file G4ProtonBuilder.cc
References G4ProcessManager::AddDiscreteProcess(), G4ParticleDefinition::GetProcessManager(), G4Proton::Proton(), theModelCollections, theProtonInelastic, and wasActivated.
Referenced by G4HadronPhysicsQGSP_BIC_AllHP::ConstructProcess(), and G4HadronPhysicsQGSP_BIC_HP::ConstructProcess().
|
finaloverridevirtual |
Reimplemented from G4PhysicsBuilderInterface.
Definition at line 64 of file G4ProtonBuilder.cc.
View newest version in sPHENIX GitHub at line 64 of file G4ProtonBuilder.cc
References G4PhysicsBuilderInterface::RegisterMe(), and theModelCollections.
Referenced by G4HadronPhysicsQGSP_BIC_AllHP::CreateModels(), and G4HadronPhysicsQGSP_BIC_HP::CreateModels().
|
private |
Definition at line 63 of file G4ProtonBuilder.hh.
View newest version in sPHENIX GitHub at line 63 of file G4ProtonBuilder.hh
Referenced by Build(), and RegisterMe().
|
private |
Definition at line 61 of file G4ProtonBuilder.hh.
View newest version in sPHENIX GitHub at line 61 of file G4ProtonBuilder.hh
Referenced by Build(), and G4ProtonBuilder().
|
private |
Definition at line 65 of file G4ProtonBuilder.hh.
View newest version in sPHENIX GitHub at line 65 of file G4ProtonBuilder.hh
Referenced by Build().