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
@@ -22,7 +22,7 @@
//
//
// $Id: DetectorConstruction.hh,v 1.1 2002/05/23 13:30:16 maire Exp $
// GEANT4 tag $Name: geant4-04-01 $
// GEANT4 tag $Name: geant4-05-00 $
//
//
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: DetectorMessenger.hh,v 1.1 2002/05/23 13:30:17 maire Exp $
// GEANT4 tag $Name: geant4-04-01 $
// $Id: DetectorMessenger.hh,v 1.2 2002/12/12 12:48:16 maire Exp $
// GEANT4 tag $Name: geant4-05-00 $
//
//
@@ -56,7 +56,7 @@ class DetectorMessenger: public G4UImessenger
DetectorConstruction* Detector;
G4UIdirectory* detDir;
G4UIdirectory* testemDir;
G4UIcmdWithAString* MaterCmd;
G4UIcmdWithADoubleAndUnit* SizeCmd;
G4UIcmdWithADoubleAndUnit* MagFieldCmd;
@@ -22,7 +22,7 @@
//
//
// $Id: EventAction.hh,v 1.1 2002/05/23 13:30:28 maire Exp $
// GEANT4 tag $Name: geant4-04-01 $
// GEANT4 tag $Name: geant4-05-00 $
//
//
@@ -22,7 +22,7 @@
//
//
// $Id: EventActionMessenger.hh,v 1.1 2002/05/23 13:30:29 maire Exp $
// GEANT4 tag $Name: geant4-04-01 $
// GEANT4 tag $Name: geant4-05-00 $
//
//
@@ -22,7 +22,7 @@
//
//
// $Id: PhysicsList.hh,v 1.1 2002/05/23 13:30:30 maire Exp $
// GEANT4 tag $Name: geant4-04-01 $
// GEANT4 tag $Name: geant4-05-00 $
//
//
@@ -22,7 +22,7 @@
//
//
// $Id: PhysicsListMessenger.hh,v 1.1 2002/05/23 13:30:30 maire Exp $
// GEANT4 tag $Name: geant4-04-01 $
// GEANT4 tag $Name: geant4-05-00 $
//
//
@@ -22,7 +22,7 @@
//
//
// $Id: PrimaryGeneratorAction.hh,v 1.1 2002/05/23 13:30:31 maire Exp $
// GEANT4 tag $Name: geant4-04-01 $
// GEANT4 tag $Name: geant4-05-00 $
//
//
@@ -22,7 +22,7 @@
//
//
// $Id: PrimaryGeneratorMessenger.hh,v 1.1 2002/05/23 13:30:32 maire Exp $
// GEANT4 tag $Name: geant4-04-01 $
// GEANT4 tag $Name: geant4-05-00 $
//
//
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: RunAction.hh,v 1.3 2002/06/05 14:49:54 maire Exp $
// GEANT4 tag $Name: geant4-04-01 $
// $Id: RunAction.hh,v 1.4 2002/12/12 12:48:16 maire Exp $
// GEANT4 tag $Name: geant4-05-00 $
//
//
@@ -40,8 +40,10 @@
class G4Run;
#ifndef G4NOHIST
namespace AIDA {
class ITree;
class IHistogram1D;
}
#endif
class RunAction : public G4UserRunAction
@@ -56,7 +58,7 @@ class RunAction : public G4UserRunAction
#ifndef G4NOHIST
IHistogram1D* GetHisto(G4int id) {return histo[id];}
AIDA::IHistogram1D* GetHisto(G4int id) {return histo[id];}
#endif
private:
@@ -65,8 +67,8 @@ class RunAction : public G4UserRunAction
#ifndef G4NOHIST
private:
ITree* tree;
IHistogram1D* histo[6];
AIDA::ITree* tree;
AIDA::IHistogram1D* histo[6];
#endif
};
@@ -22,7 +22,7 @@
//
//
// $Id: SteppingAction.hh,v 1.1 2002/05/23 13:30:33 maire Exp $
// GEANT4 tag $Name: geant4-04-01 $
// GEANT4 tag $Name: geant4-05-00 $
//
//
@@ -22,7 +22,7 @@
//
//
// $Id: SteppingVerbose.hh,v 1.1 2002/05/23 13:30:34 maire Exp $
// GEANT4 tag $Name: geant4-04-01 $
// GEANT4 tag $Name: geant4-05-00 $
//
// This class manages the verbose outputs in G4SteppingManager.
// It inherits from G4SteppingVerbose.
@@ -22,7 +22,7 @@
//
//
// $Id: VisManager.hh,v 1.1 2002/05/23 13:30:35 maire Exp $
// GEANT4 tag $Name: geant4-04-01 $
// GEANT4 tag $Name: geant4-05-00 $
//
//