Import Geant4 9.1.0 source tree
This commit is contained in:
@@ -43,13 +43,15 @@
|
||||
#include "G4QGSMFragmentation.hh"
|
||||
#include "G4ExcitedStringDecay.hh"
|
||||
#include "G4QuasiElasticChannel.hh"
|
||||
#include "G4ProjectileDiffractiveChannel.hh"
|
||||
|
||||
#include "G4PiNuclearCrossSection.hh"
|
||||
|
||||
class G4QGSPPiKBuilder : public G4VPiKBuilder
|
||||
{
|
||||
public:
|
||||
G4QGSPPiKBuilder(G4bool quasiElastic=false);
|
||||
G4QGSPPiKBuilder(G4bool quasiElastic=false,
|
||||
G4bool projectileDiffraction=false);
|
||||
virtual ~G4QGSPPiKBuilder();
|
||||
|
||||
public:
|
||||
@@ -71,6 +73,7 @@ class G4QGSPPiKBuilder : public G4VPiKBuilder
|
||||
G4QGSModel< G4QGSParticipants > * theStringModel;
|
||||
G4ExcitedStringDecay * theStringDecay;
|
||||
G4QuasiElasticChannel * theQuasiElastic;
|
||||
G4ProjectileDiffractiveChannel * theProjectileDiffraction;
|
||||
G4double theMin;
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user