00001 00002 // 00003 // $Id: StPeCEnumerations.h,v 1.6 2003/11/25 01:54:25 meissner Exp $ 00004 // $Log: StPeCEnumerations.h,v $ 00005 // Revision 1.6 2003/11/25 01:54:25 meissner 00006 // correct several bugs: eta cut for tracks, charge sorting, add counting of FTPC and TPC primary tracks, Add bbc information 00007 // 00008 // Revision 1.5 2001/04/27 19:32:07 akio 00009 // fixing a #define conflict bug 00010 // 00011 // Revision 1.4 2001/04/23 21:44:29 meissner 00012 // add dEdx z variable to tree, setFormat(1) for tree, use private BetheBloch (temp solution) 00013 // 00014 // Revision 1.3 2001/02/12 21:15:40 yepes 00015 // New version of StPeCMaker, lots of changes 00016 // 00017 // Revision 1.2 2000/04/21 19:11:47 nystrand 00018 // Add muons, electrons 00019 // 00020 // Revision 1.1 2000/03/24 22:38:11 nystrand 00021 // First version 00022 // 00023 // Revision 1.0 2000/03/20 23:28:50 nystrand 00024 // 00026 #ifndef StPeCEnumerations_hh 00027 #define StPeCEnumerations_hh 00028 00029 const Int_t nSpecies = 5 ; 00030 enum StPeCSpecies {pion, kaon, proton, electron, muon}; 00031 00032 const double mMassElectron =0.000510999; 00033 const double mMassMuon =0.105658389; 00034 const double mMassPion =0.139567; 00035 const double mMassKaon =0.493677; 00036 const double mMassProton =0.93827231; 00037 00038 // Maximmum number of tracka 00039 const int StPeCnMaxTracks =4; 00040 00041 #endif
1.5.9