BOSS 7.0.9
BESIII Offline Software System
Loading...
Searching...
No Matches
WidgetConstants.h
Go to the documentation of this file.
1//********************************************************************************
2// This file is part of the Widget, a package for performing dE/dx calibration.
3//
4// Author: Jake Bennett
5// Date: July 8, 2015
6//
7// WidgetConstants is a class that initializes some useful constants. These are
8// static constants that do not require a class instance to be used.
9//
10// For additional details, see the Widget document.
11//
12//********************************************************************************
13#ifndef WIDGETCONSTANTS_H
14#define WIDGETCONSTANTS_H
15
16namespace Widget{
17 // particle masses
18 static double mpion = 0.13957;
19 static double mkaon = 0.49367;
20 static double mproton = 0.93827;
21 static double mmuon = 0.10566;
22 static double melectron = 0.000511;
23}
24#endif
const double mkaon
Definition: DSemilepAlg.cxx:52
const double mproton
Definition: PipiJpsi.cxx:50