#include <CustomPhysicsFactory.hh>
Public Member Functions | |
| CustomPhysicsFactory () | |
| CustomPhysicsFactory (std::string) | |
| virtual | ~CustomPhysicsFactory () |
| bool | Registered () |
| std::string | GetName () |
| virtual G4VPhysicsConstructor * | Build () |
Public Member Functions inherited from gar::garg4::CustomPhysicsFactoryBase | |
| CustomPhysicsFactoryBase () | |
| virtual | ~CustomPhysicsFactoryBase () |
Private Attributes | |
| std::string | myName |
| bool | registered |
| bool | verbose |
Definition at line 30 of file CustomPhysicsFactory.hh.
| gar::garg4::CustomPhysicsFactory< T >::CustomPhysicsFactory | ( | ) |
Definition at line 81 of file CustomPhysicsFactory.hh.
| gar::garg4::CustomPhysicsFactory< T >::CustomPhysicsFactory | ( | std::string | Name | ) |
Definition at line 61 of file CustomPhysicsFactory.hh.
|
inlinevirtual |
Definition at line 35 of file CustomPhysicsFactory.hh.
|
virtual |
Implements gar::garg4::CustomPhysicsFactoryBase.
Reimplemented in gar::garg4::LowEnergyEmFactory, gar::garg4::NeutronTrackingCutFactory, gar::garg4::IonPhysicsFactory, gar::garg4::StoppingPhysicsFactory, gar::garg4::HadronPhysicsFactory, gar::garg4::HadronElasticPhysicsFactory, gar::garg4::DecayPhysicsFactory, gar::garg4::ChargeExchange, gar::garg4::SynchrotronAndGN, and gar::garg4::EmPhysicsFactory.
Definition at line 56 of file CustomPhysicsFactory.hh.
|
inlinevirtual |
Implements gar::garg4::CustomPhysicsFactoryBase.
Definition at line 38 of file CustomPhysicsFactory.hh.
|
inlinevirtual |
Implements gar::garg4::CustomPhysicsFactoryBase.
Definition at line 36 of file CustomPhysicsFactory.hh.
|
private |
Definition at line 44 of file CustomPhysicsFactory.hh.
|
private |
Definition at line 45 of file CustomPhysicsFactory.hh.
|
private |
Definition at line 46 of file CustomPhysicsFactory.hh.
1.8.11