![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Inheritance diagram for read_gdml.MyDetectorConstruction:
Collaboration diagram for read_gdml.MyDetectorConstruction:Public Member Functions | |
| def | __init__ |
| def | __del__ |
| def | Construct |
| def | __init__ |
| def | __del__ |
| def | Construct |
Public Member Functions inherited from G4VUserDetectorConstruction | |
| G4VUserDetectorConstruction () | |
| virtual | ~G4VUserDetectorConstruction () |
| virtual G4VPhysicalVolume * | Construct ()=0 |
| virtual void | ConstructSDandField () |
| virtual void | CloneSD () |
| virtual void | CloneF () |
| void | RegisterParallelWorld (G4VUserParallelWorld *) |
| G4int | ConstructParallelGeometries () |
| void | ConstructParallelSD () |
| G4int | GetNumberOfParallelWorld () const |
| G4VUserParallelWorld * | GetParallelWorld (G4int i) const |
Public Attributes | |
| world | |
| gdml_parser | |
Additional Inherited Members | |
Protected Member Functions inherited from G4VUserDetectorConstruction | |
| void | SetSensitiveDetector (const G4String &logVolName, G4VSensitiveDetector *aSD, G4bool multi=false) |
| void | SetSensitiveDetector (G4LogicalVolume *logVol, G4VSensitiveDetector *aSD) |
Definition at line 12 of file read_gdml.py.
View newest version in sPHENIX GitHub at line 12 of file read_gdml.py
| def read_gdml.MyDetectorConstruction.__init__ | ( | self | ) |
Definition at line 15 of file read_gdml.py.
View newest version in sPHENIX GitHub at line 15 of file read_gdml.py
Referenced by read_gdml.MyDetectorConstruction.__init__().
Here is the caller graph for this function:| def read_gdml.MyDetectorConstruction.__del__ | ( | self | ) |
Definition at line 21 of file read_gdml.py.
View newest version in sPHENIX GitHub at line 21 of file read_gdml.py
Referenced by read_gdml.MyDetectorConstruction.__del__().
Here is the caller graph for this function:| def read_gdml.MyDetectorConstruction.__init__ | ( | self | ) |
Definition at line 15 of file read_gdml.py.
View newest version in sPHENIX GitHub at line 15 of file read_gdml.py
References read_gdml.MyDetectorConstruction.__init__(), read_gdml.MyDetectorConstruction.gdml_parser, and read_gdml.MyDetectorConstruction.world.
Here is the call graph for this function:| def read_gdml.MyDetectorConstruction.__del__ | ( | self | ) |
Definition at line 21 of file read_gdml.py.
View newest version in sPHENIX GitHub at line 21 of file read_gdml.py
References read_gdml.MyDetectorConstruction.__del__().
Here is the call graph for this function:| def read_gdml.MyDetectorConstruction.Construct | ( | self | ) |
Definition at line 25 of file read_gdml.py.
View newest version in sPHENIX GitHub at line 25 of file read_gdml.py
References G4VUserDetectorConstruction.Construct(), source.gApplyUICommand, and read_gdml.MyDetectorConstruction.world.
Here is the call graph for this function:| def read_gdml.MyDetectorConstruction.Construct | ( | self | ) |
Definition at line 25 of file read_gdml.py.
View newest version in sPHENIX GitHub at line 25 of file read_gdml.py
References G4VUserDetectorConstruction.Construct(), source.gApplyUICommand, and read_gdml.MyDetectorConstruction.world.
Here is the call graph for this function:| read_gdml.MyDetectorConstruction.gdml_parser |
Definition at line 18 of file read_gdml.py.
View newest version in sPHENIX GitHub at line 18 of file read_gdml.py
Referenced by read_gdml.MyDetectorConstruction.__init__().
| read_gdml.MyDetectorConstruction.world |
Definition at line 17 of file read_gdml.py.
View newest version in sPHENIX GitHub at line 17 of file read_gdml.py
Referenced by read_gdml.MyDetectorConstruction.__init__(), test.MyDetectorConstruction.__init__(), read_gdml.MyDetectorConstruction.Construct(), and test.MyDetectorConstruction.Construct().