#include <boost/python.hpp>
#include "G4VPhysicsConstructor.hh"
Go to the source code of this file.
void export_G4VPhysicsConstructor |
( |
| ) |
|
Definition at line 72 of file pyG4VPhysicsConstructor.cc.
74 class_<CB_G4VPhysicsConstructor, boost::noncopyable>
75 (
"G4VPhysicsConstructor",
76 "base class of user physics constructor")
78 .def(init<const G4String&>())
80 .def(
"ConstructParticle",
82 .def(
"ConstructProcess",
88 return_value_policy<return_by_value>())
virtual void ConstructParticle()=0
const G4String & GetPhysicsName() const
void SetVerboseLevel(G4int value)
void SetPhysicsName(const G4String &="")
virtual void ConstructProcess()=0
G4int GetVerboseLevel() const