G4HadParticleCodes.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 #ifndef G4HadParticleCodes_hh
00027 #define G4HadParticleCodes_hh
00028 
00029 enum
00030 {
00031   NeutronPC = 2112,
00032   ProtonPC = 2212,
00033   
00034   DeltamPC = 1114,
00035   Delta0PC = 2114,
00036   DeltapPC = 2214,
00037   DeltappPC = 2224,
00038   
00039   Dm_1600PC = 31114,
00040   D0_1600PC = 32114,
00041   Dp_1600PC = 32214,
00042   Dpp_1600PC = 32224,
00043   
00044   Dm_1620PC = 1112,
00045   D0_1620PC = 1212,
00046   Dp_1620PC = 2122,
00047   Dpp_1620PC = 2222,
00048   
00049   Dm_1700PC = 11114,
00050   D0_1700PC = 12114,
00051   Dp_1700PC = 12214,
00052   Dpp_1700PC = 12224,
00053   
00054   Dm_1900PC = 11112,
00055   D0_1900PC = 11212,
00056   Dp_1900PC = 12122,
00057   Dpp_1900PC = 12222,
00058 
00059   Dm_1905PC = 1116,
00060   D0_1905PC = 1216,
00061   Dp_1905PC = 2126,
00062   Dpp_1905PC = 2226,
00063 
00064   Dm_1910PC = 21112,
00065   D0_1910PC = 21212,
00066   Dp_1910PC = 22122,
00067   Dpp_1910PC = 22222,
00068 
00069   Dm_1920PC = 21114,
00070   D0_1920PC = 22114,
00071   Dp_1920PC = 22214,
00072   Dpp_1920PC = 22224,
00073 
00074   Dm_1930PC = 11116,
00075   D0_1930PC = 11216,
00076   Dp_1930PC = 12126,
00077   Dpp_1930PC = 12226,
00078 
00079   Dm_1950PC = 1118,
00080   D0_1950PC = 2118,
00081   Dp_1950PC = 2218,
00082   Dpp_1950PC = 2228,
00083 
00084   N1400pPC = 12212,
00085   N1400nPC = 12112,
00086   
00087   N1520pPC = 2124,
00088   N1520nPC = 1214,
00089 
00090   N1535pPC = 22212,
00091   N1535nPC = 22112,
00092 
00093   N1650pPC = 32212,
00094   N1650nPC = 32112,
00095 
00096   N1675pPC = 2216,
00097   N1675nPC = 2116,
00098 
00099   N1680pPC = 12216,
00100   N1680nPC = 12116,
00101 
00102   N1700pPC = 22124,
00103   N1700nPC = 21214,
00104 
00105   N1710pPC = 42212,
00106   N1710nPC = 42112,
00107 
00108   N1720pPC = 32124,
00109   N1720nPC = 31214,
00110 
00111   N1900pPC = 42124,
00112   N1900nPC = 41214,
00113 
00114   N1990pPC = 12218,
00115   N1990nPC = 12118,
00116 
00117   N2090pPC = 52214,
00118   N2090nPC = 52114,
00119 
00120   N2190pPC = 2128,
00121   N2190nPC = 1218,
00122 
00123   N2220pPC = 100002210,
00124   N2220nPC = 100002110,
00125 
00126   N2250pPC = 100012210,
00127   N2250nPC = 100012110
00128 
00129 };
00130 
00131 struct D1232
00132 {
00133   enum
00134   {
00135     Dm=DeltamPC,
00136     D0=Delta0PC,
00137     Dp=DeltapPC,
00138     Dpp=DeltappPC
00139   };
00140 };
00141 
00142 #endif

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