StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StPeCEnumerations.h
1 //
3 // $Id: StPeCEnumerations.h,v 1.8 2015/02/25 01:23:07 ramdebbe Exp $
4 // $Log: StPeCEnumerations.h,v $
5 // Revision 1.8 2015/02/25 01:23:07 ramdebbe
6 // fixed StPeCnMaxTracks =6
7 //
8 // Revision 1.7 2012/06/13 15:46:53 ramdebbe
9 // Control the number of tracks for UPC selection
10 //
11 // Revision 1.6 2003/11/25 01:54:25 meissner
12 // correct several bugs: eta cut for tracks, charge sorting, add counting of FTPC and TPC primary tracks, Add bbc information
13 //
14 // Revision 1.5 2001/04/27 19:32:07 akio
15 // fixing a #define conflict bug
16 //
17 // Revision 1.4 2001/04/23 21:44:29 meissner
18 // add dEdx z variable to tree, setFormat(1) for tree, use private BetheBloch (temp solution)
19 //
20 // Revision 1.3 2001/02/12 21:15:40 yepes
21 // New version of StPeCMaker, lots of changes
22 //
23 // Revision 1.2 2000/04/21 19:11:47 nystrand
24 // Add muons, electrons
25 //
26 // Revision 1.1 2000/03/24 22:38:11 nystrand
27 // First version
28 //
29 // Revision 1.0 2000/03/20 23:28:50 nystrand
30 //
32 #ifndef StPeCEnumerations_hh
33 #define StPeCEnumerations_hh
34 
35 const Int_t nSpecies = 5 ;
36 enum StPeCSpecies {pion, kaon, proton, electron, muon};
37 
38 const double mMassElectron =0.000510999;
39 const double mMassMuon =0.105658389;
40 const double mMassPion =0.139567;
41 const double mMassKaon =0.493677;
42 const double mMassProton =0.93827231;
43 
44 // Maximmum number of tracka
45 const int StPeCnMaxTracks =6;
46 // maximu number of snapShots
47 const int snapLimit = 0;
48 #endif