Import Geant4 8.3.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 15:07:44 +02:00
parent fe73f43734
commit 75c7fd177d
764 changed files with 45230 additions and 95238 deletions
@@ -42,11 +42,12 @@
#include "G4QGSParticipants.hh"
#include "G4QGSMFragmentation.hh"
#include "G4ExcitedStringDecay.hh"
#include "G4QuasiElasticChannel.hh"
class G4QGSCEflowPiKBuilder : public G4VPiKBuilder
{
public:
G4QGSCEflowPiKBuilder();
G4QGSCEflowPiKBuilder(G4bool quasiElastic=false);
virtual ~G4QGSCEflowPiKBuilder();
public:
@@ -68,6 +69,8 @@ class G4QGSCEflowPiKBuilder : public G4VPiKBuilder
G4QGSModel< G4QGSParticipants > * theStringModel;
G4QGSMFragmentation theFragmentation;
G4ExcitedStringDecay * theStringDecay;
G4QuasiElasticChannel * theQuasiElastic;
G4double theMin;
};