Pid Framework
Loading...
Searching...
No Matches
Enumerations | Variables
Constants.h File Reference

Some constants and enumerators. More...

#include <unordered_map>

Go to the source code of this file.

Enumerations

enum  eParticle {
  kBgPos = 1 , kBgNeg = -1 , kProton = 2212 , kAntiProton = -2212 ,
  kPionPos = 211 , kPionNeg = -211 , kKaonPos = 321 , kKaonNeg = -321 ,
  kDeutron = 1000010020 , kHe3 = 1000020030 , kHe4 = 1000020040
}
 
enum  eNames { kA = 0 , kMean , kSigma , nParams }
 

Variables

const std::unordered_map< int, float > PidParticles::masses
 

Detailed Description

Some constants and enumerators.

Author
Viktor Klochkov (kloch.nosp@m.kov4.nosp@m.4@gma.nosp@m.il.c.nosp@m.om)
Ilya Selyuzhenkov (ilya..nosp@m.sely.nosp@m.uzhen.nosp@m.kov@.nosp@m.gmail.nosp@m..com)

Variable Documentation

◆ masses

const std::unordered_map<int, float> PidParticles::masses
Initial value:
=
{
{kBgPos, 0.},
{kBgNeg, 0.},
{kProton, 0.938},
{kAntiProton, 0.938},
{kPionPos, 0.140},
{kPionNeg, 0.140},
{kKaonPos, 0.498},
{kKaonNeg, 0.498},
{kDeutron, 1.862},
{kHe3, 2.793},
{kHe4, 3.724},
}