G4QHadronElasticDataSet.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 // $Id$
00027 //
00028 // GEANT4 physics class: G4QHadronElasticDataSet -- header file
00029 // Created by M. Kosov (Mikhail.Kossov@cern.ch) 21.01.10
00030 //
00031 // ----------------------------------------------------------------------
00032 // Short description: G4hadr wrapper for CHIPS elastic hA cross-sections.
00033 // ----------------------------------------------------------------------
00034 
00035 #ifndef G4QHadronElasticDataSet_h
00036 #define G4QHadronElasticDataSet_h 1
00037 
00038 #include "G4VCrossSectionDataSet.hh"
00039 #include "G4DynamicParticle.hh"
00040 #include "G4Element.hh"
00041 #include "G4Neutron.hh"
00042 #include "G4Proton.hh"
00043 #include "G4PionMinus.hh"
00044 #include "G4PionPlus.hh"
00045 #include "G4KaonPlus.hh"
00046 #include "G4KaonMinus.hh"
00047 #include "G4KaonZeroLong.hh"
00048 #include "G4KaonZeroShort.hh"
00049 #include "G4Lambda.hh"
00050 #include "G4SigmaPlus.hh"
00051 #include "G4SigmaMinus.hh"
00052 #include "G4SigmaZero.hh"
00053 #include "G4XiMinus.hh"
00054 #include "G4XiZero.hh"
00055 #include "G4OmegaMinus.hh"
00056 #include "G4AntiNeutron.hh"
00057 #include "G4AntiProton.hh"
00058 #include "G4AntiLambda.hh"
00059 #include "G4AntiSigmaPlus.hh"
00060 #include "G4AntiSigmaMinus.hh"
00061 #include "G4AntiSigmaZero.hh"
00062 #include "G4AntiXiMinus.hh"
00063 #include "G4AntiXiZero.hh"
00064 #include "G4AntiOmegaMinus.hh"
00065 
00066 #include "G4QIsotope.hh"
00067 #include "G4QProtonElasticCrossSection.hh"
00068 #include "G4QNeutronElasticCrossSection.hh"  
00069 #include "G4QPionMinusElasticCrossSection.hh"
00070 #include "G4QPionPlusElasticCrossSection.hh"
00071 #include "G4QKaonPlusElasticCrossSection.hh"
00072 #include "G4QKaonMinusElasticCrossSection.hh"
00073 #include "G4QHyperonElasticCrossSection.hh"
00074 #include "G4QHyperonPlusElasticCrossSection.hh"
00075 #include "G4QAntiBaryonElasticCrossSection.hh"
00076 
00077 
00078 class G4QHadronElasticDataSet : public G4VCrossSectionDataSet
00079 {
00080   public:
00081 
00082     G4QHadronElasticDataSet(const G4String& dataSetName = "CHIPSElasticXS");
00083     ~G4QHadronElasticDataSet() {};
00084     G4bool IsIsoApplicable(const G4DynamicParticle*, G4int Z, G4int A,    
00085                            const G4Element* elm = 0, const G4Material* mat = 0);
00086     G4double GetIsoCrossSection(const G4DynamicParticle* P, G4int Z, G4int A,
00087                                       const G4Isotope*, const G4Element*, const G4Material*);
00088     void BuildPhysicsTable(const G4ParticleDefinition&){};
00089     void DumpPhysicsTable(const G4ParticleDefinition&) {};
00090 
00091     void Description() const;
00092 
00093   //private:
00094 
00095   //G4QIsotope* Isotopes;      // Pointer to the G4QIsotopes singleton
00096   //static std::vector <G4int> ElementZ;
00098   //
00099   //static std::vector <std::vector<G4int>*> ElIsoN; 
00101   //
00102   //static std::vector <std::vector<G4double>*> IsoProbInEl;
00104 };
00105 
00106 #endif

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