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
@@ -26,7 +26,7 @@
/// \file hadronic/Hadr01/include/DetectorConstruction.hh
/// \brief Definition of the DetectorConstruction class
//
// $Id$
// $Id: DetectorConstruction.hh 77255 2013-11-22 10:09:14Z gcosmo $
//
/////////////////////////////////////////////////////////////////////////
//
@@ -61,17 +61,14 @@ public:
DetectorConstruction();
virtual ~DetectorConstruction();
public:
G4VPhysicalVolume* Construct();
virtual G4VPhysicalVolume* Construct();
virtual void ConstructSDandField();
void SetWorldMaterial(const G4String&);
void SetTargetMaterial(const G4String&);
void SetTargetRadius(G4double val);
void UpdateGeometry();
private:
DetectorConstruction & operator=(const DetectorConstruction &right);
@@ -82,9 +79,6 @@ private:
G4Material* fTargetMaterial;
G4Material* fWorldMaterial;
CheckVolumeSD* fCheckSD;
TargetSD* fTargetSD;
G4LogicalVolume* fLogicTarget;
G4LogicalVolume* fLogicCheck;
G4LogicalVolume* fLogicWorld;