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: Em1RunAction.hh,v 1.9 2002/05/31 17:10:35 maire Exp $
// GEANT4 tag $Name: geant4-04-01 $
// $Id: Em1RunAction.hh,v 1.10 2002/12/11 14:19:22 maire Exp $
// GEANT4 tag $Name: geant4-05-00 $
//
//
@@ -41,8 +41,10 @@
class G4Run;
#ifndef G4NOHIST
namespace AIDA {
class ITree;
class IHistogram1D;
}
#endif
class Em1RunAction : public G4UserRunAction
@@ -62,7 +64,7 @@ class Em1RunAction : public G4UserRunAction
void CountProcesses(G4String);
#ifndef G4NOHIST
IHistogram1D* GetHisto(G4int id) {return histo[id];}
AIDA::IHistogram1D* GetHisto(G4int id) {return histo[id];}
#endif
private:
@@ -75,8 +77,8 @@ class Em1RunAction : public G4UserRunAction
ProcessesCount* ProcCounter;
#ifndef G4NOHIST
ITree* tree;
IHistogram1D* histo[3];
AIDA::ITree* tree;
AIDA::IHistogram1D* histo[3];
#endif
};