Geant4  10.00.p02
ExP02GeoTree Class Reference

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 ()
 
G4VPhysicalVolumeTopVol ()
 

Private Attributes

G4VPhysicalVolumefTopV
 
const G4ElementTablefEltab
 
const G4MaterialTablefMattab
 

Detailed Description

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.

Constructor & Destructor Documentation

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.

ExP02GeoTree::~ExP02GeoTree ( )
virtual

Definition at line 60 of file ExP02GeoTree.cc.

Member Function Documentation

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:

Member Data Documentation

const G4ElementTable* ExP02GeoTree::fEltab
private

Definition at line 58 of file ExP02GeoTree.hh.

Referenced by ExP02GeoTree().

const G4MaterialTable* ExP02GeoTree::fMattab
private

Definition at line 59 of file ExP02GeoTree.hh.

Referenced by ExP02GeoTree().

G4VPhysicalVolume* ExP02GeoTree::fTopV
private

Definition at line 57 of file ExP02GeoTree.hh.

Referenced by TopVol().


The documentation for this class was generated from the following files: