ParticleCodes.cxx

Go to the documentation of this file.
00001 //=================================================
00002 //
00003 // ParticleCodes.cxx
00004 //
00005 // Set the values
00006 //
00007 //===================================================
00008 
00009 #include "AtlfastEvent/ParticleCodes.h"
00010 
00011 namespace Atlfast {
00015   const int ParticleCodes::DQUARK             =   1;
00016   const int ParticleCodes::UQUARK             =   2;
00017   const int ParticleCodes::SQUARK             =   3;
00018   const int ParticleCodes::CQUARK             =   4;
00019   const int ParticleCodes::BQUARK             =   5;
00020   const int ParticleCodes::TQUARK             =   6;
00021 
00022   const int ParticleCodes::ELECTRON           =  11;
00023   const int ParticleCodes::NU_E               =  12;
00024   const int ParticleCodes::ELECTRON_NEUTRINO  =  12;
00025 
00026   const int ParticleCodes:: MUON              =  13;
00027   const int ParticleCodes::NU_MU              =  14;
00028   const int ParticleCodes::MUON_NEUTRINO      =  14;
00029 
00030   const int ParticleCodes:: TAU               =  15;
00031   const int ParticleCodes::NU_TAU             =  16;
00032   const int ParticleCodes::TAU_NEUTRINO       =  16;
00033 
00034   const int ParticleCodes::GLUON              =  21;
00035   const int ParticleCodes::PHOTON             =  22;
00036   const int ParticleCodes::GAMMA              =  22;
00037   const int ParticleCodes::Z0                 =  23;
00038   const int ParticleCodes::W                  =  24;
00039   const int ParticleCodes::HIGGS              =  25;
00040 
00041   const int ParticleCodes::CHARGED_PION       = 211;
00042   const int ParticleCodes::PI0                = 111;
00043   const int ParticleCodes::K0                 = 311;
00044   const int ParticleCodes::CHARGED_KAON       = 321;
00045   const int ParticleCodes::K0_L               = 130;
00046   const int ParticleCodes::K0_S               = 310;
00047   const int ParticleCodes::LAMDA0             = 3122;
00048 }
00049 
00050 
00051 
00052 
00053 

Generated on Fri Sep 21 13:00:10 2007 for AtlfastEvent by  doxygen 1.5.1