Public Member Functions | List of all members
gar::garg4::LowEnergyEmFactory Class Reference

#include <CustomPhysicsBuiltIns.hh>

Inheritance diagram for gar::garg4::LowEnergyEmFactory:
gar::garg4::CustomPhysicsFactory< G4EmLivermorePhysics > gar::garg4::CustomPhysicsFactoryBase

Public Member Functions

G4VPhysicsConstructor * Build ()
 
 LowEnergyEmFactory ()
 
virtual ~LowEnergyEmFactory ()
 
- Public Member Functions inherited from gar::garg4::CustomPhysicsFactory< G4EmLivermorePhysics >
 CustomPhysicsFactory ()
 
 CustomPhysicsFactory (std::string)
 
virtual ~CustomPhysicsFactory ()
 
bool Registered ()
 
std::string GetName ()
 
- Public Member Functions inherited from gar::garg4::CustomPhysicsFactoryBase
 CustomPhysicsFactoryBase ()
 
virtual ~CustomPhysicsFactoryBase ()
 

Detailed Description

Definition at line 112 of file CustomPhysicsBuiltIns.hh.

Constructor & Destructor Documentation

gar::garg4::LowEnergyEmFactory::LowEnergyEmFactory ( )
inline

Definition at line 116 of file CustomPhysicsBuiltIns.hh.

116 : CustomPhysicsFactory<G4EmLivermorePhysics>("LowEnergyEm"){}
virtual gar::garg4::LowEnergyEmFactory::~LowEnergyEmFactory ( )
inlinevirtual

Definition at line 117 of file CustomPhysicsBuiltIns.hh.

117 {}

Member Function Documentation

G4VPhysicsConstructor* gar::garg4::LowEnergyEmFactory::Build ( )
inlinevirtual

Reimplemented from gar::garg4::CustomPhysicsFactory< G4EmLivermorePhysics >.

Definition at line 115 of file CustomPhysicsBuiltIns.hh.

115 {return new G4EmLivermorePhysics();}

The documentation for this class was generated from the following file: