Geant4  10.03.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
G4PhysListStamper< T > Class Template Reference

#include <G4PhysListStamper.hh>

Inheritance diagram for G4PhysListStamper< T >:
Collaboration diagram for G4PhysListStamper< T >:

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

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()

Here is the call graph for this function:

Member Function Documentation

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: