Import Geant4 5.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 16:57:27 +02:00
parent 330b82b769
commit 37fff30d2e
5733 changed files with 263867 additions and 74574 deletions
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: Em5RunAction.hh,v 1.10 2002/06/06 17:23:22 maire Exp $
// GEANT4 tag $Name: geant4-04-01 $
// $Id: Em5RunAction.hh,v 1.11 2002/12/12 13:26:51 maire Exp $
// GEANT4 tag $Name: geant4-05-00 $
//
//
@@ -42,8 +42,10 @@ class Em5RunMessenger;
class G4Run;
#ifndef G4NOHIST
namespace AIDA {
class ITree;
class IHistogram1D;
}
#endif
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
@@ -113,7 +115,7 @@ class Em5RunAction : public G4UserRunAction
G4double GetdTh() { return dTh;};
G4double GetdThback() { return dThback;};
#ifndef G4NOHIST
IHistogram1D* GetHisto(G4int id) {return histo[id];}
AIDA::IHistogram1D* GetHisto(G4int id) {return histo[id];}
#endif
private:
@@ -125,8 +127,8 @@ class Em5RunAction : public G4UserRunAction
G4String histName;
#ifndef G4NOHIST
ITree* tree;
IHistogram1D* histo[10];
AIDA::ITree* tree;
AIDA::IHistogram1D* histo[10];
#endif
G4double EnergySumAbs,EnergySquareSumAbs;