|
Geant4
10.05.p01
|
Public Member Functions | |
| G4VReadOutGeometry () | |
| G4VReadOutGeometry (G4String) | |
| virtual | ~G4VReadOutGeometry () |
| G4bool | operator== (const G4VReadOutGeometry &right) const |
| G4bool | 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 |
Protected Member Functions | |
| virtual G4VPhysicalVolume * | Build ()=0 |
| G4VReadOutGeometry (const G4VReadOutGeometry &right) | |
| G4VReadOutGeometry & | operator= (const G4VReadOutGeometry &right) |
| virtual G4bool | FindROTouchable (G4Step *) |
Protected Attributes | |
| G4VPhysicalVolume * | ROworld |
| G4SensitiveVolumeList * | fincludeList |
| G4SensitiveVolumeList * | fexcludeList |
| G4String | name |
| G4Navigator * | ROnavigator |
| G4TouchableHistory * | touchableHistory |
|
virtual |
|
protected |
|
protectedpure virtual |
| G4bool operator== | ( | const G4VReadOutGeometry & | right | ) | const |
| G4bool operator!= | ( | const G4VReadOutGeometry & | right | ) | const |
| void BuildROGeometry | ( | ) |
|
virtual |
Referenced by G4VGFlashSensitiveDetector::Hit(), and G4VSensitiveDetector::Hit().
|
protected |
| const G4SensitiveVolumeList* GetIncludeList | ( | ) | const |
References fincludeList.
| void SetIncludeList | ( | G4SensitiveVolumeList * | value | ) |
References fincludeList.
| const G4SensitiveVolumeList* GetExcludeList | ( | ) | const |
References fexcludeList.
| void SetExcludeList | ( | G4SensitiveVolumeList * | value | ) |
References fexcludeList.
| G4VPhysicalVolume* GetROWorld | ( | ) | const |
References ROworld.
|
protected |
Referenced by GetROWorld().
|
protected |
Referenced by GetIncludeList(), and SetIncludeList().
|
protected |
Referenced by GetExcludeList(), and SetExcludeList().
|
protected |
|
protected |