]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG2/FEMTOSCOPY/AliFemto/phys_constants.h
adf5931593d770b10f05ad99d708d12d925b37f3
[u/mrichter/AliRoot.git] / PWG2 / FEMTOSCOPY / AliFemto / phys_constants.h
1 // malisa - there was somewhere a "phys_constants.h" in the STAR hierarchy
2 // the Strangeness HBT guys used very little of it, so I just put that stuff
3 // in here...
4
5 #ifndef _StHbt_phys_constants_h_
6 #define _StHbt_phys_constants_h_
7
8 #include "PhysicalConstants.h"  // from StarClassLibrary
9
10 // the strangeness guys used a different naming system (of course)
11 static const double M_LAMBDA        = lambda_mass_c2;
12 static const double M_KAON_0_SHORT  = kaon_0_short_mass_c2;
13 static const double M_PROTON        = proton_mass_c2;
14 static const double M_PION_PLUS     = pion_plus_mass_c2;
15 static const double M_PION_MINUS    = pion_minus_mass_c2;
16 static const double M_XI_MINUS      = xi_minus_mass_c2;
17 static const double M_OMEGA_MINUS   = 1672.45;
18 static const double M_KAON_MINUS    = 493.677;
19 static const double M_KAON_PLUS     = 493.677;
20
21 #endif