LArSoft  v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
pyG4VPhysicsConstructor::CB_G4VPhysicsConstructor Class Reference
Inheritance diagram for pyG4VPhysicsConstructor::CB_G4VPhysicsConstructor:

Public Member Functions

 CB_G4VPhysicsConstructor ()
 
 CB_G4VPhysicsConstructor (const G4String &name)
 
void ConstructParticle ()
 
void ConstructProcess ()
 

Detailed Description

Definition at line 42 of file pyG4VPhysicsConstructor.cc.

Constructor & Destructor Documentation

pyG4VPhysicsConstructor::CB_G4VPhysicsConstructor::CB_G4VPhysicsConstructor ( )
inline

Definition at line 47 of file pyG4VPhysicsConstructor.cc.

47 : G4VPhysicsConstructor() { }
pyG4VPhysicsConstructor::CB_G4VPhysicsConstructor::CB_G4VPhysicsConstructor ( const G4String name)
inline

Definition at line 48 of file pyG4VPhysicsConstructor.cc.

49  : G4VPhysicsConstructor(name) { }

Member Function Documentation

void pyG4VPhysicsConstructor::CB_G4VPhysicsConstructor::ConstructParticle ( )
inline

Definition at line 51 of file pyG4VPhysicsConstructor.cc.

51  {
52  get_override("ConstructParticle")();
53  }
void pyG4VPhysicsConstructor::CB_G4VPhysicsConstructor::ConstructProcess ( )
inline

Definition at line 55 of file pyG4VPhysicsConstructor.cc.

References pyEZgeom::BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS().

55  {
56  get_override("ConstructProcess")();
57  }

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