![]() |
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/G4PionBuilder.hh>
Inheritance diagram for G4PionBuilder:
Collaboration diagram for G4PionBuilder:Public Member Functions | |
| G4PionBuilder () | |
| virtual | ~G4PionBuilder () |
| 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 | |
| G4PionPlusInelasticProcess * | thePionPlusInelastic |
| G4PionMinusInelasticProcess * | thePionMinusInelastic |
| std::vector< G4VPionBuilder * > | theModelCollections |
| G4bool | wasActivated |
Definition at line 48 of file G4PionBuilder.hh.
View newest version in sPHENIX GitHub at line 48 of file G4PionBuilder.hh
| G4PionBuilder::G4PionBuilder | ( | ) |
Definition at line 45 of file G4PionBuilder.cc.
View newest version in sPHENIX GitHub at line 45 of file G4PionBuilder.cc
References thePionMinusInelastic, and thePionPlusInelastic.
|
inlinevirtual |
Definition at line 52 of file G4PionBuilder.hh.
View newest version in sPHENIX GitHub at line 52 of file G4PionBuilder.hh
Reimplemented from G4PhysicsBuilderInterface.
Definition at line 52 of file G4PionBuilder.cc.
View newest version in sPHENIX GitHub at line 52 of file G4PionBuilder.cc
References G4ProcessManager::AddDiscreteProcess(), G4ParticleDefinition::GetProcessManager(), G4PionMinus::PionMinus(), G4PionPlus::PionPlus(), theModelCollections, thePionMinusInelastic, thePionPlusInelastic, and wasActivated.
Here is the call graph for this function:
|
finaloverridevirtual |
Reimplemented from G4PhysicsBuilderInterface.
Definition at line 71 of file G4PionBuilder.cc.
View newest version in sPHENIX GitHub at line 71 of file G4PionBuilder.cc
References G4PhysicsBuilderInterface::RegisterMe(), and theModelCollections.
Here is the call graph for this function:
|
private |
Definition at line 60 of file G4PionBuilder.hh.
View newest version in sPHENIX GitHub at line 60 of file G4PionBuilder.hh
Referenced by Build(), and RegisterMe().
|
private |
Definition at line 59 of file G4PionBuilder.hh.
View newest version in sPHENIX GitHub at line 59 of file G4PionBuilder.hh
Referenced by Build(), and G4PionBuilder().
|
private |
Definition at line 58 of file G4PionBuilder.hh.
View newest version in sPHENIX GitHub at line 58 of file G4PionBuilder.hh
Referenced by Build(), and G4PionBuilder().
|
private |
Definition at line 62 of file G4PionBuilder.hh.
View newest version in sPHENIX GitHub at line 62 of file G4PionBuilder.hh
Referenced by Build().