BOSS
7.1.2
BESIII Offline Software System
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Functions
a
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
v
w
x
z
Typedefs
c
d
e
g
h
i
l
m
n
o
p
r
s
t
Enumerations
Enumerator
a
b
c
d
e
f
i
k
l
m
n
o
p
r
s
t
u
w
x
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
m
n
p
r
s
t
v
w
Enumerations
b
c
d
e
f
g
h
i
k
l
m
n
p
r
s
t
v
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Related Symbols
:
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
v
w
x
Files
File List
File Members
All
!
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
!
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
!
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
h
i
j
k
l
m
n
p
r
s
t
u
v
w
z
Enumerations
Enumerator
a
b
c
d
e
f
g
h
i
k
m
n
o
p
r
s
t
u
w
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
▼
BOSS
Used Packages
Requirements
►
How to use the ERS package
Todo List
►
Namespaces
►
Classes
▼
Files
▼
File List
▼
7.1.2
►
Analysis
►
BesCxxPolicy
►
BesExamples
►
BesPolicy
►
Calibration
►
Control
►
Database
►
DetectorDescription
►
DistBoss
►
DQA
►
Emc
►
Event
►
EventDisplay
►
EventFilter
►
EvtPreSelect
►
External
►
Generator
►
InstallArea
►
LumTauAlg
►
MagneticField
▼
Mdc
▼
DedxCalibAlg
▼
DedxCalibAlg-00-02-01
►
DedxCalibAlg
▼
share
►
shell
▼
template
►
CheckChargeSpace
►
CheckRung
►
Costheta
►
CosthetaSec
►
Curve
►
DocaEangle
►
DocaEangleSec
►
Eangle1D
►
Eangle1DSec
►
FirstRung
▼
HadronCalib
▼
Widget
▼
Widget
►
ElectronWidget
►
HadronWidget
▼
WidgetHelpers
WidgetConstants.h
►
WidgetCurve.h
WidgetGenerator.cc
►
WidgetGenerator.h
WidgetParameterization.cc
►
WidgetParameterization.h
WidgetQuality.cc
►
WidgetQuality.h
►
WidgetSigma.h
►
WidgetExe
►
HadronConstants
►
RungCos
►
RungCosSec
►
RungDoca
►
RungDocaSec
►
RungEangle
►
RungWire
►
select
►
Simulation
►
T0
►
WireGain
►
src
►
DedxCorrecSvc
►
DedxCurSvc
►
DedxSimSvc
►
MdcAlignAlg
►
MdcCalibAlg
►
MdcCalibFunSvc
►
MdcCheckUtil
►
MdcGeomSvc
►
MdcHvDropSvc
►
MdcNavigation
►
MdcRawEvent
►
MdcRecEvent
►
MdcTables
►
Muc
►
OfflineEvtFilter
►
Reconstruction
►
RootPolicy
►
Simulation
►
Tof
►
Trigger
►
Utilities
►
Validation
►
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
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
16
namespace
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
}
16
namespace
Widget
{
…
}
24
#endif
mkaon
const double mkaon
Definition
DSemilepAlg.cxx:52
mproton
const double mproton
Definition
PipiJpsi.cxx:50
Widget
Definition
WidgetConstants.h:16
7.1.2
Mdc
DedxCalibAlg
DedxCalibAlg-00-02-01
share
template
HadronCalib
Widget
Widget
WidgetHelpers
WidgetConstants.h
Generated by
1.12.0