Import Geant4 9.6.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 17:01:34 +02:00
parent b1eb5424d2
commit e2d2f9810a
10384 changed files with 698580 additions and 628834 deletions
@@ -23,26 +23,8 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
//
// **********************************************************************
// * *
// * GEANT 4 tutorial 1 *
// * *
// * MODULE: A01AnalysisManager.cc *
// * ------- *
// * *
// * Version: 0.1 *
// * Date: January 28 2002 *
// * Author: T.Johnson *
// * Organisation: SLAC *
// * *
// **********************************************************************
//
// CHANGE HISTORY
// --------------
//
//
// **********************************************************************
/// \file analysis/A01/include/A01AnalysisManager.hh
/// \brief Definition of the A01AnalysisManager class
#ifndef A01AnalysisManager_h
#define A01AnalysisManager_h 1
@@ -73,15 +55,14 @@ public:
IPlotter* getPlotter();
private:
A01AnalysisManager();
static A01AnalysisManager* instance;
static A01AnalysisManager* fInstance;
IAnalysisFactory* analysisFactory;
IHistogramFactory* hFactory;
IAnalysisFactory* fAnalysisFactory;
IHistogramFactory* fFactory;
ITupleFactory* tFactory;
IPlotter* plotter;
ITree* tree;
IPlotter* fPlotter;
ITree* fTree;
};
#endif