34 :ROworld(nullptr),fincludeList(nullptr),
35 fexcludeList(nullptr),touchableHistory(nullptr)
40 ed<<
"The concept and the functionality of Readout Geometry has been merged\n"
41 <<
"into Parallel World. This G4VReadOutGeometry is kept for the sake of\n"
42 <<
"not breaking the commonly-used interface in the sensitive detector class.\n"
43 <<
"But this functionality of G4VReadOutGeometry class is no longer tested\n"
44 <<
"and thus may not be working well. We strongly recommend our customers to\n"
45 <<
"migrate to Parallel World scheme.";
62 :ROworld(nullptr),fincludeList(nullptr),
63 fexcludeList(nullptr),name(n),touchableHistory(nullptr)
67 ed<<
"The concept and the functionality of Readout Geometry has been merged\n"
68 <<
"into Parallel World. This G4VReadOutGeometry is kept for the sake of\n"
69 <<
"not breaking the commonly-used interface in the sensitive detector class.\n"
70 <<
"But this functionality of G4VReadOutGeometry class is no longer tested\n"
71 <<
"and thus may not be working well. We strongly recommend our customers to\n"
72 <<
"migrate to Parallel World scheme.";
87 if (
this == &right )
return *
this;
122 if(!incFlg)
return false;
170 GetSensitiveDetector() != 0;
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *description)
std::ostringstream G4ExceptionDescription
void LocateGlobalPointAndUpdateTouchable(const G4ThreeVector &position, const G4ThreeVector &direction, G4VTouchable *touchableToUpdate, const G4bool RelativeSearch=true)
void SetWorldVolume(G4VPhysicalVolume *pWorld)
G4bool CheckLV(const G4LogicalVolume *lvp) const
G4bool CheckPV(const G4VPhysicalVolume *pvp) const
const G4ThreeVector & GetPosition() const
const G4ThreeVector & GetMomentumDirection() const
G4VPhysicalVolume * GetPhysicalVolume() const
G4StepPoint * GetPreStepPoint() const
G4VPhysicalVolume * GetVolume(G4int depth=0) const
G4LogicalVolume * GetLogicalVolume() const
G4VPhysicalVolume * ROworld
G4SensitiveVolumeList * fincludeList
virtual ~G4VReadOutGeometry()
G4Navigator * ROnavigator
G4bool operator==(const G4VReadOutGeometry &right) const
virtual G4bool CheckROVolume(G4Step *, G4TouchableHistory *&)
G4bool operator!=(const G4VReadOutGeometry &right) const
G4VReadOutGeometry & operator=(const G4VReadOutGeometry &right)
virtual G4bool FindROTouchable(G4Step *)
G4TouchableHistory * touchableHistory
virtual G4VPhysicalVolume * Build()=0
G4SensitiveVolumeList * fexcludeList