Import Geant4 10.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-10 11:51:14 +02:00
parent e2d2f9810a
commit 286caacf06
12421 changed files with 730077 additions and 502383 deletions
@@ -23,9 +23,12 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: exGPSGeometryConstruction.hh 71234 2013-06-12 13:19:12Z gcosmo $
//
/// \file eventgenerator/exgps/include/exGPSGeometryConstruction.hh
/// \brief Definition of the exGPSGeometryConstruction class
//
#ifndef exGPSGeometryConstruction1_h
#define exGPSGeometryConstruction1_h 1
//
@@ -41,14 +44,12 @@ class exGPSGeometryConstruction : public G4VUserDetectorConstruction
exGPSGeometryConstruction ();
virtual ~exGPSGeometryConstruction ();
public:
virtual G4VPhysicalVolume *Construct ();
virtual G4VPhysicalVolume* Construct ();
private:
G4VPhysicalVolume * fUniverse_phys ;
G4VPhysicalVolume * fAl_phys ;
G4VPhysicalVolume * fSphere_phys;
G4VPhysicalVolume* fUniverse_phys ;
G4VPhysicalVolume* fAl_phys ;
G4VPhysicalVolume* fSphere_phys;
};
////////////////////////////////////////////////////////////////////////////////