Import Geant4 1.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 15:34:16 +02:00
parent ca1c8cb059
commit 103bda00c8
2654 changed files with 29719 additions and 20203 deletions
@@ -24,14 +24,16 @@
#include "G4IonAr40.hh"
#include "G4IonFe56.hh"
#include "G4Electron.hh"
#include <iostream.h>
#include "g4std/iostream"
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
class Em6RunMessenger;
#ifndef G4NOHIST
class HepTupleManager;
class HepHistogram;
#endif
class G4Run;
@@ -75,7 +77,9 @@ public: // Without description
void FillNbOfSteps(G4double nstep);
void Fillvertexz(G4double z);
#ifndef G4NOHIST
void SethistName(G4String name) ;
#endif
void SetnbinStep(G4int nbin);
void SetSteplow(G4double Slow);
@@ -119,11 +123,14 @@ public: // Without description
private:
#ifndef G4NOHIST
void bookHisto();
void FillLowEnergyTest();
#endif
private:
#ifndef G4NOHIST
G4String histName ;
HepTupleManager* hbookManager;
HepHistogram *histo1, *histo2, *histo3, *histo4, *histo5 ;
@@ -136,6 +143,7 @@ public: // Without description
HepHistogram *histo61, *histo62, *histo63, *histo64, *histo65;
HepHistogram *histo71, *histo72, *histo73, *histo74, *histo75, *histo76;
HepHistogram *histo81, *histo82, *histo83, *histo84, *histo85, *histo86;
#endif
G4double LowestEnergy,HighestEnergy;
G4int TotBin;
@@ -47,7 +47,9 @@ private:
G4UIdirectory* plotDir;
#ifndef G4NOHIST
G4UIcmdWithAString* sethistNameCmd;
#endif
G4UIcmdWithAnInteger* setnbinStepCmd;
G4UIcmdWithADouble* setSteplowCmd;
@@ -0,0 +1,47 @@
// This code implementation is the intellectual property of
// the GEANT4 collaboration.
//
// By copying, distributing or modifying the Program (or any work
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: Em6SteppingVerbose.hh,v 1.2 1999/12/15 14:49:12 gunter Exp $
// GEANT4 tag $Name: geant4-01-01 $
//
//
//---------------------------------------------------------------
//
// Em6SteppingVerbose.hh
//
// Description:
// This class manages the vervose outputs in G4SteppingManager.
//
//
// Contact:
// Questions and comments to this code should be sent to
// Katsuya Amako (e-mail: Katsuya.Amako@kek.jp)
// Takashi Sasaki (e-mail: Takashi.Sasaki@kek.jp)
//
//---------------------------------------------------------------
class Em6SteppingVerbose;
#ifndef Em6SteppingVerbose_h
#define Em6SteppingVerbose_h 1
#include "G4SteppingVerbose.hh"
class Em6SteppingVerbose : public G4SteppingVerbose {
public:
// Constructor/Destructor
Em6SteppingVerbose();
~Em6SteppingVerbose();
//
void StepInfo();
void TrackingStarted();
//
};
#endif
@@ -5,8 +5,8 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4IonAr40.hh,v 1.2.4.1 1999/12/07 20:47:15 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
// $Id: G4IonAr40.hh,v 1.4 2000/01/19 20:55:11 vnivanch Exp $
// GEANT4 tag $Name: geant4-01-01 $
//
//
// ------------------------------------------------------------
@@ -5,8 +5,8 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4IonC12.hh,v 1.2.4.1 1999/12/07 20:47:15 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
// $Id: G4IonC12.hh,v 1.4 2000/01/19 20:55:11 vnivanch Exp $
// GEANT4 tag $Name: geant4-01-01 $
//
//
// ------------------------------------------------------------
@@ -5,8 +5,8 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4IonFe56.hh,v 1.2.4.1 1999/12/07 20:47:15 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
// $Id: G4IonFe56.hh,v 1.4 2000/01/19 20:55:11 vnivanch Exp $
// GEANT4 tag $Name: geant4-01-01 $
//
//
// ------------------------------------------------------------