Import Geant4 8.3.0 source tree
This commit is contained in:
@@ -39,7 +39,7 @@ class G4DataQuestionaire
|
||||
G4DataQuestionaire(G4DataType t1=no, G4DataType t2=no, G4DataType t3=no, G4DataType t4=no)
|
||||
{
|
||||
G4cout << G4endl;
|
||||
G4cout << "<<< Geant4 Physics List engine packaging library: PACK 5.1"<<G4endl;
|
||||
G4cout << "<<< Geant4 Physics List engine packaging library: PACK 5.2"<<G4endl;
|
||||
// G4cout <<G4endl<<G4endl;
|
||||
// G4cout << "##### the input "<<t1<<" "<<t2<<" "<<t3<<" "<<t4<<G4endl;
|
||||
for(G4int i=0; i<4; i++)
|
||||
|
||||
@@ -55,7 +55,33 @@ class G4NeutronHPBuilder : public G4VNeutronBuilder
|
||||
virtual void Build(G4HadronCaptureProcess * aP);
|
||||
virtual void Build(G4NeutronInelasticProcess * aP);
|
||||
|
||||
void SetMinEnergy(G4double aM)
|
||||
{
|
||||
theMin=aM;
|
||||
theIMin = theMin;
|
||||
}
|
||||
void SetMinInelasticEnergy(G4double aM)
|
||||
{
|
||||
theIMin=aM;
|
||||
}
|
||||
void SetMaxEnergy(G4double aM)
|
||||
{
|
||||
theIMax = aM;
|
||||
theMax=aM;
|
||||
}
|
||||
void SetMaxInelasticEnergy(G4double aM)
|
||||
{
|
||||
theIMax = aM;
|
||||
}
|
||||
|
||||
|
||||
private:
|
||||
|
||||
G4double theMin;
|
||||
G4double theIMin;
|
||||
G4double theMax;
|
||||
G4double theIMax;
|
||||
|
||||
G4NeutronHPElastic * theHPElastic;
|
||||
G4NeutronHPElasticData * theHPElasticData;
|
||||
G4NeutronHPInelastic * theHPInelastic;
|
||||
|
||||
@@ -41,11 +41,12 @@
|
||||
#include "G4QGSParticipants.hh"
|
||||
#include "G4QGSMFragmentation.hh"
|
||||
#include "G4ExcitedStringDecay.hh"
|
||||
#include "G4QuasiElasticChannel.hh"
|
||||
|
||||
class G4QGSCEflowNeutronBuilder : public G4VNeutronBuilder
|
||||
{
|
||||
public:
|
||||
G4QGSCEflowNeutronBuilder();
|
||||
G4QGSCEflowNeutronBuilder(G4bool quasiElastic=false);
|
||||
virtual ~G4QGSCEflowNeutronBuilder();
|
||||
|
||||
public:
|
||||
@@ -61,6 +62,7 @@ class G4QGSCEflowNeutronBuilder : public G4VNeutronBuilder
|
||||
G4StringChipsParticleLevelInterface * theCascade;
|
||||
G4TheoFSGenerator * theModel;
|
||||
G4ExcitedStringDecay * theStringDecay;
|
||||
G4QuasiElasticChannel * theQuasiElastic;
|
||||
|
||||
G4NeutronInelasticCrossSection theXSec;
|
||||
G4double theMin;
|
||||
|
||||
@@ -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;
|
||||
|
||||
};
|
||||
|
||||
@@ -41,13 +41,14 @@
|
||||
#include "G4QGSParticipants.hh"
|
||||
#include "G4QGSMFragmentation.hh"
|
||||
#include "G4ExcitedStringDecay.hh"
|
||||
#include "G4QuasiElasticChannel.hh"
|
||||
|
||||
#include "G4ProtonInelasticCrossSection.hh"
|
||||
|
||||
class G4QGSCEflowProtonBuilder : public G4VProtonBuilder
|
||||
{
|
||||
public:
|
||||
G4QGSCEflowProtonBuilder();
|
||||
G4QGSCEflowProtonBuilder(G4bool quasiElastic=false);
|
||||
virtual ~G4QGSCEflowProtonBuilder();
|
||||
|
||||
public:
|
||||
@@ -62,6 +63,8 @@ class G4QGSCEflowProtonBuilder : public G4VProtonBuilder
|
||||
G4StringChipsParticleLevelInterface * theCascade;
|
||||
G4QGSModel< G4QGSParticipants > * theStringModel;
|
||||
G4ExcitedStringDecay * theStringDecay;
|
||||
G4QuasiElasticChannel * theQuasiElastic;
|
||||
|
||||
G4double theMin;
|
||||
|
||||
};
|
||||
|
||||
@@ -41,11 +41,12 @@
|
||||
#include "G4QGSParticipants.hh"
|
||||
#include "G4QGSMFragmentation.hh"
|
||||
#include "G4ExcitedStringDecay.hh"
|
||||
#include "G4QuasiElasticChannel.hh"
|
||||
|
||||
class G4QGSCNeutronBuilder : public G4VNeutronBuilder
|
||||
{
|
||||
public:
|
||||
G4QGSCNeutronBuilder();
|
||||
G4QGSCNeutronBuilder(G4bool quasiElastic=false);
|
||||
virtual ~G4QGSCNeutronBuilder();
|
||||
|
||||
public:
|
||||
@@ -61,6 +62,7 @@ class G4QGSCNeutronBuilder : public G4VNeutronBuilder
|
||||
G4QStringChipsParticleLevelInterface * theCascade;
|
||||
G4TheoFSGenerator * theModel;
|
||||
G4ExcitedStringDecay * theStringDecay;
|
||||
G4QuasiElasticChannel * theQuasiElastic;
|
||||
|
||||
G4NeutronInelasticCrossSection theXSec;
|
||||
G4double theMin;
|
||||
|
||||
@@ -42,11 +42,12 @@
|
||||
#include "G4QGSParticipants.hh"
|
||||
#include "G4QGSMFragmentation.hh"
|
||||
#include "G4ExcitedStringDecay.hh"
|
||||
#include "G4QuasiElasticChannel.hh"
|
||||
|
||||
class G4QGSCPiKBuilder : public G4VPiKBuilder
|
||||
{
|
||||
public:
|
||||
G4QGSCPiKBuilder();
|
||||
G4QGSCPiKBuilder(G4bool quasiElastic=false);
|
||||
virtual ~G4QGSCPiKBuilder();
|
||||
|
||||
public:
|
||||
@@ -68,6 +69,8 @@ class G4QGSCPiKBuilder : public G4VPiKBuilder
|
||||
G4QGSModel< G4QGSParticipants > * theStringModel;
|
||||
G4QGSMFragmentation theFragmentation;
|
||||
G4ExcitedStringDecay * theStringDecay;
|
||||
G4QuasiElasticChannel * theQuasiElastic;
|
||||
|
||||
G4double theMin;
|
||||
|
||||
};
|
||||
|
||||
@@ -41,13 +41,14 @@
|
||||
#include "G4QGSParticipants.hh"
|
||||
#include "G4QGSMFragmentation.hh"
|
||||
#include "G4ExcitedStringDecay.hh"
|
||||
#include "G4QuasiElasticChannel.hh"
|
||||
|
||||
#include "G4ProtonInelasticCrossSection.hh"
|
||||
|
||||
class G4QGSCProtonBuilder : public G4VProtonBuilder
|
||||
{
|
||||
public:
|
||||
G4QGSCProtonBuilder();
|
||||
G4QGSCProtonBuilder(G4bool quasiElastic=false);
|
||||
virtual ~G4QGSCProtonBuilder();
|
||||
|
||||
public:
|
||||
@@ -62,6 +63,8 @@ class G4QGSCProtonBuilder : public G4VProtonBuilder
|
||||
G4QStringChipsParticleLevelInterface * theCascade;
|
||||
G4QGSModel< G4QGSParticipants > * theStringModel;
|
||||
G4ExcitedStringDecay * theStringDecay;
|
||||
G4QuasiElasticChannel * theQuasiElastic;
|
||||
|
||||
G4double theMin;
|
||||
|
||||
};
|
||||
|
||||
@@ -43,11 +43,12 @@
|
||||
#include "G4QGSParticipants.hh"
|
||||
#include "G4QGSMFragmentation.hh"
|
||||
#include "G4ExcitedStringDecay.hh"
|
||||
#include "G4QuasiElasticChannel.hh"
|
||||
|
||||
class G4QGSPNeutronBuilder : public G4VNeutronBuilder
|
||||
{
|
||||
public:
|
||||
G4QGSPNeutronBuilder();
|
||||
G4QGSPNeutronBuilder(G4bool quasiElastic=false);
|
||||
virtual ~G4QGSPNeutronBuilder();
|
||||
|
||||
public:
|
||||
@@ -64,6 +65,7 @@ class G4QGSPNeutronBuilder : public G4VNeutronBuilder
|
||||
G4GeneratorPrecompoundInterface * theCascade;
|
||||
G4QGSModel< G4QGSParticipants > * theStringModel;
|
||||
G4ExcitedStringDecay * theStringDecay;
|
||||
G4QuasiElasticChannel * theQuasiElastic;
|
||||
|
||||
G4NeutronInelasticCrossSection theXSec;
|
||||
G4double theMin;
|
||||
|
||||
@@ -42,13 +42,14 @@
|
||||
#include "G4QGSParticipants.hh"
|
||||
#include "G4QGSMFragmentation.hh"
|
||||
#include "G4ExcitedStringDecay.hh"
|
||||
#include "G4QuasiElasticChannel.hh"
|
||||
|
||||
#include "G4PiNuclearCrossSection.hh"
|
||||
|
||||
class G4QGSPPiKBuilder : public G4VPiKBuilder
|
||||
{
|
||||
public:
|
||||
G4QGSPPiKBuilder();
|
||||
G4QGSPPiKBuilder(G4bool quasiElastic=false);
|
||||
virtual ~G4QGSPPiKBuilder();
|
||||
|
||||
public:
|
||||
@@ -69,6 +70,7 @@ class G4QGSPPiKBuilder : public G4VPiKBuilder
|
||||
G4GeneratorPrecompoundInterface * theCascade;
|
||||
G4QGSModel< G4QGSParticipants > * theStringModel;
|
||||
G4ExcitedStringDecay * theStringDecay;
|
||||
G4QuasiElasticChannel * theQuasiElastic;
|
||||
G4double theMin;
|
||||
|
||||
};
|
||||
|
||||
@@ -43,13 +43,14 @@
|
||||
#include "G4QGSParticipants.hh"
|
||||
#include "G4QGSMFragmentation.hh"
|
||||
#include "G4ExcitedStringDecay.hh"
|
||||
#include "G4QuasiElasticChannel.hh"
|
||||
|
||||
#include "G4ProtonInelasticCrossSection.hh"
|
||||
|
||||
class G4QGSPProtonBuilder : public G4VProtonBuilder
|
||||
{
|
||||
public:
|
||||
G4QGSPProtonBuilder();
|
||||
G4QGSPProtonBuilder(G4bool quasiElastic=false);
|
||||
virtual ~G4QGSPProtonBuilder();
|
||||
|
||||
public:
|
||||
@@ -65,6 +66,7 @@ class G4QGSPProtonBuilder : public G4VProtonBuilder
|
||||
G4GeneratorPrecompoundInterface * theCascade;
|
||||
G4QGSModel< G4QGSParticipants > * theStringModel;
|
||||
G4ExcitedStringDecay * theStringDecay;
|
||||
G4QuasiElasticChannel * theQuasiElastic;
|
||||
G4double theMin;
|
||||
|
||||
};
|
||||
|
||||
@@ -23,8 +23,8 @@
|
||||
// * acceptance of all terms of the Geant4 Software license. *
|
||||
// ********************************************************************
|
||||
//
|
||||
// $Id: G4QStoppingPhysics.hh,v 1.1 2006/10/31 11:35:01 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-08-02 $
|
||||
// $Id: G4QStoppingPhysics.hh,v 1.2 2007/04/26 16:03:18 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-08-03 $
|
||||
//
|
||||
//---------------------------------------------------------------------------
|
||||
//
|
||||
@@ -50,7 +50,8 @@ class G4QStoppingPhysics : public G4VPhysicsConstructor
|
||||
{
|
||||
public:
|
||||
G4QStoppingPhysics(const G4String& name = "stopping",
|
||||
G4int ver = 1);
|
||||
G4int ver = 1,
|
||||
G4bool UseMuonMinusCapture=true);
|
||||
virtual ~G4QStoppingPhysics();
|
||||
|
||||
public:
|
||||
@@ -70,6 +71,7 @@ private:
|
||||
|
||||
G4int verbose;
|
||||
G4bool wasActivated;
|
||||
G4bool useMuonMinusCaptureAtRest;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user