]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG2/FEMTOSCOPY/AliFemto/phys_constants.h
Lines getting the matched track moved to a method in AliCalorimeterUtils. Lines copie...
[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 kMLAMBDA        = kLambdaMassC2;
12 static const double kMKAON0SHORT  = kKaon0ShortMassC2;
13 static const double kMPROTON        = kProtonMassC2;
14 static const double kMPIONPLUS     = kPionPlusMassC2;
15 static const double kMPIONMINUS    = kPionMinusMassC2;
16 static const double kMXIMINUS      = kXiMinusMassC2;
17 static const double kMOMEGAMINUS   = 1672.45;
18 static const double kMKAONMINUS    = 493.677;
19 static const double kMKAONPLUS     = 493.677;
20
21 #endif