Import Geant4 10.5.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2018-06-29 10:58:11 +02:00
parent fe81a77428
commit 6aa23be517
1581 changed files with 124288 additions and 83758 deletions
@@ -26,7 +26,7 @@
/// \file persistency/P02/include/ExP02GeoTree.hh
/// \brief Definition of the ExP02GeoTree class
//
// $Id: ExP02GeoTree.hh 71727 2013-06-21 07:55:45Z gcosmo $
// $Id: ExP02GeoTree.hh 110837 2018-06-15 15:16:45Z gcosmo $
#ifndef INCLUDE_EXP02GEOTREE_H
#define INCLUDE_EXP02GEOTREE_H 1
@@ -36,7 +36,6 @@
#include "G4Element.hh"
#include "G4ElementTable.hh"
#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.
@@ -45,8 +44,7 @@ class ExP02GeoTree {
public:
ExP02GeoTree( );
ExP02GeoTree(G4VPhysicalVolume* vol, const G4ElementTable* et,
const G4MaterialTable* mt);
ExP02GeoTree(G4VPhysicalVolume* vol, const G4ElementTable* et);
virtual ~ExP02GeoTree( );
@@ -56,7 +54,6 @@ private:
G4VPhysicalVolume* fTopV;
const G4ElementTable* fEltab;
const G4MaterialTable* fMattab;
};
#endif // INCLUDE_EXP02GEOTREE_H