Import Geant4 9.6.0 source tree
This commit is contained in:
@@ -23,7 +23,10 @@
|
||||
// * acceptance of all terms of the Geant4 Software license. *
|
||||
// ********************************************************************
|
||||
//
|
||||
// $Id: ExP02GeoTree.hh,v 1.2 2007-12-10 16:29:11 gunter Exp $
|
||||
/// \file persistency/P02/include/ExP02GeoTree.hh
|
||||
/// \brief Definition of the ExP02GeoTree class
|
||||
//
|
||||
// $Id$
|
||||
#ifndef INCLUDE_EXP02GEOTREE_H
|
||||
#define INCLUDE_EXP02GEOTREE_H 1
|
||||
|
||||
@@ -34,6 +37,9 @@
|
||||
#include "G4Material.hh"
|
||||
#include "G4MaterialTable.hh"
|
||||
|
||||
/// Helper class needed for the ROOT I/O. It contains pointers to geometry tree,
|
||||
/// element table and material table.
|
||||
|
||||
class ExP02GeoTree {
|
||||
public:
|
||||
|
||||
@@ -46,9 +52,9 @@ public:
|
||||
|
||||
private:
|
||||
|
||||
G4VPhysicalVolume* topV;
|
||||
const G4ElementTable* eltab;
|
||||
const G4MaterialTable* mattab;
|
||||
G4VPhysicalVolume* fTopV;
|
||||
const G4ElementTable* fEltab;
|
||||
const G4MaterialTable* fMattab;
|
||||
|
||||
};
|
||||
#endif // INCLUDE_EXP02GEOTREE_H
|
||||
|
||||
Reference in New Issue
Block a user