|
Geant4
10.00.p01
|
Helper class needed for the ROOT I/O. It contains pointers to geometry tree, element table and material table. More...
#include <ExP02GeoTree.hh>
Collaboration diagram for ExP02GeoTree:Public Member Functions | |
| ExP02GeoTree () | |
| ExP02GeoTree (G4VPhysicalVolume *vol, const G4ElementTable *et, const G4MaterialTable *mt) | |
| virtual | ~ExP02GeoTree () |
| G4VPhysicalVolume * | TopVol () |
Private Attributes | |
| G4VPhysicalVolume * | fTopV |
| const G4ElementTable * | fEltab |
| const G4MaterialTable * | fMattab |
Helper class needed for the ROOT I/O. It contains pointers to geometry tree, element table and material table.
Definition at line 44 of file ExP02GeoTree.hh.
| ExP02GeoTree::ExP02GeoTree | ( | ) |
Definition at line 44 of file ExP02GeoTree.cc.
References fEltab, fMattab, G4Element::GetElementTable(), and G4Material::GetMaterialTable().
Here is the call graph for this function:| ExP02GeoTree::ExP02GeoTree | ( | G4VPhysicalVolume * | vol, |
| const G4ElementTable * | et, | ||
| const G4MaterialTable * | mt | ||
| ) |
Definition at line 53 of file ExP02GeoTree.cc.
|
virtual |
Definition at line 60 of file ExP02GeoTree.cc.
| G4VPhysicalVolume * ExP02GeoTree::TopVol | ( | ) |
Definition at line 65 of file ExP02GeoTree.cc.
References fTopV.
Referenced by ExP02DetConstrReader::Construct().
Here is the caller graph for this function:
|
private |
Definition at line 58 of file ExP02GeoTree.hh.
Referenced by ExP02GeoTree().
|
private |
Definition at line 59 of file ExP02GeoTree.hh.
Referenced by ExP02GeoTree().
|
private |
Definition at line 57 of file ExP02GeoTree.hh.
Referenced by TopVol().