#include <G4VReadOutGeometry.hh>
Definition at line 39 of file G4VReadOutGeometry.hh.
◆ G4VReadOutGeometry() [1/3]
G4VReadOutGeometry::G4VReadOutGeometry |
( |
| ) |
|
Definition at line 33 of file G4VReadOutGeometry.cc.
36{
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.";
47}
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *description)
std::ostringstream G4ExceptionDescription
G4VPhysicalVolume * ROworld
G4SensitiveVolumeList * fincludeList
G4Navigator * ROnavigator
G4TouchableHistory * touchableHistory
G4SensitiveVolumeList * fexcludeList
◆ G4VReadOutGeometry() [2/3]
G4VReadOutGeometry::G4VReadOutGeometry |
( |
G4String |
n | ) |
|
Definition at line 61 of file G4VReadOutGeometry.cc.
64{
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.";
74}
◆ ~G4VReadOutGeometry()
G4VReadOutGeometry::~G4VReadOutGeometry |
( |
| ) |
|
|
virtual |
◆ G4VReadOutGeometry() [3/3]
◆ Build()
◆ BuildROGeometry()
void G4VReadOutGeometry::BuildROGeometry |
( |
| ) |
|
Definition at line 103 of file G4VReadOutGeometry.cc.
104{
107}
void SetWorldVolume(G4VPhysicalVolume *pWorld)
virtual G4VPhysicalVolume * Build()=0
◆ CheckROVolume()
Definition at line 109 of file G4VReadOutGeometry.cc.
110{
111 ROhist = nullptr;
115 { incFlg = false; }
117 { incFlg = true; }
119 { incFlg = false; }
121 { incFlg = true; }
122 if(!incFlg) return false;
123
126 if(incFlg)
128 return incFlg;
129}
G4bool CheckLV(const G4LogicalVolume *lvp) const
G4bool CheckPV(const G4VPhysicalVolume *pvp) const
G4VPhysicalVolume * GetPhysicalVolume() const
G4StepPoint * GetPreStepPoint() const
virtual G4bool FindROTouchable(G4Step *)
Referenced by G4VFastSimSensitiveDetector::Hit(), G4VGFlashSensitiveDetector::Hit(), and G4VSensitiveDetector::Hit().
◆ FindROTouchable()
G4bool G4VReadOutGeometry::FindROTouchable |
( |
G4Step * |
currentStep | ) |
|
|
protectedvirtual |
Definition at line 131 of file G4VReadOutGeometry.cc.
132{
133
134
135
136
137
138
139
140
142 {
148 }
149 else
150 {
155 true);
156 }
157
158
159
160
161
162
163
164
166
167 if ( currentVolume )
168 {
170 GetSensitiveDetector() != 0;
171 }
172
173 return false;
174}
void LocateGlobalPointAndUpdateTouchable(const G4ThreeVector &position, const G4ThreeVector &direction, G4VTouchable *touchableToUpdate, const G4bool RelativeSearch=true)
const G4ThreeVector & GetPosition() const
const G4ThreeVector & GetMomentumDirection() const
G4VPhysicalVolume * GetVolume(G4int depth=0) const
G4LogicalVolume * GetLogicalVolume() const
Referenced by CheckROVolume().
◆ GetExcludeList()
◆ GetIncludeList()
◆ GetName()
G4String G4VReadOutGeometry::GetName |
( |
| ) |
const |
|
inline |
◆ GetROWorld()
◆ operator!=()
◆ operator=()
Definition at line 85 of file G4VReadOutGeometry.cc.
86{
87 if ( this == &right ) return *this;
94 return *this;
95}
◆ operator==()
◆ SetExcludeList()
◆ SetIncludeList()
◆ SetName()
void G4VReadOutGeometry::SetName |
( |
G4String |
value | ) |
|
|
inline |
◆ fexcludeList
◆ fincludeList
◆ name
◆ ROnavigator
◆ ROworld
◆ touchableHistory
The documentation for this class was generated from the following files: