Import Geant4 8.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 14:36:02 +02:00
parent d93e1e39a9
commit 8a51e0bc40
5471 changed files with 99628 additions and 55248 deletions
@@ -36,7 +36,6 @@
#include "G4UserEventAction.hh"
#include "globals.hh"
#include "G4ios.hh"
#include <strstream>
class LISAPrimaryGeneratorAction;
class LISASteppingAction;
@@ -215,7 +215,7 @@ class LISAPhysicsList: public G4VUserPhysicsList {
G4GammaNuclearReaction* theGammaReaction;
G4TheoFSGenerator* theHEModel_PN;
G4StringChipsParticleLevelInterface* theCascade_PN;
G4QGSModel<G4GammaParticipants> theStringModel_PN;
G4QGSModel<G4GammaParticipants>* theStringModel_PN;
G4QGSMFragmentation theFragmentation_PN;
G4ExcitedStringDecay* theStringDecay_PN;
// ElectronNuclear
@@ -36,7 +36,6 @@
#include "G4UImessenger.hh"
#include "G4UIcommand.hh"
#include "G4UIcmdWithABool.hh"
#include <strstream>
#include "globals.hh"
class LISARunAction;