Import Geant4 10.3.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-12-09 12:35:28 +01:00
parent 4ec577e5c4
commit a3452e42ac
3514 changed files with 210500 additions and 89628 deletions
@@ -26,7 +26,7 @@
/// \file hadronic/Hadr01/include/HistoManager.hh
/// \brief Definition of the HistoManager class
//
// $Id: HistoManager.hh 73016 2013-08-15 08:59:51Z gcosmo $
// $Id: HistoManager.hh 100811 2016-11-02 15:05:20Z gcosmo $
//
//---------------------------------------------------------------------------
//
@@ -77,7 +77,7 @@ public:
~HistoManager();
void bookHisto();
void BookHisto();
void BeginOfRun();
void EndOfRun();
@@ -27,7 +27,7 @@
/// \brief Definition of the PhysicsList class
//
//
// $Id: PhysicsList.hh 68803 2013-04-05 13:59:55Z gcosmo $
// $Id: PhysicsList.hh 101216 2016-11-09 13:54:13Z gcosmo $
//
/////////////////////////////////////////////////////////////////////////
//
@@ -62,13 +62,6 @@ public:
virtual void ConstructParticle();
virtual void ConstructProcess();
virtual void SetCuts();
void SetCutForGamma(G4double);
void SetCutForElectron(G4double);
void SetCutForPositron(G4double);
void SetCutForProton(G4double);
void AddPhysicsList(const G4String& name);
void List();
@@ -78,11 +71,6 @@ private:
void SetBuilderList1(G4bool flagHP = false);
void SetBuilderList2();
G4double fCutForGamma;
G4double fCutForElectron;
G4double fCutForPositron;
G4double fCutForProton;
G4VPhysicsConstructor* fEmPhysicsList;
G4VPhysicsConstructor* fParticleList;
std::vector<G4VPhysicsConstructor*> fHadronPhys;
@@ -27,7 +27,7 @@
/// \brief Definition of the PhysicsListMessenger class
//
//
// $Id: PhysicsListMessenger.hh 68803 2013-04-05 13:59:55Z gcosmo $
// $Id: PhysicsListMessenger.hh 99019 2016-08-31 08:27:06Z gcosmo $
//
//
/////////////////////////////////////////////////////////////////////////
@@ -68,11 +68,6 @@ private:
PhysicsList* fPhysicsList;
G4UIcmdWithADoubleAndUnit* fGammaCutCmd;
G4UIcmdWithADoubleAndUnit* fElectCutCmd;
G4UIcmdWithADoubleAndUnit* fPosCutCmd;
G4UIcmdWithADoubleAndUnit* fCutCmd;
G4UIcmdWithADoubleAndUnit* fAllCutCmd;
G4UIcmdWithAString* fPListCmd;
G4UIcmdWithoutParameter* fListCmd;
};
@@ -26,7 +26,7 @@
/// \file hadronic/Hadr01/include/RunAction.hh
/// \brief Definition of the RunAction class
//
// $Id: RunAction.hh 92421 2015-09-01 07:38:57Z gcosmo $
// $Id: RunAction.hh 100811 2016-11-02 15:05:20Z gcosmo $
//
#ifndef RunAction_h
@@ -64,10 +64,10 @@ public: // With description
// In this method histogramms are booked
virtual void EndOfRunAction(const G4Run*);
// In this method bookHisto method is called in which histogramms are filled
// In this method BookHisto method is called in which histogramms are filled
private:
G4Timer* timer;
G4Timer* fTimer;
};
#endif