Import Geant4 3.0.0 source tree
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4LCapture.hh,v 1.4 1999/12/15 14:53:04 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-02-00 $
|
||||
// $Id: G4LCapture.hh,v 1.5 2000/12/14 09:12:43 hpw Exp $
|
||||
// GEANT4 tag $Name: geant4-03-00 $
|
||||
//
|
||||
//
|
||||
// G4 Low energy model: neutron capture -- header file
|
||||
@@ -18,6 +18,13 @@
|
||||
// most of the code comes from the old Low-energy Capture class
|
||||
//
|
||||
|
||||
// Class Description
|
||||
// Final state production model for capture of neutral hadrons in nuclei;
|
||||
// To be used in your physics list in case you need this physics.
|
||||
// In this case you want to register an object of this class with
|
||||
// the corresponding process.
|
||||
// Class Description - End
|
||||
|
||||
|
||||
#ifndef G4LCapture_h
|
||||
#define G4LCapture_h 1
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4LEAlphaInelastic.hh,v 1.2 1999/12/15 14:53:05 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-02-00 $
|
||||
// $Id: G4LEAlphaInelastic.hh,v 1.3 2000/12/14 09:12:43 hpw Exp $
|
||||
// GEANT4 tag $Name: geant4-03-00 $
|
||||
//
|
||||
// Hadronic Process: Low Energy Alpha Inelastic Process
|
||||
// J.L. Chuma, TRIUMF, 21-Feb-1997
|
||||
@@ -15,6 +15,13 @@
|
||||
#ifndef G4LEAlphaInelastic_h
|
||||
#define G4LEAlphaInelastic_h 1
|
||||
|
||||
// Class Description
|
||||
// Final state production model for Alpha inelastic scattering below 20 GeV;
|
||||
// To be used in your physics list in case you need this physics.
|
||||
// In this case you want to register an object of this class with
|
||||
// the corresponding process.
|
||||
// Class Description - End
|
||||
|
||||
#include "G4InelasticInteraction.hh"
|
||||
|
||||
class G4LEAlphaInelastic : public G4InelasticInteraction
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4LEAntiLambdaInelastic.hh,v 1.2 1999/12/15 14:53:05 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-02-00 $
|
||||
// $Id: G4LEAntiLambdaInelastic.hh,v 1.3 2000/12/14 09:12:43 hpw Exp $
|
||||
// GEANT4 tag $Name: geant4-03-00 $
|
||||
//
|
||||
// Hadronic Process: Low Energy AntiLambda Inelastic Process
|
||||
// J.L. Chuma, TRIUMF, 19-Feb-1997
|
||||
@@ -15,6 +15,13 @@
|
||||
#ifndef G4LEAntiLambdaInelastic_h
|
||||
#define G4LEAntiLambdaInelastic_h 1
|
||||
|
||||
// Class Description
|
||||
// Final state production model for AntiLambda inelastic scattering below 20 GeV;
|
||||
// To be used in your physics list in case you need this physics.
|
||||
// In this case you want to register an object of this class with
|
||||
// the corresponding process.
|
||||
// Class Description - End
|
||||
|
||||
#include "G4InelasticInteraction.hh"
|
||||
|
||||
class G4LEAntiLambdaInelastic : public G4InelasticInteraction
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4LEAntiNeutronInelastic.hh,v 1.2 1999/12/15 14:53:05 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-02-00 $
|
||||
// $Id: G4LEAntiNeutronInelastic.hh,v 1.3 2000/12/14 09:12:43 hpw Exp $
|
||||
// GEANT4 tag $Name: geant4-03-00 $
|
||||
//
|
||||
// Hadronic Process: Low Energy AntiNeutron Inelastic Process
|
||||
// J.L. Chuma, TRIUMF, 19-Feb-1997
|
||||
@@ -15,6 +15,13 @@
|
||||
#ifndef G4LEAntiNeutronInelastic_h
|
||||
#define G4LEAntiNeutronInelastic_h 1
|
||||
|
||||
// Class Description
|
||||
// Final state production model for AntiNeutron inelastic scattering below 20 GeV;
|
||||
// To be used in your physics list in case you need this physics.
|
||||
// In this case you want to register an object of this class with
|
||||
// the corresponding process.
|
||||
// Class Description - End
|
||||
|
||||
#include "G4InelasticInteraction.hh"
|
||||
|
||||
class G4LEAntiNeutronInelastic : public G4InelasticInteraction
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4LEAntiOmegaMinusInelastic.hh,v 1.2 1999/12/15 14:53:05 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-02-00 $
|
||||
// $Id: G4LEAntiOmegaMinusInelastic.hh,v 1.3 2000/12/14 09:12:43 hpw Exp $
|
||||
// GEANT4 tag $Name: geant4-03-00 $
|
||||
//
|
||||
// Hadronic Process: Low Energy AntiOmegaMinus Inelastic Process
|
||||
// J.L. Chuma, TRIUMF, 19-Feb-1997
|
||||
@@ -15,6 +15,13 @@
|
||||
#ifndef G4LEAntiOmegaMinusInelastic_h
|
||||
#define G4LEAntiOmegaMinusInelastic_h 1
|
||||
|
||||
// Class Description
|
||||
// Final state production model for AntiOmegaMinus inelastic scattering below 20 GeV;
|
||||
// To be used in your physics list in case you need this physics.
|
||||
// In this case you want to register an object of this class with
|
||||
// the corresponding process.
|
||||
// Class Description - End
|
||||
|
||||
#include "G4InelasticInteraction.hh"
|
||||
|
||||
class G4LEAntiOmegaMinusInelastic : public G4InelasticInteraction
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4LEAntiProtonInelastic.hh,v 1.2 1999/12/15 14:53:05 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-02-00 $
|
||||
// $Id: G4LEAntiProtonInelastic.hh,v 1.3 2000/12/14 09:12:43 hpw Exp $
|
||||
// GEANT4 tag $Name: geant4-03-00 $
|
||||
//
|
||||
// Hadronic Process: Low Energy AntiProton Inelastic Process
|
||||
// J.L. Chuma, TRIUMF, 19-Feb-1997
|
||||
@@ -15,6 +15,13 @@
|
||||
#ifndef G4LEAntiProtonInelastic_h
|
||||
#define G4LEAntiProtonInelastic_h 1
|
||||
|
||||
// Class Description
|
||||
// Final state production model for AntiProton inelastic scattering below 20 GeV;
|
||||
// To be used in your physics list in case you need this physics.
|
||||
// In this case you want to register an object of this class with
|
||||
// the corresponding process.
|
||||
// Class Description - End
|
||||
|
||||
#include "G4InelasticInteraction.hh"
|
||||
|
||||
class G4LEAntiProtonInelastic : public G4InelasticInteraction
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4LEAntiSigmaMinusInelastic.hh,v 1.2 1999/12/15 14:53:05 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-02-00 $
|
||||
// $Id: G4LEAntiSigmaMinusInelastic.hh,v 1.3 2000/12/14 09:12:43 hpw Exp $
|
||||
// GEANT4 tag $Name: geant4-03-00 $
|
||||
//
|
||||
// Hadronic Process: Low Energy AntiSigmaMinus Inelastic Process
|
||||
// J.L. Chuma, TRIUMF, 19-Feb-1997
|
||||
@@ -15,6 +15,13 @@
|
||||
#ifndef G4LEAntiSigmaMinusInelastic_h
|
||||
#define G4LEAntiSigmaMinusInelastic_h 1
|
||||
|
||||
// Class Description
|
||||
// Final state production model for AntiSigmaMinus inelastic scattering below 20 GeV;
|
||||
// To be used in your physics list in case you need this physics.
|
||||
// In this case you want to register an object of this class with
|
||||
// the corresponding process.
|
||||
// Class Description - End
|
||||
|
||||
#include "G4InelasticInteraction.hh"
|
||||
|
||||
class G4LEAntiSigmaMinusInelastic : public G4InelasticInteraction
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4LEAntiSigmaPlusInelastic.hh,v 1.2 1999/12/15 14:53:05 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-02-00 $
|
||||
// $Id: G4LEAntiSigmaPlusInelastic.hh,v 1.3 2000/12/14 09:12:43 hpw Exp $
|
||||
// GEANT4 tag $Name: geant4-03-00 $
|
||||
//
|
||||
// Hadronic Process: Low Energy AntiSigmaPlus Inelastic Process
|
||||
// J.L. Chuma, TRIUMF, 19-Feb-1997
|
||||
@@ -15,6 +15,13 @@
|
||||
#ifndef G4LEAntiSigmaPlusInelastic_h
|
||||
#define G4LEAntiSigmaPlusInelastic_h 1
|
||||
|
||||
// Class Description
|
||||
// Final state production model for AntiSigmaPlus inelastic scattering below 20 GeV;
|
||||
// To be used in your physics list in case you need this physics.
|
||||
// In this case you want to register an object of this class with
|
||||
// the corresponding process.
|
||||
// Class Description - End
|
||||
|
||||
#include "G4InelasticInteraction.hh"
|
||||
|
||||
class G4LEAntiSigmaPlusInelastic : public G4InelasticInteraction
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4LEAntiXiMinusInelastic.hh,v 1.2 1999/12/15 14:53:05 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-02-00 $
|
||||
// $Id: G4LEAntiXiMinusInelastic.hh,v 1.3 2000/12/14 09:12:43 hpw Exp $
|
||||
// GEANT4 tag $Name: geant4-03-00 $
|
||||
//
|
||||
// Hadronic Process: Low Energy AntiXiMinus Inelastic Process
|
||||
// J.L. Chuma, TRIUMF, 19-Feb-1997
|
||||
@@ -15,6 +15,13 @@
|
||||
#ifndef G4LEAntiXiMinusInelastic_h
|
||||
#define G4LEAntiXiMinusInelastic_h 1
|
||||
|
||||
// Class Description
|
||||
// Final state production model for AntiXiMinus inelastic scattering below 20 GeV;
|
||||
// To be used in your physics list in case you need this physics.
|
||||
// In this case you want to register an object of this class with
|
||||
// the corresponding process.
|
||||
// Class Description - End
|
||||
|
||||
#include "G4InelasticInteraction.hh"
|
||||
|
||||
class G4LEAntiXiMinusInelastic : public G4InelasticInteraction
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4LEAntiXiZeroInelastic.hh,v 1.2 1999/12/15 14:53:05 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-02-00 $
|
||||
// $Id: G4LEAntiXiZeroInelastic.hh,v 1.3 2000/12/14 09:12:43 hpw Exp $
|
||||
// GEANT4 tag $Name: geant4-03-00 $
|
||||
//
|
||||
// Hadronic Process: Low Energy AntiXiZero Inelastic Process
|
||||
// J.L. Chuma, TRIUMF, 19-Feb-1997
|
||||
@@ -15,6 +15,13 @@
|
||||
#ifndef G4LEAntiXiZeroInelastic_h
|
||||
#define G4LEAntiXiZeroInelastic_h 1
|
||||
|
||||
// Class Description
|
||||
// Final state production model for AntiXiZero inelastic scattering below 100 MeV;
|
||||
// To be used in your physics list in case you need this physics.
|
||||
// In this case you want to register an object of this class with
|
||||
// the corresponding process.
|
||||
// Class Description - End
|
||||
|
||||
#include "G4InelasticInteraction.hh"
|
||||
|
||||
class G4LEAntiXiZeroInelastic : public G4InelasticInteraction
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4LEDeuteronInelastic.hh,v 1.2 1999/12/15 14:53:05 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-02-00 $
|
||||
// $Id: G4LEDeuteronInelastic.hh,v 1.3 2000/12/14 09:12:43 hpw Exp $
|
||||
// GEANT4 tag $Name: geant4-03-00 $
|
||||
//
|
||||
// Hadronic Process: Low Energy Deuteron Inelastic Process
|
||||
// J.L. Chuma, TRIUMF, 25-Feb-1997
|
||||
@@ -15,6 +15,13 @@
|
||||
#ifndef G4LEDeuteronInelastic_h
|
||||
#define G4LEDeuteronInelastic_h 1
|
||||
|
||||
// Class Description
|
||||
// Final state production model for Deuteron inelastic scattering below 100 MeV;
|
||||
// To be used in your physics list in case you need this physics.
|
||||
// In this case you want to register an object of this class with
|
||||
// the corresponding process.
|
||||
// Class Description - End
|
||||
|
||||
#include "G4InelasticInteraction.hh"
|
||||
|
||||
class G4LEDeuteronInelastic : public G4InelasticInteraction
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4LEKaonMinusInelastic.hh,v 1.2 1999/12/15 14:53:05 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-02-00 $
|
||||
// $Id: G4LEKaonMinusInelastic.hh,v 1.3 2000/12/14 09:12:43 hpw Exp $
|
||||
// GEANT4 tag $Name: geant4-03-00 $
|
||||
//
|
||||
// Hadronic Process: Low Energy KaonMinus Inelastic Process
|
||||
// J.L. Chuma, TRIUMF, 12-Feb-1997
|
||||
@@ -15,6 +15,13 @@
|
||||
#ifndef G4LEKaonMinusInelastic_h
|
||||
#define G4LEKaonMinusInelastic_h 1
|
||||
|
||||
// Class Description
|
||||
// Final state production model for KaonMinus inelastic scattering below 20 GeV;
|
||||
// To be used in your physics list in case you need this physics.
|
||||
// In this case you want to register an object of this class with
|
||||
// the corresponding process.
|
||||
// Class Description - End
|
||||
|
||||
#include "G4InelasticInteraction.hh"
|
||||
|
||||
class G4LEKaonMinusInelastic : public G4InelasticInteraction
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4LEKaonPlusInelastic.hh,v 1.2 1999/12/15 14:53:05 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-02-00 $
|
||||
// $Id: G4LEKaonPlusInelastic.hh,v 1.3 2000/12/14 09:12:43 hpw Exp $
|
||||
// GEANT4 tag $Name: geant4-03-00 $
|
||||
//
|
||||
// Hadronic Process: Low Energy KaonPlus Inelastic Process
|
||||
// J.L. Chuma, TRIUMF, 12-Feb-1997
|
||||
@@ -15,6 +15,13 @@
|
||||
#ifndef G4LEKaonPlusInelastic_h
|
||||
#define G4LEKaonPlusInelastic_h 1
|
||||
|
||||
// Class Description
|
||||
// Final state production model for KaonPlus inelastic scattering below 20 GeV;
|
||||
// To be used in your physics list in case you need this physics.
|
||||
// In this case you want to register an object of this class with
|
||||
// the corresponding process.
|
||||
// Class Description - End
|
||||
|
||||
#include "G4InelasticInteraction.hh"
|
||||
|
||||
class G4LEKaonPlusInelastic : public G4InelasticInteraction
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4LEKaonZeroLInelastic.hh,v 1.2 1999/12/15 14:53:05 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-02-00 $
|
||||
// $Id: G4LEKaonZeroLInelastic.hh,v 1.3 2000/12/14 09:12:43 hpw Exp $
|
||||
// GEANT4 tag $Name: geant4-03-00 $
|
||||
//
|
||||
// Hadronic Process: Low Energy KaonZeroL Inelastic Process
|
||||
// J.L. Chuma, TRIUMF, 12-Feb-1997
|
||||
@@ -15,6 +15,13 @@
|
||||
#ifndef G4LEKaonZeroLInelastic_h
|
||||
#define G4LEKaonZeroLInelastic_h 1
|
||||
|
||||
// Class Description
|
||||
// Final state production model for KaonZeroLong inelastic scattering below 20 GeV;
|
||||
// To be used in your physics list in case you need this physics.
|
||||
// In this case you want to register an object of this class with
|
||||
// the corresponding process.
|
||||
// Class Description - End
|
||||
|
||||
#include "G4InelasticInteraction.hh"
|
||||
|
||||
class G4LEKaonZeroLInelastic : public G4InelasticInteraction
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4LEKaonZeroSInelastic.hh,v 1.2 1999/12/15 14:53:06 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-02-00 $
|
||||
// $Id: G4LEKaonZeroSInelastic.hh,v 1.3 2000/12/14 09:12:43 hpw Exp $
|
||||
// GEANT4 tag $Name: geant4-03-00 $
|
||||
//
|
||||
// Hadronic Process: Low Energy KaonZeroS Inelastic Process
|
||||
// J.L. Chuma, TRIUMF, 12-Feb-1997
|
||||
@@ -15,6 +15,13 @@
|
||||
#ifndef G4LEKaonZeroSInelastic_h
|
||||
#define G4LEKaonZeroSInelastic_h 1
|
||||
|
||||
// Class Description
|
||||
// Final state production model for KaonZeroShost inelastic scattering below 20 GeV;
|
||||
// To be used in your physics list in case you need this physics.
|
||||
// In this case you want to register an object of this class with
|
||||
// the corresponding process.
|
||||
// Class Description - End
|
||||
|
||||
#include "G4InelasticInteraction.hh"
|
||||
|
||||
class G4LEKaonZeroSInelastic : public G4InelasticInteraction
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4LELambdaInelastic.hh,v 1.2 1999/12/15 14:53:06 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-02-00 $
|
||||
// $Id: G4LELambdaInelastic.hh,v 1.3 2000/12/14 09:12:43 hpw Exp $
|
||||
// GEANT4 tag $Name: geant4-03-00 $
|
||||
//
|
||||
// Hadronic Process: Low Energy Lambda Inelastic Process
|
||||
// J.L. Chuma, TRIUMF, 18-Feb-1997
|
||||
@@ -15,6 +15,13 @@
|
||||
#ifndef G4LELambdaInelastic_h
|
||||
#define G4LELambdaInelastic_h 1
|
||||
|
||||
// Class Description
|
||||
// Final state production model for Lambda inelastic scattering below 20 GeV;
|
||||
// To be used in your physics list in case you need this physics.
|
||||
// In this case you want to register an object of this class with
|
||||
// the corresponding process.
|
||||
// Class Description - End
|
||||
|
||||
#include "G4InelasticInteraction.hh"
|
||||
|
||||
class G4LELambdaInelastic : public G4InelasticInteraction
|
||||
|
||||
@@ -4,6 +4,13 @@
|
||||
#ifndef G4LENeutronInelastic_h
|
||||
#define G4LENeutronInelastic_h 1
|
||||
|
||||
// Class Description
|
||||
// Final state production model for Neutron inelastic scattering below 20 GeV;
|
||||
// To be used in your physics list in case you need this physics.
|
||||
// In this case you want to register an object of this class with
|
||||
// the corresponding process.
|
||||
// Class Description - End
|
||||
|
||||
#include "G4InelasticInteraction.hh"
|
||||
|
||||
class G4LENeutronInelastic : public G4InelasticInteraction
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4LEOmegaMinusInelastic.hh,v 1.2 1999/12/15 14:53:06 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-02-00 $
|
||||
// $Id: G4LEOmegaMinusInelastic.hh,v 1.3 2000/12/14 09:12:43 hpw Exp $
|
||||
// GEANT4 tag $Name: geant4-03-00 $
|
||||
//
|
||||
// Hadronic Process: Low Energy OmegaMinus Inelastic Process
|
||||
// J.L. Chuma, TRIUMF, 19-Nov-1996
|
||||
@@ -15,6 +15,13 @@
|
||||
#ifndef G4LEOmegaMinusInelastic_h
|
||||
#define G4LEOmegaMinusInelastic_h 1
|
||||
|
||||
// Class Description
|
||||
// Final state production model for OmegaMinus inelastic scattering below 20 GeV;
|
||||
// To be used in your physics list in case you need this physics.
|
||||
// In this case you want to register an object of this class with
|
||||
// the corresponding process.
|
||||
// Class Description - End
|
||||
|
||||
#include "G4InelasticInteraction.hh"
|
||||
|
||||
class G4LEOmegaMinusInelastic : public G4InelasticInteraction
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4LEPionMinusInelastic.hh,v 1.2 1999/12/15 14:53:06 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-02-00 $
|
||||
// $Id: G4LEPionMinusInelastic.hh,v 1.3 2000/12/14 09:12:43 hpw Exp $
|
||||
// GEANT4 tag $Name: geant4-03-00 $
|
||||
//
|
||||
// Hadronic Process: Low Energy PionMinus Inelastic Process
|
||||
// original by J.L. Chuma, TRIUMF, 03-Feb-1997
|
||||
@@ -15,6 +15,13 @@
|
||||
#ifndef G4LEPionMinusInelastic_h
|
||||
#define G4LEPionMinusInelastic_h 1
|
||||
|
||||
// Class Description
|
||||
// Final state production model for PionMinus inelastic scattering below 20 GeV;
|
||||
// To be used in your physics list in case you need this physics.
|
||||
// In this case you want to register an object of this class with
|
||||
// the corresponding process.
|
||||
// Class Description - End
|
||||
|
||||
#include "G4InelasticInteraction.hh"
|
||||
|
||||
class G4LEPionMinusInelastic : public G4InelasticInteraction
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4LEPionPlusInelastic.hh,v 1.2 1999/12/15 14:53:06 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-02-00 $
|
||||
// $Id: G4LEPionPlusInelastic.hh,v 1.3 2000/12/14 09:12:43 hpw Exp $
|
||||
// GEANT4 tag $Name: geant4-03-00 $
|
||||
//
|
||||
// Hadronic Process: Low Energy PionPlus Inelastic Process
|
||||
// J.L. Chuma, TRIUMF, 19-Nov-1996
|
||||
@@ -15,6 +15,13 @@
|
||||
#ifndef G4LEPionPlusInelastic_h
|
||||
#define G4LEPionPlusInelastic_h 1
|
||||
|
||||
// Class Description
|
||||
// Final state production model for PionPlus inelastic scattering below 20 GeV;
|
||||
// To be used in your physics list in case you need this physics.
|
||||
// In this case you want to register an object of this class with
|
||||
// the corresponding process.
|
||||
// Class Description - End
|
||||
|
||||
#include "G4InelasticInteraction.hh"
|
||||
|
||||
class G4LEPionPlusInelastic : public G4InelasticInteraction
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4LEProtonInelastic.hh,v 1.2 1999/12/15 14:53:06 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-02-00 $
|
||||
// $Id: G4LEProtonInelastic.hh,v 1.3 2000/12/14 09:12:43 hpw Exp $
|
||||
// GEANT4 tag $Name: geant4-03-00 $
|
||||
//
|
||||
// Hadronic Process: Low Energy Proton Inelastic Process
|
||||
// original by H.P. Wellisch
|
||||
@@ -17,6 +17,13 @@
|
||||
#ifndef G4LEProtonInelastic_h
|
||||
#define G4LEProtonInelastic_h 1
|
||||
|
||||
// Class Description
|
||||
// Final state production model for Proton inelastic scattering below 20 GeV;
|
||||
// To be used in your physics list in case you need this physics.
|
||||
// In this case you want to register an object of this class with
|
||||
// the corresponding process.
|
||||
// Class Description - End
|
||||
|
||||
#include "G4InelasticInteraction.hh"
|
||||
|
||||
class G4LEProtonInelastic : public G4InelasticInteraction
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4LESigmaMinusInelastic.hh,v 1.2 1999/12/15 14:53:06 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-02-00 $
|
||||
// $Id: G4LESigmaMinusInelastic.hh,v 1.3 2000/12/14 09:12:43 hpw Exp $
|
||||
// GEANT4 tag $Name: geant4-03-00 $
|
||||
//
|
||||
// Hadronic Process: Low Energy SigmaMinus Inelastic Process
|
||||
// original by J.L. Chuma, TRIUMF, 03-Feb-1997
|
||||
@@ -15,6 +15,13 @@
|
||||
#ifndef G4LESigmaMinusInelastic_h
|
||||
#define G4LESigmaMinusInelastic_h 1
|
||||
|
||||
// Class Description
|
||||
// Final state production model for SigmaMinus inelastic scattering below 20 GeV;
|
||||
// To be used in your physics list in case you need this physics.
|
||||
// In this case you want to register an object of this class with
|
||||
// the corresponding process.
|
||||
// Class Description - End
|
||||
|
||||
#include "G4InelasticInteraction.hh"
|
||||
|
||||
class G4LESigmaMinusInelastic : public G4InelasticInteraction
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4LESigmaPlusInelastic.hh,v 1.2 1999/12/15 14:53:06 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-02-00 $
|
||||
// $Id: G4LESigmaPlusInelastic.hh,v 1.3 2000/12/14 09:12:43 hpw Exp $
|
||||
// GEANT4 tag $Name: geant4-03-00 $
|
||||
//
|
||||
// Hadronic Process: Low Energy SigmaPlus Inelastic Process
|
||||
// original by J.L. Chuma, TRIUMF, 03-Feb-1997
|
||||
@@ -15,6 +15,13 @@
|
||||
#ifndef G4LESigmaPlusInelastic_h
|
||||
#define G4LESigmaPlusInelastic_h 1
|
||||
|
||||
// Class Description
|
||||
// Final state production model for SigmaPlus inelastic scattering below 20 GeV;
|
||||
// To be used in your physics list in case you need this physics.
|
||||
// In this case you want to register an object of this class with
|
||||
// the corresponding process.
|
||||
// Class Description - End
|
||||
|
||||
#include "G4InelasticInteraction.hh"
|
||||
|
||||
class G4LESigmaPlusInelastic : public G4InelasticInteraction
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4LETritonInelastic.hh,v 1.2 1999/12/15 14:53:06 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-02-00 $
|
||||
// $Id: G4LETritonInelastic.hh,v 1.3 2000/12/14 09:12:43 hpw Exp $
|
||||
// GEANT4 tag $Name: geant4-03-00 $
|
||||
//
|
||||
// Hadronic Process: Low Energy Triton Inelastic Process
|
||||
// J.L. Chuma, TRIUMF, 25-Feb-1997
|
||||
@@ -15,6 +15,13 @@
|
||||
#ifndef G4LETritonInelastic_h
|
||||
#define G4LETritonInelastic_h 1
|
||||
|
||||
// Class Description
|
||||
// Final state production model for Triton inelastic scattering below 100 MeV;
|
||||
// To be used in your physics list in case you need this physics.
|
||||
// In this case you want to register an object of this class with
|
||||
// the corresponding process.
|
||||
// Class Description - End
|
||||
|
||||
#include "G4InelasticInteraction.hh"
|
||||
|
||||
class G4LETritonInelastic : public G4InelasticInteraction
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4LEXiMinusInelastic.hh,v 1.2 1999/12/15 14:53:06 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-02-00 $
|
||||
// $Id: G4LEXiMinusInelastic.hh,v 1.3 2000/12/14 09:12:44 hpw Exp $
|
||||
// GEANT4 tag $Name: geant4-03-00 $
|
||||
//
|
||||
// Hadronic Process: Low Energy XiMinus Inelastic Process
|
||||
// original by J.L. Chuma, TRIUMF, 03-Feb-1997
|
||||
@@ -15,6 +15,13 @@
|
||||
#ifndef G4LEXiMinusInelastic_h
|
||||
#define G4LEXiMinusInelastic_h 1
|
||||
|
||||
// Class Description
|
||||
// Final state production model for XiMinus inelastic scattering below 20 GeV;
|
||||
// To be used in your physics list in case you need this physics.
|
||||
// In this case you want to register an object of this class with
|
||||
// the corresponding process.
|
||||
// Class Description - End
|
||||
|
||||
#include "G4InelasticInteraction.hh"
|
||||
|
||||
class G4LEXiMinusInelastic : public G4InelasticInteraction
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4LEXiZeroInelastic.hh,v 1.2 1999/12/15 14:53:06 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-02-00 $
|
||||
// $Id: G4LEXiZeroInelastic.hh,v 1.3 2000/12/14 09:12:44 hpw Exp $
|
||||
// GEANT4 tag $Name: geant4-03-00 $
|
||||
//
|
||||
// Hadronic Process: Low Energy XiZero Inelastic Process
|
||||
// original by J.L. Chuma, TRIUMF, 03-Feb-1997
|
||||
@@ -15,6 +15,13 @@
|
||||
#ifndef G4LEXiZeroInelastic_h
|
||||
#define G4LEXiZeroInelastic_h 1
|
||||
|
||||
// Class Description
|
||||
// Final state production model for XiZero inelastic scattering below 20 GeV;
|
||||
// To be used in your physics list in case you need this physics.
|
||||
// In this case you want to register an object of this class with
|
||||
// the corresponding process.
|
||||
// Class Description - End
|
||||
|
||||
#include "G4InelasticInteraction.hh"
|
||||
|
||||
class G4LEXiZeroInelastic : public G4InelasticInteraction
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4LElastic.hh,v 1.4 1999/12/15 14:53:06 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-02-00 $
|
||||
// $Id: G4LElastic.hh,v 1.5 2000/12/14 09:12:44 hpw Exp $
|
||||
// GEANT4 tag $Name: geant4-03-00 $
|
||||
//
|
||||
//
|
||||
// G4 Model: Low energy elastic scattering -- header file
|
||||
@@ -22,6 +22,13 @@
|
||||
#ifndef G4LElastic_h
|
||||
#define G4LElastic_h 1
|
||||
|
||||
// Class Description
|
||||
// Final state production model for hadron nuclear elastic scattering;
|
||||
// To be used in your physics list in case you need this physics.
|
||||
// In this case you want to register an object of this class with
|
||||
// the corresponding process.
|
||||
// Class Description - End
|
||||
|
||||
#include "globals.hh"
|
||||
#include "Randomize.hh"
|
||||
#include "G4Element.hh"
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4LFission.hh,v 1.4 1999/12/15 14:53:06 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-02-00 $
|
||||
// $Id: G4LFission.hh,v 1.5 2000/12/14 09:12:44 hpw Exp $
|
||||
// GEANT4 tag $Name: geant4-03-00 $
|
||||
//
|
||||
//
|
||||
// G4 Low-energy Model: Fission -- header file
|
||||
@@ -18,6 +18,13 @@
|
||||
// most of the code comes from the old Low-energy Fission class
|
||||
//
|
||||
|
||||
// Class Description
|
||||
// Final state production model for induced fission;
|
||||
// To be used in your physics list in case you need this physics.
|
||||
// In this case you want to register an object of this class with
|
||||
// the corresponding process.
|
||||
// Class Description - End
|
||||
|
||||
|
||||
#ifndef G4LFission_h
|
||||
#define G4LFission_h 1
|
||||
|
||||
Reference in New Issue
Block a user