Geant4  10.02.p03
pyEZgeom Namespace Reference

Functions

void Construct ()
 
void ResetWorld (G4double dx, G4double dy, G4double dz)
 
void ResizeWorld (G4double dx, G4double dy, G4double dz)
 
void SetWorldMaterial (G4Material *amaterial)
 
void SetWorldVisibility (G4bool qvis)
 
 BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS (f_CreateTubeVolume, CreateTubeVolume, 4, 6) BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS(f_CreateConeVolume
 

Variables

 CreateConeVolume
 
BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS(f_CreateSphereVolume, CreateSphereVolume, 3, 7) G4VPhysicalVolume *(G4EzVolume G4VPhysicalVolume *(G4EzVolume::* f2_PlaceIt )(const G4Transform3D &, G4int, G4EzVolume *) = &G4EzVolume::PlaceIt
 
void(G4EzVolume::* f1_SetColor )(const G4Color &) = &G4EzVolume::SetColor
 
void(G4EzVolume::* f2_SetColor )(G4double, G4double, G4double) = &G4EzVolume::SetColor
 

Function Documentation

◆ BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS()

pyEZgeom::BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS ( f_CreateTubeVolume  ,
CreateTubeVolume  ,
,
 
)
Here is the caller graph for this function:

◆ Construct()

void pyEZgeom::Construct ( )

Definition at line 52 of file pyEzgeom.cc.

53 {
55  runMgr-> SetUserInitialization(new EzDetectorConstruction);
56 }
static G4RunManager * GetRunManager()
Definition: G4RunManager.cc:79
Here is the call graph for this function:
Here is the caller graph for this function:

◆ ResetWorld()

void pyEZgeom::ResetWorld ( G4double  dx,
G4double  dy,
G4double  dz 
)

Definition at line 58 of file pyEzgeom.cc.

59 {
60  G4EzWorld::Reset(dx, dy, dz);
61 }
static void Reset(G4double dx, G4double dy, G4double dz)
Definition: G4EzWorld.cc:97
Here is the call graph for this function:
Here is the caller graph for this function:

◆ ResizeWorld()

void pyEZgeom::ResizeWorld ( G4double  dx,
G4double  dy,
G4double  dz 
)

Definition at line 63 of file pyEzgeom.cc.

64 {
65  G4EzWorld::Resize(dx, dy, dz);
66 }
static void Resize(G4double dx, G4double dy, G4double dz)
Definition: G4EzWorld.cc:109
Here is the call graph for this function:
Here is the caller graph for this function:

◆ SetWorldMaterial()

void pyEZgeom::SetWorldMaterial ( G4Material amaterial)

Definition at line 69 of file pyEzgeom.cc.

70 {
71  G4EzWorld::SetMaterial(amaterial);
72 }
static void SetMaterial(G4Material *amaterial)
Definition: G4EzWorld.cc:123
Here is the call graph for this function:
Here is the caller graph for this function:

◆ SetWorldVisibility()

void pyEZgeom::SetWorldVisibility ( G4bool  qvis)

Definition at line 75 of file pyEzgeom.cc.

76 {
78 }
static void SetVisibility(G4bool qvis)
Definition: G4EzWorld.cc:131
Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ CreateConeVolume

pyEZgeom::CreateConeVolume

Definition at line 86 of file pyEzgeom.cc.

◆ f1_SetColor

void(G4EzVolume::* pyEZgeom::f1_SetColor) (const G4Color &) = &G4EzVolume::SetColor

Definition at line 104 of file pyEzgeom.cc.

◆ f2_PlaceIt

BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS (f_CreateSphereVolume, CreateSphereVolume, 3, 7) G4VPhysicalVolume*(G4EzVolume G4VPhysicalVolume*(G4EzVolume::* pyEZgeom::f2_PlaceIt) (const G4Transform3D &, G4int, G4EzVolume *) = &G4EzVolume::PlaceIt

Definition at line 96 of file pyEzgeom.cc.

◆ f2_SetColor

void(G4EzVolume::* pyEZgeom::f2_SetColor) (G4double, G4double, G4double) = &G4EzVolume::SetColor

Definition at line 105 of file pyEzgeom.cc.