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: GammaRayTelAnalysis.hh,v 1.11 2002/06/18 18:47:14 griccard Exp $
// GEANT4 tag $Name: geant4-04-01 $
// $Id: GammaRayTelAnalysis.hh,v 1.12 2002/11/08 14:18:52 pfeiffer Exp $
// GEANT4 tag $Name: geant4-05-00 $
// ------------------------------------------------------------
// GEANT 4 class header file
// CERN Geneva Switzerland
@@ -52,13 +52,15 @@
class GammaRayTelAnalysisMessenger;
class GammaRayTelDetectorConstruction;
class IAnalysisFactory;
class IHistogramFactory;
class ITree;
class IHistogram1D;
class IHistogram2D;
class ITuple;
class IPlotter;
namespace AIDA {
class IAnalysisFactory;
class IHistogramFactory;
class ITree;
class IHistogram1D;
class IHistogram2D;
class ITuple;
class IPlotter;
}
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
@@ -93,23 +95,23 @@ public:
private:
GammaRayTelAnalysis(int = 0, char** = 0);
void plot1D(IHistogram1D* histo);
void plot2D(IHistogram2D* histo);
void plot1D(AIDA::IHistogram1D* histo);
void plot2D(AIDA::IHistogram2D* histo);
void Plot();
private:
static GammaRayTelAnalysis* instance;
GammaRayTelDetectorConstruction* GammaRayTelDetector;
IAnalysisFactory* analysisFactory;
ITree* tree;
IPlotter* plotter;
ITuple* tuple;
AIDA::IAnalysisFactory* analysisFactory;
AIDA::ITree* tree;
AIDA::IPlotter* plotter;
AIDA::ITuple* tuple;
IHistogram1D* energy;
IHistogram1D* hits;
IHistogram2D* posXZ;
IHistogram2D* posYZ;
AIDA::IHistogram1D* energy;
AIDA::IHistogram1D* hits;
AIDA::IHistogram2D* posXZ;
AIDA::IHistogram2D* posYZ;
G4String histo1DDraw;
G4String histo1DSave;