Import Geant4 9.6.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 17:01:34 +02:00
parent b1eb5424d2
commit e2d2f9810a
10384 changed files with 698580 additions and 628834 deletions
@@ -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