Import Geant4 10.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-10 12:08:39 +02:00
parent 286caacf06
commit c9b32a6c0a
5770 changed files with 1050949 additions and 367105 deletions
@@ -23,7 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: B1RunAction.hh 69587 2013-05-08 14:26:03Z gcosmo $
// $Id: B1RunAction.hh 80449 2014-04-22 08:35:50Z gcosmo $
//
/// \file B1RunAction.hh
/// \brief Definition of the B1RunAction class
@@ -35,6 +35,7 @@
#include "globals.hh"
class G4Run;
class G4LogicalVolume;
/// Run action class
///
@@ -48,6 +49,7 @@ class B1RunAction : public G4UserRunAction
B1RunAction();
virtual ~B1RunAction();
virtual G4Run* GenerateRun();
virtual void BeginOfRunAction(const G4Run*);
virtual void EndOfRunAction(const G4Run*);
};