Import Geant4 4.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 16:39:52 +02:00
parent 921d3b1cda
commit 330b82b769
4524 changed files with 178689 additions and 43575 deletions
@@ -22,7 +22,7 @@
//
//
// $Id: Em3CalorHit.hh,v 1.4 2001/10/22 10:58:46 maire Exp $
// GEANT4 tag $Name: geant4-04-00 $
// GEANT4 tag $Name: geant4-04-01 $
//
//
@@ -22,7 +22,7 @@
//
//
// $Id: Em3CalorimeterSD.hh,v 1.4 2001/10/22 10:58:47 maire Exp $
// GEANT4 tag $Name: geant4-04-00 $
// GEANT4 tag $Name: geant4-04-01 $
//
//
@@ -22,7 +22,7 @@
//
//
// $Id: Em3DetectorConstruction.hh,v 1.5 2001/10/22 10:58:47 maire Exp $
// GEANT4 tag $Name: geant4-04-00 $
// GEANT4 tag $Name: geant4-04-01 $
//
//
@@ -22,7 +22,7 @@
//
//
// $Id: Em3DetectorMessenger.hh,v 1.5 2001/10/22 10:58:48 maire Exp $
// GEANT4 tag $Name: geant4-04-00 $
// GEANT4 tag $Name: geant4-04-01 $
//
//
@@ -22,7 +22,7 @@
//
//
// $Id: Em3EventAction.hh,v 1.5 2001/10/22 10:58:48 maire Exp $
// GEANT4 tag $Name: geant4-04-00 $
// GEANT4 tag $Name: geant4-04-01 $
//
//
@@ -22,7 +22,7 @@
//
//
// $Id: Em3EventActionMessenger.hh,v 1.4 2001/10/22 10:58:48 maire Exp $
// GEANT4 tag $Name: geant4-04-00 $
// GEANT4 tag $Name: geant4-04-01 $
//
//
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: Em3PhysicsList.hh,v 1.5 2001/10/22 10:58:49 maire Exp $
// GEANT4 tag $Name: geant4-04-00 $
// $Id: Em3PhysicsList.hh,v 1.6 2002/02/14 14:20:46 maire Exp $
// GEANT4 tag $Name: geant4-04-01 $
//
//
@@ -51,7 +51,8 @@ class Em3PhysicsList: public G4VUserPhysicsList
void ConstructBosons();
void ConstructLeptons();
void ConstructMesons();
void ConstructBarions();
void ConstructBarions();
void ConstructIons();
public:
void SetCuts();
@@ -22,7 +22,7 @@
//
//
// $Id: Em3PhysicsListMessenger.hh,v 1.3 2001/10/22 10:58:49 maire Exp $
// GEANT4 tag $Name: geant4-04-00 $
// GEANT4 tag $Name: geant4-04-01 $
//
//
@@ -22,7 +22,7 @@
//
//
// $Id: Em3PrimaryGeneratorAction.hh,v 1.6 2001/10/22 10:58:50 maire Exp $
// GEANT4 tag $Name: geant4-04-00 $
// GEANT4 tag $Name: geant4-04-01 $
//
//
@@ -22,7 +22,7 @@
//
//
// $Id: Em3PrimaryGeneratorMessenger.hh,v 1.5 2001/10/22 10:58:50 maire Exp $
// GEANT4 tag $Name: geant4-04-00 $
// GEANT4 tag $Name: geant4-04-01 $
//
//
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: Em3RunAction.hh,v 1.9 2001/11/28 17:54:46 maire Exp $
// GEANT4 tag $Name: geant4-04-00 $
// $Id: Em3RunAction.hh,v 1.10 2002/06/05 12:13:04 maire Exp $
// GEANT4 tag $Name: geant4-04-01 $
//
//
@@ -43,8 +43,9 @@ class G4Run;
class Em3RunActionMessenger;
#ifndef G4NOHIST
class HepTupleManager;
class HepHistogram;
class ITree;
class IHistogramFactory;
class IHistogram1D;
#endif
class Em3RunAction : public G4UserRunAction
@@ -60,7 +61,7 @@ class Em3RunAction : public G4UserRunAction
void fillPerEvent(G4int,G4double,G4double);
#ifndef G4NOHIST
HepHistogram* GetHisto(G4int id) {return histo[id];}
IHistogram1D* GetHisto(G4int id) {return histo[id];}
#endif
void SetHisto (G4int id, G4int nbins, G4double vmin, G4double vmax);
@@ -79,8 +80,9 @@ class Em3RunAction : public G4UserRunAction
Em3RunActionMessenger* runMessenger;
#ifndef G4NOHIST
HepTupleManager* hbookManager;
HepHistogram* histo[MaxAbsor];
ITree* tree;
IHistogramFactory* hf;
IHistogram1D* histo[MaxAbsor];
#endif
};
@@ -22,7 +22,7 @@
//
//
// $Id: Em3RunActionMessenger.hh,v 1.7 2001/11/28 17:54:46 maire Exp $
// GEANT4 tag $Name: geant4-04-00 $
// GEANT4 tag $Name: geant4-04-01 $
//
//
@@ -22,7 +22,7 @@
//
//
// $Id: Em3SteppingAction.hh,v 1.5 2001/10/22 10:58:51 maire Exp $
// GEANT4 tag $Name: geant4-04-00 $
// GEANT4 tag $Name: geant4-04-01 $
//
//
@@ -22,7 +22,7 @@
//
//
// $Id: Em3SteppingVerbose.hh,v 1.7 2001/10/22 10:58:52 maire Exp $
// GEANT4 tag $Name: geant4-04-00 $
// GEANT4 tag $Name: geant4-04-01 $
//
// This class manages the verbose outputs in G4SteppingManager.
// It inherits from G4SteppingVerbose.
@@ -22,7 +22,7 @@
//
//
// $Id: Em3VisManager.hh,v 1.4 2001/10/22 10:58:53 maire Exp $
// GEANT4 tag $Name: geant4-04-00 $
// GEANT4 tag $Name: geant4-04-01 $
//
//