LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
#include "CustomPhysicsFactory.hh"
Public Member Functions | |
CustomPhysicsFactory () | |
CustomPhysicsFactory (std::string) | |
virtual | ~CustomPhysicsFactory () |
bool | Registered () |
std::string | GetName () |
virtual G4VPhysicsConstructor * | Build () |
Private Attributes | |
std::string | myName |
bool | registered |
bool | verbose |
Definition at line 28 of file CustomPhysicsFactory.hh.
larg4::CustomPhysicsFactory< T >::CustomPhysicsFactory | ( | ) |
Definition at line 76 of file CustomPhysicsFactory.hh.
larg4::CustomPhysicsFactory< T >::CustomPhysicsFactory | ( | std::string | Name | ) |
Definition at line 56 of file CustomPhysicsFactory.hh.
|
inlinevirtual |
Definition at line 33 of file CustomPhysicsFactory.hh.
|
virtual |
Implements larg4::CustomPhysicsFactoryBase.
Reimplemented in larg4::LowEnergyEmFactory, larg4::NeutronTrackingCutFactory, larg4::IonPhysicsFactory, larg4::StoppingPhysicsFactory, larg4::HadronPhysicsFactory, larg4::HadronElasticPhysicsFactory, larg4::DecayPhysicsFactory, larg4::ChargeExchange, larg4::SynchrotronAndGN, and larg4::EmPhysicsFactory.
Definition at line 51 of file CustomPhysicsFactory.hh.
|
inlinevirtual |
|
inlinevirtual |
|
private |
Definition at line 42 of file CustomPhysicsFactory.hh.
|
private |
Definition at line 43 of file CustomPhysicsFactory.hh.
|
private |
Definition at line 44 of file CustomPhysicsFactory.hh.