#include <CustomPhysicsTable.hh>
Definition at line 38 of file CustomPhysicsTable.hh.
Definition at line 20 of file CustomPhysicsTable.cxx.
static CustomPhysicsTable * TheCustomPhysicsTable
void AddPhysics(CustomPhysicsFactoryBase *)
gar::garg4::CustomPhysicsTable::~CustomPhysicsTable |
( |
| ) |
|
|
inline |
gar::garg4::CustomPhysicsTable::CustomPhysicsTable |
( |
| ) |
|
|
inlineprotected |
Definition at line 65 of file CustomPhysicsTable.cxx.
69 mf::LogWarning(
"CustomPhysicsTable") <<
"Physics constructor being overwritten" 70 <<
" in CustomPhysicsTable";
72 MF_LOG_DEBUG(
"CustomPhysicsTable")<<
"CustomPhysicsTable : Physics Table registering new physics " 73 << Factory->GetName();
bool IsPhysicsAvailable(std::string)
std::map< std::string, CustomPhysicsFactoryBase * > theTable
static CustomPhysicsTable * TheCustomPhysicsTable
MaybeLogger_< ELseverityLevel::ELsev_warning, false > LogWarning
Definition at line 32 of file CustomPhysicsTable.cxx.
34 std::vector<std::string> ReturnVector;
36 ReturnVector.push_back((*i).first);
std::map< std::string, CustomPhysicsFactoryBase * > theTable
static CustomPhysicsTable * TheCustomPhysicsTable
G4VPhysicsConstructor * gar::garg4::CustomPhysicsTable::GetPhysicsConstructor |
( |
std::string |
PhysicsName | ) |
|
Definition at line 51 of file CustomPhysicsTable.cxx.
58 G4VPhysicsConstructor * G4VPC=0;
bool IsPhysicsAvailable(std::string)
std::map< std::string, CustomPhysicsFactoryBase * > theTable
static CustomPhysicsTable * TheCustomPhysicsTable
bool gar::garg4::CustomPhysicsTable::IsPhysicsAvailable |
( |
std::string |
PhysicsName | ) |
|
Definition at line 42 of file CustomPhysicsTable.cxx.
std::map< std::string, CustomPhysicsFactoryBase * > theTable
static CustomPhysicsTable * TheCustomPhysicsTable
The documentation for this class was generated from the following files: