LArSoft  v09_90_00
Liquid Argon Software toolkit - https://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 41 of file pyG4VPhysicsConstructor.cc.

Constructor & Destructor Documentation

pyG4VPhysicsConstructor::CB_G4VPhysicsConstructor::CB_G4VPhysicsConstructor ( )
inline

Definition at line 46 of file pyG4VPhysicsConstructor.cc.

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

Definition at line 47 of file pyG4VPhysicsConstructor.cc.

48  : G4VPhysicsConstructor(name) { }

Member Function Documentation

void pyG4VPhysicsConstructor::CB_G4VPhysicsConstructor::ConstructParticle ( )
inline

Definition at line 50 of file pyG4VPhysicsConstructor.cc.

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

Definition at line 54 of file pyG4VPhysicsConstructor.cc.

References pyEZgeom::BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS().

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

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