G4BaryonWidth.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 //
00028 
00029 #ifndef G4BaryonWidth_h
00030 #define G4BaryonWidth_h
00031 
00032 #include "globals.hh"
00033 #include "G4ResonanceWidth.hh"
00034 #include <map>
00035 #include <vector>
00036 
00037 class G4PhysicsVector;
00038 
00039 class G4BaryonWidth : public G4ResonanceWidth
00040 {
00041 public:
00042 
00043   G4BaryonWidth();
00044 
00045   virtual ~G4BaryonWidth();
00046 
00047   G4bool operator==(const G4BaryonWidth& right) const;
00048   G4bool operator!=(const G4BaryonWidth& right) const;
00049 
00050   // Returned pointer is owned by the client
00051   virtual G4PhysicsVector* MassDependentWidth(const G4String& name) const;
00052 
00053 protected:
00054 
00055   
00056 private:  
00057 
00058   G4BaryonWidth(const G4BaryonWidth& right);
00059   G4BaryonWidth& operator=(const G4BaryonWidth& right);
00060 
00061   // Map of PhysicsVectors for width interpolation
00062   std::map<G4String, G4double*, std::less<G4String> > wMap;
00063   //  std::map<G4String, G4double*, std::less<const G4String> > wMap;
00064 
00065   static G4double baryonEnergyTable[120];
00066 
00067   static G4double wN1440[120];
00068   static G4double wN1520[120];
00069   static G4double wN1535[120];
00070   static G4double wN1650[120];
00071   static G4double wN1675[120];
00072   static G4double wN1680[120];
00073   static G4double wN1700[120];
00074   static G4double wN1710[120];
00075   static G4double wN1720[120];
00076   static G4double wN1900[120];
00077   static G4double wN1990[120];
00078   static G4double wN2090[120];
00079   static G4double wN2190[120];
00080   static G4double wN2220[120];
00081   static G4double wN2250[120];
00082 
00083   static G4double wD1600[120];
00084   static G4double wD1620[120];
00085   static G4double wD1700[120];
00086   static G4double wD1900[120];
00087   static G4double wD1905[120];
00088   static G4double wD1910[120];
00089   static G4double wD1920[120];
00090   static G4double wD1930[120];
00091   static G4double wD1950[120];
00092 
00093   static G4double wDelta[120];
00094 
00095   static G4double wL1405[120];
00096   static G4double wL1520[120];
00097   static G4double wL1600[120];
00098   static G4double wL1670[120];
00099   static G4double wL1690[120];
00100   static G4double wL1800[120];
00101   static G4double wL1810[120];
00102   static G4double wL1820[120];
00103   static G4double wL1830[120];
00104   static G4double wL1890[120];
00105   static G4double wL2100[120];
00106   static G4double wL2110[120];
00107 
00108   static G4double wS1385[120];
00109   static G4double wS1660[120];
00110   static G4double wS1670[120];
00111   static G4double wS1750[120];
00112   static G4double wS1775[120];
00113   static G4double wS1915[120];
00114   static G4double wS1940[120];
00115   static G4double wS2030[120];
00116 
00117   static G4double wX1530[120];
00118   static G4double wX1690[120];
00119   static G4double wX1820[120];
00120   static G4double wX1950[120];
00121   static G4double wX2030[120];
00122 
00123   G4int wSize;
00124 };
00125   
00126 #endif

Generated on Mon May 27 17:47:43 2013 for Geant4 by  doxygen 1.4.7