]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG2/FEMTOSCOPY/AliFemto/phys_constants.h
Fixing coding rule violations
[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        = kLambdaMassC2;
12 static const double M_KAON_0_SHORT  = kKaon0ShortMassC2;
13 static const double M_PROTON        = kProtonMassC2;
14 static const double M_PION_PLUS     = kPionPlusMassC2;
15 static const double M_PION_MINUS    = kPionMinusMassC2;
16 static const double M_XI_MINUS      = kXiMinusMassC2;
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