Geant4-11
Public Member Functions
G4PhysListStamper< T > Class Template Reference

#include <G4PhysListStamper.hh>

Inheritance diagram for G4PhysListStamper< T >:
G4VBasePhysListStamper

Public Member Functions

 G4PhysListStamper (const G4String &name)
 
virtual G4VModularPhysicsListInstantiate (G4int verbose)
 

Detailed Description

template<typename T>
class G4PhysListStamper< T >

Definition at line 44 of file G4PhysListStamper.hh.

Constructor & Destructor Documentation

◆ G4PhysListStamper()

template<typename T >
G4PhysListStamper< T >::G4PhysListStamper ( const G4String name)
inline

Definition at line 48 of file G4PhysListStamper.hh.

49 {
51 }
void AddFactory(G4String name, G4VBasePhysListStamper *)
static G4PhysListRegistry * Instance()
const char * name(G4int ptype)

References G4PhysListRegistry::AddFactory(), G4PhysListRegistry::Instance(), and G4InuclParticleNames::name().

Member Function Documentation

◆ Instantiate()

template<typename T >
virtual G4VModularPhysicsList * G4PhysListStamper< T >::Instantiate ( G4int  verbose)
inlinevirtual

Implements G4VBasePhysListStamper.

Definition at line 53 of file G4PhysListStamper.hh.

54 {
55 return new T(verbose);
56 }

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