LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
#include "G4EzVolume.hh"
Public Member Functions | |
G4EzVolume () | |
G4EzVolume (const G4String &aname) | |
~G4EzVolume () | |
void | CreateBoxVolume (G4Material *amaterial, G4double dx, G4double dy, G4double dz) |
void | CreateTubeVolume (G4Material *amaterial, G4double rmin, G4double rmax, G4double dz, G4double phi0=0., G4double dphi=360 *deg) |
void | CreateConeVolume (G4Material *amaterial, G4double rmin1, G4double rmax1, G4double rmin2, G4double rmax2, G4double dz, G4double phi0=0., G4double dphi=360.*deg) |
void | CreateSphereVolume (G4Material *amaterial, G4double rmin, G4double rmax, G4double phi0=0., G4double dphi=360.*deg, G4double theta0=0., G4double dtheta=180.*deg) |
void | CreateOrbVolume (G4Material *amaterial, G4double rmax) |
G4VPhysicalVolume * | PlaceIt (const G4ThreeVector &pos, G4int ncopy=0, G4EzVolume *parent=0) |
G4VPhysicalVolume * | PlaceIt (const G4Transform3D &transform, G4int ncopy=0, G4EzVolume *parent=0) |
G4VPhysicalVolume * | ReplicateIt (G4EzVolume *parent, EAxis pAxis, G4int nReplicas, G4double width, G4double offset=0) |
G4ThreeVector | VoxelizeIt (G4int nx, G4int ny, G4int nz) |
void | SetSensitiveDetector (G4VSensitiveDetector *asd) |
const G4String & | GetName () const |
void | SetSolid (G4VSolid *asolid) |
const G4VSolid * | GetSolid () const |
void | SetMaterial (G4Material *amaterial) |
G4Material * | GetMaterial () const |
G4int | GetNofPlacements () const |
void | SetVisibility (G4bool qvisible) |
void | SetColor (const G4Color &color) |
void | SetColor (G4double red, G4double green, G4double blue) |
Protected Attributes | |
G4String | name |
G4VSolid * | solid |
G4LogicalVolume * | lv |
G4LogicalVolume * | lvsub |
G4VisAttributes * | va |
G4int | nplacement |
Definition at line 52 of file G4EzVolume.hh.
G4EzVolume::G4EzVolume | ( | ) |
Definition at line 54 of file G4EzVolume.cc.
G4EzVolume::G4EzVolume | ( | const G4String & | aname | ) |
Definition at line 65 of file G4EzVolume.cc.
G4EzVolume::~G4EzVolume | ( | ) |
Definition at line 74 of file G4EzVolume.cc.
void G4EzVolume::CreateBoxVolume | ( | G4Material * | amaterial, |
G4double | dx, | ||
G4double | dy, | ||
G4double | dz | ||
) |
Definition at line 81 of file G4EzVolume.cc.
References lv, name, solid, and va.
Referenced by BOOST_PYTHON_MODULE().
void G4EzVolume::CreateConeVolume | ( | G4Material * | amaterial, |
G4double | rmin1, | ||
G4double | rmax1, | ||
G4double | rmin2, | ||
G4double | rmax2, | ||
G4double | dz, | ||
G4double | phi0 = 0. , |
||
G4double | dphi = 360.*deg |
||
) |
Definition at line 122 of file G4EzVolume.cc.
References lv, name, solid, and va.
Referenced by BOOST_PYTHON_MODULE().
void G4EzVolume::CreateOrbVolume | ( | G4Material * | amaterial, |
G4double | rmax | ||
) |
Definition at line 168 of file G4EzVolume.cc.
References lv, name, solid, and va.
Referenced by BOOST_PYTHON_MODULE().
void G4EzVolume::CreateSphereVolume | ( | G4Material * | amaterial, |
G4double | rmin, | ||
G4double | rmax, | ||
G4double | phi0 = 0. , |
||
G4double | dphi = 360.*deg , |
||
G4double | theta0 = 0. , |
||
G4double | dtheta = 180.*deg |
||
) |
Definition at line 146 of file G4EzVolume.cc.
References lv, name, solid, and va.
Referenced by BOOST_PYTHON_MODULE().
void G4EzVolume::CreateTubeVolume | ( | G4Material * | amaterial, |
G4double | rmin, | ||
G4double | rmax, | ||
G4double | dz, | ||
G4double | phi0 = 0. , |
||
G4double | dphi = 360*deg |
||
) |
Definition at line 101 of file G4EzVolume.cc.
References lv, name, solid, and va.
Referenced by BOOST_PYTHON_MODULE().
|
inline |
Definition at line 143 of file G4EzVolume.hh.
References lv.
Referenced by BOOST_PYTHON_MODULE(), and VoxelizeIt().
|
inline |
|
inline |
|
inline |
Definition at line 135 of file G4EzVolume.hh.
References solid.
Referenced by BOOST_PYTHON_MODULE().
G4VPhysicalVolume * G4EzVolume::PlaceIt | ( | const G4ThreeVector & | pos, |
G4int | ncopy = 0 , |
||
G4EzVolume * | parent = 0 |
||
) |
Definition at line 187 of file G4EzVolume.cc.
References G4EzWorld::GetWorldVolume(), lv, name, and nplacement.
G4VPhysicalVolume * G4EzVolume::PlaceIt | ( | const G4Transform3D & | transform, |
G4int | ncopy = 0 , |
||
G4EzVolume * | parent = 0 |
||
) |
Definition at line 212 of file G4EzVolume.cc.
References G4EzWorld::GetWorldVolume(), lv, name, and nplacement.
G4VPhysicalVolume * G4EzVolume::ReplicateIt | ( | G4EzVolume * | parent, |
EAxis | pAxis, | ||
G4int | nReplicas, | ||
G4double | width, | ||
G4double | offset = 0 |
||
) |
Definition at line 237 of file G4EzVolume.cc.
References lv, name, and nplacement.
Referenced by BOOST_PYTHON_MODULE().
|
inline |
|
inline |
Definition at line 161 of file G4EzVolume.hh.
References SetColor(), and va.
|
inline |
void G4EzVolume::SetSensitiveDetector | ( | G4VSensitiveDetector * | asd | ) |
Definition at line 301 of file G4EzVolume.cc.
Referenced by BOOST_PYTHON_MODULE().
|
inline |
Definition at line 133 of file G4EzVolume.hh.
References solid.
Referenced by BOOST_PYTHON_MODULE().
|
inline |
G4ThreeVector G4EzVolume::VoxelizeIt | ( | G4int | nx, |
G4int | ny, | ||
G4int | nz | ||
) |
Definition at line 257 of file G4EzVolume.cc.
References GetMaterial(), lv, lvsub, name, and solid.
Referenced by BOOST_PYTHON_MODULE().
|
protected |
Definition at line 57 of file G4EzVolume.hh.
Referenced by CreateBoxVolume(), CreateConeVolume(), CreateOrbVolume(), CreateSphereVolume(), CreateTubeVolume(), GetMaterial(), PlaceIt(), ReplicateIt(), SetMaterial(), SetSensitiveDetector(), and VoxelizeIt().
|
protected |
Definition at line 58 of file G4EzVolume.hh.
Referenced by SetMaterial(), SetSensitiveDetector(), and VoxelizeIt().
|
protected |
Definition at line 55 of file G4EzVolume.hh.
Referenced by CreateBoxVolume(), CreateConeVolume(), CreateOrbVolume(), CreateSphereVolume(), CreateTubeVolume(), GetName(), PlaceIt(), ReplicateIt(), and VoxelizeIt().
|
protected |
Definition at line 60 of file G4EzVolume.hh.
Referenced by GetNofPlacements(), PlaceIt(), and ReplicateIt().
|
protected |
Definition at line 56 of file G4EzVolume.hh.
Referenced by CreateBoxVolume(), CreateConeVolume(), CreateOrbVolume(), CreateSphereVolume(), CreateTubeVolume(), GetSolid(), SetSolid(), and VoxelizeIt().
|
protected |
Definition at line 59 of file G4EzVolume.hh.
Referenced by CreateBoxVolume(), CreateConeVolume(), CreateOrbVolume(), CreateSphereVolume(), CreateTubeVolume(), SetColor(), and SetVisibility().