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
+4 -4
View File
@@ -23,7 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: B1RunAction.hh 93886 2015-11-03 08:28:26Z gcosmo $
// $Id: B1RunAction.hh 99560 2016-09-27 07:03:29Z gcosmo $
//
/// \file B1RunAction.hh
/// \brief Definition of the B1RunAction class
@@ -32,7 +32,7 @@
#define B1RunAction_h 1
#include "G4UserRunAction.hh"
#include "G4Parameter.hh"
#include "G4Accumulable.hh"
#include "globals.hh"
class G4Run;
@@ -56,8 +56,8 @@ class B1RunAction : public G4UserRunAction
void AddEdep (G4double edep);
private:
G4Parameter<G4double> fEdep;
G4Parameter<G4double> fEdep2;
G4Accumulable<G4double> fEdep;
G4Accumulable<G4double> fEdep2;
};
#endif