Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
ExP02GeoTree Class Reference

Helper class needed for the ROOT I/O. More...

#include <Doxymodules_persistency.h>

Public Member Functions

 ExP02GeoTree ()
 
 ExP02GeoTree (G4VPhysicalVolume *vol, const G4ElementTable *et)
 
virtual ~ExP02GeoTree ()
 
G4VPhysicalVolumeTopVol ()
 

Private Attributes

G4VPhysicalVolumefTopV
 
const G4ElementTable * fEltab
 

Detailed Description

Helper class needed for the ROOT I/O.

It contains pointers to geometry tree, element table and material table.

Definition at line 103 of file Doxymodules_persistency.h.

Constructor & Destructor Documentation

◆ ExP02GeoTree() [1/2]

ExP02GeoTree::ExP02GeoTree ( )

Definition at line 43 of file ExP02GeoTree.cc.

44 : fTopV(0), fEltab(0)
45{
46 fEltab = G4Element::GetElementTable();
47}
const G4ElementTable * fEltab
G4VPhysicalVolume * fTopV

◆ ExP02GeoTree() [2/2]

ExP02GeoTree::ExP02GeoTree ( G4VPhysicalVolume vol,
const G4ElementTable *  et 
)

Definition at line 51 of file ExP02GeoTree.cc.

52 : fTopV(vol), fEltab(et)
53{}

◆ ~ExP02GeoTree()

ExP02GeoTree::~ExP02GeoTree ( )
virtual

Definition at line 57 of file ExP02GeoTree.cc.

57{}

Member Function Documentation

◆ TopVol()

G4VPhysicalVolume * ExP02GeoTree::TopVol ( )

Definition at line 62 of file ExP02GeoTree.cc.

63{
64 return fTopV;
65}

Member Data Documentation

◆ fTopV

G4VPhysicalVolume* ExP02GeoTree::fTopV
private

Definition at line 54 of file ExP02GeoTree.hh.

◆ fEltab

const G4ElementTable* ExP02GeoTree::fEltab
private

Definition at line 55 of file ExP02GeoTree.hh.


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

Applications | User Support | Publications | Collaboration