Import Geant4 10.7.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2020-06-26 10:23:25 +02:00
parent c02c370437
commit 67ba86d073
1871 changed files with 174422 additions and 131884 deletions
@@ -39,13 +39,8 @@
#include "globals.hh"
#include "G4VHadronModelBuilder.hh"
#include "G4QGSModel.hh"
#include "G4QGSParticipants.hh"
class G4ExcitedStringDecay;
class G4QuasiElasticChannel;
class G4PreCompoundModel;
class G4QGSMFragmentation;
class G4QGSBuilder : public G4VHadronModelBuilder
{
@@ -67,16 +62,7 @@ private:
G4QGSBuilder(G4QGSBuilder &);
G4QGSBuilder & operator=(const G4QGSBuilder &right);
G4QGSModel< G4QGSParticipants > * theQGStringModel;
G4ExcitedStringDecay* theQGStringDecay;
G4QuasiElasticChannel* theQuasiElastic;
G4PreCompoundModel* thePreCompound;
G4QGSMFragmentation* theQGSM;
G4bool quasielFlag;
};
#endif