|
Geant4.10
|
#include <ML2ReadOutGeometry.hh>
Public Member Functions | |
| CML2ReadOutGeometry () | |
| ~CML2ReadOutGeometry (void) | |
| void | setBuildData (G4ThreeVector centre, G4ThreeVector halfSize, G4int NumberOfVoxelsAlongX, G4int NumberOfVoxelsAlongY, G4int NumberOfVoxelsAlongZ) |
| G4VPhysicalVolume * | Build () |
Public Member Functions inherited from G4VReadOutGeometry | |
| G4VReadOutGeometry () | |
| G4VReadOutGeometry (G4String) | |
| virtual | ~G4VReadOutGeometry () |
| G4int | operator== (const G4VReadOutGeometry &right) const |
| G4int | operator!= (const G4VReadOutGeometry &right) const |
| void | BuildROGeometry () |
| virtual G4bool | CheckROVolume (G4Step *, G4TouchableHistory *&) |
| const G4SensitiveVolumeList * | GetIncludeList () const |
| void | SetIncludeList (G4SensitiveVolumeList *value) |
| const G4SensitiveVolumeList * | GetExcludeList () const |
| void | SetExcludeList (G4SensitiveVolumeList *value) |
| G4String | GetName () const |
| void | SetName (G4String value) |
| G4VPhysicalVolume * | GetROWorld () const |
Additional Inherited Members | |
Protected Member Functions inherited from G4VReadOutGeometry | |
| G4VReadOutGeometry (const G4VReadOutGeometry &right) | |
| const G4VReadOutGeometry & | operator= (const G4VReadOutGeometry &right) |
| virtual G4bool | FindROTouchable (G4Step *) |
Protected Attributes inherited from G4VReadOutGeometry | |
| G4VPhysicalVolume * | ROworld |
| G4SensitiveVolumeList * | fincludeList |
| G4SensitiveVolumeList * | fexcludeList |
| G4String | name |
| G4Navigator * | ROnavigator |
| G4TouchableHistory * | touchableHistory |
Definition at line 52 of file ML2ReadOutGeometry.hh.
| CML2ReadOutGeometry::CML2ReadOutGeometry | ( | ) |
Definition at line 54 of file ML2ReadOutGeometry.cc.
References G4NistManager::FindOrBuildMaterial(), CLHEP::Hep3Vector::getX(), CLHEP::Hep3Vector::getY(), CLHEP::Hep3Vector::getZ(), G4NistManager::Instance(), python.hepunit::mm, and CLHEP::Hep3Vector::set().
| CML2ReadOutGeometry::~CML2ReadOutGeometry | ( | void | ) |
Definition at line 66 of file ML2ReadOutGeometry.cc.
|
virtual |
Implements G4VReadOutGeometry.
Definition at line 80 of file ML2ReadOutGeometry.cc.
References G4NistManager::FindOrBuildMaterial(), CLHEP::Hep3Vector::getX(), CLHEP::Hep3Vector::getY(), CLHEP::Hep3Vector::getZ(), G4NistManager::Instance(), kXAxis, kYAxis, kZAxis, and G4LogicalVolume::SetSensitiveDetector().
| void CML2ReadOutGeometry::setBuildData | ( | G4ThreeVector | centre, |
| G4ThreeVector | halfSize, | ||
| G4int | NumberOfVoxelsAlongX, | ||
| G4int | NumberOfVoxelsAlongY, | ||
| G4int | NumberOfVoxelsAlongZ | ||
| ) |
Definition at line 71 of file ML2ReadOutGeometry.cc.
Referenced by CML2Ph_FullWater::Construct(), and CML2Ph_BoxInBox::Construct().
1.8.7