Import Geant4 9.4.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 16:25:56 +02:00
parent 74cad5e589
commit 89a9605df1
4440 changed files with 379508 additions and 189225 deletions
@@ -32,6 +32,7 @@
// History:
// -----------
// 16 Jan 2002 Alex Howard Created
// 22 Oct 2009 Luciano Pandola Added TreeFactory, removed ntuple4
//
// -------------------------------------------------------------------
@@ -77,6 +78,7 @@
namespace AIDA {
class IAnalysisFactory;
class ITree;
class ITreeFactory;
class IHistogramFactory;
class ITupleFactory;
class ITuple;
@@ -173,13 +175,14 @@ private:
G4bool interactive;
AIDA::IAnalysisFactory *af;
AIDA::ITreeFactory *tf;
AIDA::ITree *tree;
AIDA::IHistogramFactory *hf;
AIDA::ITupleFactory *tpf;
AIDA::ITuple *ntuple1;
AIDA::ITuple *ntuple2;
AIDA::ITuple *ntuple3;
AIDA::ITuple *ntuple4;
AIDA::IHistogram1D* hEsourcep;
AIDA::IHistogram1D* hEdepp;