/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Simulation/BOOST/BesSim/BesSim-00-01-24/BesSim/G4MiscLHEPBuilder_CHIPS.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: BesSim-00-01-24 $
00027 //
00028 //---------------------------------------------------------------------------
00029 //
00030 // ClassName:   G4MiscLHEPBuilder_CHIPS
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_CHIPS_h
00041 #define G4MiscLHEPBuilder_CHIPS_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 //CHIPS
00092 #include "G4QInelastic.hh"
00093 
00094 class G4MiscLHEPBuilder_CHIPS 
00095 {
00096   public: 
00097     G4MiscLHEPBuilder_CHIPS();
00098     virtual ~G4MiscLHEPBuilder_CHIPS();
00099 
00100   public: 
00101     void Build();
00102 
00103   private:
00104  
00105     // anti-proton
00106     G4AntiProtonInelasticProcess* theAntiProtonInelastic;
00107     G4LEAntiProtonInelastic* theLEAntiProtonModel;
00108     G4HEAntiProtonInelastic* theHEAntiProtonModel;
00109     G4QInelastic* inelastic;
00110 
00111     // anti-neutron
00112     G4AntiNeutronInelasticProcess*  theAntiNeutronInelastic;
00113     G4LEAntiNeutronInelastic* theLEAntiNeutronModel;
00114     G4HEAntiNeutronInelastic* theHEAntiNeutronModel;
00115 
00116     // Lambda
00117     G4LambdaInelasticProcess*  theLambdaInelastic;
00118     G4LELambdaInelastic*  theLELambdaModel;
00119     G4HELambdaInelastic*  theHELambdaModel;
00120 
00121     // AntiLambda
00122     G4AntiLambdaInelasticProcess*  theAntiLambdaInelastic;
00123     G4LEAntiLambdaInelastic*  theLEAntiLambdaModel;
00124     G4HEAntiLambdaInelastic*  theHEAntiLambdaModel;
00125 
00126     // SigmaMinus
00127     G4SigmaMinusInelasticProcess*  theSigmaMinusInelastic;
00128     G4LESigmaMinusInelastic*  theLESigmaMinusModel;
00129     G4HESigmaMinusInelastic*  theHESigmaMinusModel;
00130 
00131     // AntiSigmaMinus
00132     G4AntiSigmaMinusInelasticProcess*  theAntiSigmaMinusInelastic;
00133     G4LEAntiSigmaMinusInelastic*  theLEAntiSigmaMinusModel;
00134     G4HEAntiSigmaMinusInelastic*  theHEAntiSigmaMinusModel;
00135 
00136     // SigmaPlus
00137     G4SigmaPlusInelasticProcess*  theSigmaPlusInelastic;
00138     G4LESigmaPlusInelastic*  theLESigmaPlusModel;
00139     G4HESigmaPlusInelastic*  theHESigmaPlusModel;
00140 
00141     // AntiSigmaPlus
00142     G4AntiSigmaPlusInelasticProcess*  theAntiSigmaPlusInelastic;
00143     G4LEAntiSigmaPlusInelastic*  theLEAntiSigmaPlusModel;
00144     G4HEAntiSigmaPlusInelastic*  theHEAntiSigmaPlusModel;
00145 
00146     // XiZero
00147     G4XiZeroInelasticProcess*  theXiZeroInelastic;
00148     G4LEXiZeroInelastic*  theLEXiZeroModel;
00149     G4HEXiZeroInelastic*  theHEXiZeroModel;
00150 
00151     // AntiXiZero
00152     G4AntiXiZeroInelasticProcess*  theAntiXiZeroInelastic;
00153     G4LEAntiXiZeroInelastic*  theLEAntiXiZeroModel;
00154     G4HEAntiXiZeroInelastic*  theHEAntiXiZeroModel;
00155 
00156     // XiMinus
00157     G4XiMinusInelasticProcess*  theXiMinusInelastic;
00158     G4LEXiMinusInelastic*  theLEXiMinusModel;
00159     G4HEXiMinusInelastic*  theHEXiMinusModel;
00160 
00161     // AntiXiMinus
00162     G4AntiXiMinusInelasticProcess*  theAntiXiMinusInelastic;
00163     G4LEAntiXiMinusInelastic*  theLEAntiXiMinusModel;
00164     G4HEAntiXiMinusInelastic*  theHEAntiXiMinusModel;
00165 
00166     // OmegaMinus
00167     G4OmegaMinusInelasticProcess*  theOmegaMinusInelastic;
00168     G4LEOmegaMinusInelastic*  theLEOmegaMinusModel;
00169     G4HEOmegaMinusInelastic*  theHEOmegaMinusModel;
00170 
00171     // AntiOmegaMinus
00172     G4AntiOmegaMinusInelasticProcess*  theAntiOmegaMinusInelastic;
00173     G4LEAntiOmegaMinusInelastic*  theLEAntiOmegaMinusModel;
00174     G4HEAntiOmegaMinusInelastic*  theHEAntiOmegaMinusModel;
00175 
00176     G4bool wasActivated;
00177 };
00178 // 2002 by J.P. Wellisch
00179 
00180 #endif

Generated on Tue Nov 29 23:14:23 2016 for BOSS_7.0.2 by  doxygen 1.4.7