G4MiscLHEPBuilder.hh

Go to the documentation of this file.
00001 //
00002 // ********************************************************************
00003 // * License and Disclaimer                                           *
00004 // *                                                                  *
00005 // * The  Geant4 software  is  copyright of the Copyright Holders  of *
00006 // * the Geant4 Collaboration.  It is provided  under  the terms  and *
00007 // * conditions of the Geant4 Software License,  included in the file *
00008 // * LICENSE and available at  http://cern.ch/geant4/license .  These *
00009 // * include a list of copyright holders.                             *
00010 // *                                                                  *
00011 // * Neither the authors of this software system, nor their employing *
00012 // * institutes,nor the agencies providing financial support for this *
00013 // * work  make  any representation or  warranty, express or implied, *
00014 // * regarding  this  software system or assume any liability for its *
00015 // * use.  Please see the license in the file  LICENSE  and URL above *
00016 // * for the full disclaimer and the limitation of liability.         *
00017 // *                                                                  *
00018 // * This  code  implementation is the result of  the  scientific and *
00019 // * technical work of the GEANT4 collaboration.                      *
00020 // * By using,  copying,  modifying or  distributing the software (or *
00021 // * any work based  on the software)  you  agree  to acknowledge its *
00022 // * use  in  resulting  scientific  publications,  and indicate your *
00023 // * acceptance of all terms of the Geant4 Software license.          *
00024 // ********************************************************************
00025 //
00026 // GEANT4 tag $Name: not supported by cvs2svn $
00027 //
00028 //---------------------------------------------------------------------------
00029 //
00030 // ClassName:   G4MiscLHEPBuilder
00031 //
00032 // Author: 2002 J.P. Wellisch
00033 //
00034 // Modified:
00035 // 16.11.2005 G.Folger: don't  keep processes as data members, but new these
00036 // 13.06.2006 G.Folger: (re)move elastic scatterring 
00037 //
00038 //----------------------------------------------------------------------------
00039 //
00040 #ifndef G4MiscLHEPBuilder_h
00041 #define G4MiscLHEPBuilder_h 1
00042 
00043 #include "globals.hh"
00044 
00045 #include "G4AntiProtonInelasticProcess.hh"
00046 #include "G4AntiNeutronInelasticProcess.hh"
00047 #include "G4LambdaInelasticProcess.hh"
00048 #include "G4AntiLambdaInelasticProcess.hh"
00049 #include "G4SigmaPlusInelasticProcess.hh"
00050 #include "G4SigmaMinusInelasticProcess.hh"
00051 #include "G4AntiSigmaPlusInelasticProcess.hh"
00052 #include "G4AntiSigmaMinusInelasticProcess.hh"
00053 #include "G4XiZeroInelasticProcess.hh"
00054 #include "G4XiMinusInelasticProcess.hh"
00055 #include "G4AntiXiZeroInelasticProcess.hh"
00056 #include "G4AntiXiMinusInelasticProcess.hh"
00057 #include "G4OmegaMinusInelasticProcess.hh"
00058 #include "G4AntiOmegaMinusInelasticProcess.hh"
00059 
00060 #include "G4LEAntiProtonInelastic.hh"
00061 #include "G4LEAntiNeutronInelastic.hh"
00062 #include "G4LELambdaInelastic.hh"
00063 #include "G4LEAntiLambdaInelastic.hh"
00064 #include "G4LESigmaPlusInelastic.hh"
00065 #include "G4LESigmaMinusInelastic.hh"
00066 #include "G4LEAntiSigmaPlusInelastic.hh"
00067 #include "G4LEAntiSigmaMinusInelastic.hh"
00068 #include "G4LEXiZeroInelastic.hh"
00069 #include "G4LEXiMinusInelastic.hh"
00070 #include "G4LEAntiXiZeroInelastic.hh"
00071 #include "G4LEAntiXiMinusInelastic.hh"
00072 #include "G4LEOmegaMinusInelastic.hh"
00073 #include "G4LEAntiOmegaMinusInelastic.hh"
00074 
00075 // High-energy Models
00076 
00077 #include "G4HEAntiProtonInelastic.hh"
00078 #include "G4HEAntiNeutronInelastic.hh"
00079 #include "G4HELambdaInelastic.hh"
00080 #include "G4HEAntiLambdaInelastic.hh"
00081 #include "G4HESigmaPlusInelastic.hh"
00082 #include "G4HESigmaMinusInelastic.hh"
00083 #include "G4HEAntiSigmaPlusInelastic.hh"
00084 #include "G4HEAntiSigmaMinusInelastic.hh"
00085 #include "G4HEXiZeroInelastic.hh"
00086 #include "G4HEXiMinusInelastic.hh"
00087 #include "G4HEAntiXiZeroInelastic.hh"
00088 #include "G4HEAntiXiMinusInelastic.hh"
00089 #include "G4HEOmegaMinusInelastic.hh"
00090 #include "G4HEAntiOmegaMinusInelastic.hh"
00091 
00092 class G4MiscLHEPBuilder 
00093 {
00094   public: 
00095     G4MiscLHEPBuilder();
00096     virtual ~G4MiscLHEPBuilder();
00097 
00098   public: 
00099     void Build();
00100 
00101   private:
00102  
00103     // anti-proton
00104     G4AntiProtonInelasticProcess* theAntiProtonInelastic;
00105     G4LEAntiProtonInelastic* theLEAntiProtonModel;
00106     G4HEAntiProtonInelastic* theHEAntiProtonModel;
00107 
00108     // anti-neutron
00109     G4AntiNeutronInelasticProcess*  theAntiNeutronInelastic;
00110     G4LEAntiNeutronInelastic* theLEAntiNeutronModel;
00111     G4HEAntiNeutronInelastic* theHEAntiNeutronModel;
00112 
00113     // Lambda
00114     G4LambdaInelasticProcess*  theLambdaInelastic;
00115     G4LELambdaInelastic*  theLELambdaModel;
00116     G4HELambdaInelastic*  theHELambdaModel;
00117 
00118     // AntiLambda
00119     G4AntiLambdaInelasticProcess*  theAntiLambdaInelastic;
00120     G4LEAntiLambdaInelastic*  theLEAntiLambdaModel;
00121     G4HEAntiLambdaInelastic*  theHEAntiLambdaModel;
00122 
00123     // SigmaMinus
00124     G4SigmaMinusInelasticProcess*  theSigmaMinusInelastic;
00125     G4LESigmaMinusInelastic*  theLESigmaMinusModel;
00126     G4HESigmaMinusInelastic*  theHESigmaMinusModel;
00127 
00128     // AntiSigmaMinus
00129     G4AntiSigmaMinusInelasticProcess*  theAntiSigmaMinusInelastic;
00130     G4LEAntiSigmaMinusInelastic*  theLEAntiSigmaMinusModel;
00131     G4HEAntiSigmaMinusInelastic*  theHEAntiSigmaMinusModel;
00132 
00133     // SigmaPlus
00134     G4SigmaPlusInelasticProcess*  theSigmaPlusInelastic;
00135     G4LESigmaPlusInelastic*  theLESigmaPlusModel;
00136     G4HESigmaPlusInelastic*  theHESigmaPlusModel;
00137 
00138     // AntiSigmaPlus
00139     G4AntiSigmaPlusInelasticProcess*  theAntiSigmaPlusInelastic;
00140     G4LEAntiSigmaPlusInelastic*  theLEAntiSigmaPlusModel;
00141     G4HEAntiSigmaPlusInelastic*  theHEAntiSigmaPlusModel;
00142 
00143     // XiZero
00144     G4XiZeroInelasticProcess*  theXiZeroInelastic;
00145     G4LEXiZeroInelastic*  theLEXiZeroModel;
00146     G4HEXiZeroInelastic*  theHEXiZeroModel;
00147 
00148     // AntiXiZero
00149     G4AntiXiZeroInelasticProcess*  theAntiXiZeroInelastic;
00150     G4LEAntiXiZeroInelastic*  theLEAntiXiZeroModel;
00151     G4HEAntiXiZeroInelastic*  theHEAntiXiZeroModel;
00152 
00153     // XiMinus
00154     G4XiMinusInelasticProcess*  theXiMinusInelastic;
00155     G4LEXiMinusInelastic*  theLEXiMinusModel;
00156     G4HEXiMinusInelastic*  theHEXiMinusModel;
00157 
00158     // AntiXiMinus
00159     G4AntiXiMinusInelasticProcess*  theAntiXiMinusInelastic;
00160     G4LEAntiXiMinusInelastic*  theLEAntiXiMinusModel;
00161     G4HEAntiXiMinusInelastic*  theHEAntiXiMinusModel;
00162 
00163     // OmegaMinus
00164     G4OmegaMinusInelasticProcess*  theOmegaMinusInelastic;
00165     G4LEOmegaMinusInelastic*  theLEOmegaMinusModel;
00166     G4HEOmegaMinusInelastic*  theHEOmegaMinusModel;
00167 
00168     // AntiOmegaMinus
00169     G4AntiOmegaMinusInelasticProcess*  theAntiOmegaMinusInelastic;
00170     G4LEAntiOmegaMinusInelastic*  theLEAntiOmegaMinusModel;
00171     G4HEAntiOmegaMinusInelastic*  theHEAntiOmegaMinusModel;
00172 
00173     G4bool wasActivated;
00174 };
00175 // 2002 by J.P. Wellisch
00176 
00177 #endif

Generated on Mon May 27 17:48:52 2013 for Geant4 by  doxygen 1.4.7