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,6 +26,8 @@
/// \file persistency/P02/src/ExP02DetectorConstruction.cc
/// \brief Implementation of the ExP02DetectorConstruction class
//
// $Id: ExP02DetectorConstruction.cc 71727 2013-06-21 07:55:45Z gcosmo $
//
//
#include "ExP02DetectorConstruction.hh"
@@ -49,7 +51,8 @@
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
ExP02DetectorConstruction::ExP02DetectorConstruction()
: fExperimentalHall_log(0), fTracker_log(0),
: G4VUserDetectorConstruction(),
fExperimentalHall_log(0), fTracker_log(0),
fCalorimeterBlock_log(0), fCalorimeterLayer_log(0),
fExperimentalHall_phys(0), fCalorimeterLayer_phys(0),
fCalorimeterBlock_phys(0), fTracker_phys(0)