LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
larg4::LowEnergyEmFactory Class Reference

#include "CustomPhysicsBuiltIns.hh"

Inheritance diagram for larg4::LowEnergyEmFactory:
larg4::CustomPhysicsFactory< G4EmLivermorePhysics > larg4::CustomPhysicsFactoryBase

Public Member Functions

G4VPhysicsConstructor * Build ()
 
 LowEnergyEmFactory ()
 
virtual ~LowEnergyEmFactory ()
 
bool Registered ()
 
std::string GetName ()
 

Detailed Description

Definition at line 113 of file CustomPhysicsBuiltIns.hh.

Constructor & Destructor Documentation

larg4::LowEnergyEmFactory::LowEnergyEmFactory ( )
inline

Definition at line 117 of file CustomPhysicsBuiltIns.hh.

117 : CustomPhysicsFactory<G4EmLivermorePhysics>("LowEnergyEm"){}
virtual larg4::LowEnergyEmFactory::~LowEnergyEmFactory ( )
inlinevirtual

Definition at line 118 of file CustomPhysicsBuiltIns.hh.

118 {}

Member Function Documentation

G4VPhysicsConstructor* larg4::LowEnergyEmFactory::Build ( )
inlinevirtual

Reimplemented from larg4::CustomPhysicsFactory< G4EmLivermorePhysics >.

Definition at line 116 of file CustomPhysicsBuiltIns.hh.

116 {return new G4EmLivermorePhysics();}
std::string larg4::CustomPhysicsFactory< G4EmLivermorePhysics >::GetName ( )
inlinevirtualinherited
bool larg4::CustomPhysicsFactory< G4EmLivermorePhysics >::Registered ( )
inlinevirtualinherited

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