G4HyperonFTFPBuilder.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: $
00027 //
00028 //---------------------------------------------------------------------------
00029 //
00030 // ClassName:   G4HyperonFTFPBuilder
00031 //
00032 // Author: 2012 G.Folger
00033 //
00034 // Modified:
00035 //
00036 //----------------------------------------------------------------------------
00037 //
00038 #ifndef G4HyperonFTFPBuilder_h
00039 #define G4HyperonFTFPBuilder_h 1
00040 
00041 #include "globals.hh"
00042 
00043 #include "G4LambdaInelasticProcess.hh"
00044 #include "G4AntiLambdaInelasticProcess.hh"
00045 #include "G4SigmaPlusInelasticProcess.hh"
00046 #include "G4SigmaMinusInelasticProcess.hh"
00047 #include "G4AntiSigmaPlusInelasticProcess.hh"
00048 #include "G4AntiSigmaMinusInelasticProcess.hh"
00049 #include "G4XiZeroInelasticProcess.hh"
00050 #include "G4XiMinusInelasticProcess.hh"
00051 #include "G4AntiXiZeroInelasticProcess.hh"
00052 #include "G4AntiXiMinusInelasticProcess.hh"
00053 #include "G4OmegaMinusInelasticProcess.hh"
00054 #include "G4AntiOmegaMinusInelasticProcess.hh"
00055 
00056 #include "G4TheoFSGenerator.hh"
00057 #include "G4ExcitationHandler.hh"
00058 #include "G4PreCompoundModel.hh"
00059 #include "G4GeneratorPrecompoundInterface.hh"
00060 #include "G4FTFModel.hh"
00061 #include "G4LundStringFragmentation.hh"
00062 #include "G4ExcitedStringDecay.hh"
00063 #include "G4CascadeInterface.hh"
00064 //#include "G4QHadronInelasticDataSet.hh"
00065 #include "G4ChipsHyperonInelasticXS.hh"
00066 class G4HyperonFTFPBuilder 
00067 {
00068   public: 
00069     G4HyperonFTFPBuilder();
00070     virtual ~G4HyperonFTFPBuilder();
00071 
00072   public: 
00073     void Build();
00074 
00075   private:
00076  
00077     G4TheoFSGenerator * HyperonFTFP;
00078     G4TheoFSGenerator * AntiHyperonFTFP;
00079     G4PreCompoundModel * thePreEquilib;
00080     G4ExcitationHandler * theHandler;
00081     G4GeneratorPrecompoundInterface * theCascade;
00082     G4FTFModel * theStringModel;
00083     G4ExcitedStringDecay * theStringDecay;
00084     G4QuasiElasticChannel * theQuasiElastic;
00085     G4LundStringFragmentation * theLund;
00086     G4CascadeInterface * theBertini;
00087     G4LambdaInelasticProcess*  theLambdaInelastic;
00088     G4AntiLambdaInelasticProcess*  theAntiLambdaInelastic;
00089     G4SigmaMinusInelasticProcess*  theSigmaMinusInelastic;
00090     G4AntiSigmaMinusInelasticProcess*  theAntiSigmaMinusInelastic;
00091     G4SigmaPlusInelasticProcess*  theSigmaPlusInelastic;
00092     G4AntiSigmaPlusInelasticProcess*  theAntiSigmaPlusInelastic;
00093     G4XiZeroInelasticProcess*  theXiZeroInelastic;
00094     G4AntiXiZeroInelasticProcess*  theAntiXiZeroInelastic;
00095     G4XiMinusInelasticProcess*  theXiMinusInelastic;
00096     G4AntiXiMinusInelasticProcess*  theAntiXiMinusInelastic;
00097     G4OmegaMinusInelasticProcess*  theOmegaMinusInelastic;
00098   G4AntiOmegaMinusInelasticProcess*  theAntiOmegaMinusInelastic;
00099   
00100   //  G4QHadronInelasticDataSet * theCHIPSInelastic;
00101   G4VCrossSectionDataSet* theCHIPSInelastic;
00102     G4bool wasActivated;
00103 };
00104 #endif

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