G4NeutronHPorLEInelastic.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 //
00027 // 05-11-21 NeutronHP or Low Energy Parameterization Models 
00028 //          Implemented by T. Koi (SLAC/SCCS)
00029 //          If NeutronHP data do not available for an element, then Low Energy 
00030 //          Parameterization models handle the interactions of the element.
00031 //
00032 
00033 //
00034 // Hadronic Process: High Precision low E neutron tracking
00035 // original by H.P. Wellisch, TRIUMF, 14-Feb-97
00036 // Builds and has the Cross-section data for one material.
00037  
00038 #ifndef G4NeutronHPorLEInelastic_h
00039 #define G4NeutronHPorLEInelastic_h 1
00040 
00041 // Class Description
00042 // Final state production model for a high precision (based on evaluated data
00043 // libraries) description of neutron elastic scattering below 20 MeV; 
00044 // To be used in your physics list in case you need this physics.
00045 // In this case you want to register an object of this class with 
00046 // the corresponding process.
00047 // Class Description - End
00048 
00049 #include "G4NeutronHPorLEInelasticData.hh"
00050 
00051 #include "globals.hh"
00052 #include "G4NeutronHPChannel.hh"
00053 #include "G4NeutronHPChannelList.hh"
00054 #include "G4HadronicInteraction.hh"
00055 
00056 #include "G4NeutronHP2AInelasticFS.hh"
00057 #include "G4NeutronHP2N2AInelasticFS.hh"
00058 #include "G4NeutronHP2NAInelasticFS.hh"
00059 #include "G4NeutronHP2NDInelasticFS.hh"
00060 #include "G4NeutronHP2NInelasticFS.hh"
00061 #include "G4NeutronHP2NPInelasticFS.hh"
00062 #include "G4NeutronHP2PInelasticFS.hh"
00063 #include "G4NeutronHP3AInelasticFS.hh"
00064 #include "G4NeutronHP3NAInelasticFS.hh"
00065 #include "G4NeutronHP3NInelasticFS.hh"
00066 #include "G4NeutronHP3NPInelasticFS.hh"
00067 #include "G4NeutronHP4NInelasticFS.hh"
00068 #include "G4NeutronHPAInelasticFS.hh"
00069 #include "G4NeutronHPD2AInelasticFS.hh"
00070 #include "G4NeutronHPDAInelasticFS.hh"
00071 #include "G4NeutronHPDInelasticFS.hh"
00072 #include "G4NeutronHPHe3InelasticFS.hh"
00073 #include "G4NeutronHPN2AInelasticFS.hh"
00074 #include "G4NeutronHPN2PInelasticFS.hh"
00075 #include "G4NeutronHPN3AInelasticFS.hh"
00076 #include "G4NeutronHPNAInelasticFS.hh"
00077 #include "G4NeutronHPND2AInelasticFS.hh"
00078 #include "G4NeutronHPNDInelasticFS.hh"
00079 #include "G4NeutronHPNHe3InelasticFS.hh"
00080 #include "G4NeutronHPNInelasticFS.hh"
00081 #include "G4NeutronHPNPAInelasticFS.hh"
00082 #include "G4NeutronHPNPInelasticFS.hh"
00083 #include "G4NeutronHPNT2AInelasticFS.hh"
00084 #include "G4NeutronHPNTInelasticFS.hh"
00085 #include "G4NeutronHPNXInelasticFS.hh"
00086 #include "G4NeutronHPPAInelasticFS.hh"
00087 #include "G4NeutronHPPDInelasticFS.hh"
00088 #include "G4NeutronHPPInelasticFS.hh"
00089 #include "G4NeutronHPPTInelasticFS.hh"
00090 #include "G4NeutronHPT2AInelasticFS.hh"
00091 #include "G4NeutronHPTInelasticFS.hh"
00092 
00093 #include <set>
00094 
00095 class G4NeutronHPorLEInelastic : public G4HadronicInteraction
00096 {
00097   public: 
00098   
00099   G4NeutronHPorLEInelastic();
00100   
00101   ~G4NeutronHPorLEInelastic();
00102   
00103   G4HadFinalState * ApplyYourself(const G4HadProjectile& aTrack, G4Nucleus& aTargetNucleus);
00104 
00105       virtual const std::pair<G4double, G4double> GetFatalEnergyCheckLevels() const;
00106 
00107   //G4int GetNiso() {return theInelastic[0].GetNiso();}
00108 
00109    private:
00110       G4NeutronHP2AInelasticFS the2AFS;
00111       G4NeutronHP2N2AInelasticFS the2N2AFS;
00112       G4NeutronHP2NAInelasticFS the2NAFS;
00113       G4NeutronHP2NDInelasticFS the2NDFS;
00114       G4NeutronHP2NInelasticFS the2NFS;
00115       G4NeutronHP2NPInelasticFS the2NPFS;
00116       G4NeutronHP2PInelasticFS the2PFS;
00117       G4NeutronHP3AInelasticFS the3AFS;
00118       G4NeutronHP3NAInelasticFS the3NAFS;
00119       G4NeutronHP3NInelasticFS the3NFS;
00120       G4NeutronHP3NPInelasticFS the3NPFS;
00121       G4NeutronHP4NInelasticFS the4NFS;
00122       G4NeutronHPAInelasticFS theAFS;
00123       G4NeutronHPD2AInelasticFS theD2AFS;
00124       G4NeutronHPDAInelasticFS theDAFS;
00125       G4NeutronHPDInelasticFS theDFS;
00126       G4NeutronHPHe3InelasticFS theHe3FS;
00127       G4NeutronHPN2AInelasticFS theN2AFS;
00128       G4NeutronHPN2PInelasticFS theN2PFS;
00129       G4NeutronHPN3AInelasticFS theN3AFS;
00130       G4NeutronHPNAInelasticFS theNAFS;
00131       G4NeutronHPND2AInelasticFS theND2AFS;
00132       G4NeutronHPNDInelasticFS theNDFS;
00133       G4NeutronHPNHe3InelasticFS theNHe3FS;
00134       G4NeutronHPNInelasticFS theNFS;
00135       G4NeutronHPNPAInelasticFS theNPAFS;
00136       G4NeutronHPNPInelasticFS theNPFS;
00137       G4NeutronHPNT2AInelasticFS theNT2AFS;
00138       G4NeutronHPNTInelasticFS theNTFS;
00139       G4NeutronHPNXInelasticFS theNXFS;
00140       G4NeutronHPPAInelasticFS thePAFS;
00141       G4NeutronHPPDInelasticFS thePDFS;
00142       G4NeutronHPPInelasticFS thePFS;
00143       G4NeutronHPPTInelasticFS thePTFS;
00144       G4NeutronHPT2AInelasticFS theT2AFS;
00145       G4NeutronHPTInelasticFS theTFS;
00146 
00147   G4double * xSec;
00148   G4NeutronHPChannelList * theInelastic;
00149   G4String dirName;
00150   G4int numEle;
00151 
00152    public: 
00153       G4bool IsThisElementOK ( G4String );
00154    private:
00155      std::set< G4String > unavailable_elements;
00156 
00157    public: 
00158       G4VCrossSectionDataSet* GiveXSectionDataSet() { return theDataSet; }; 
00159    private:
00160       G4NeutronHPorLEInelasticData* theDataSet;
00161       void createXSectionDataSet(); 
00162 };
00163 
00164 #endif

Generated on Mon May 27 17:49:03 2013 for Geant4 by  doxygen 1.4.7