BOSS
7.0.4
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
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
z
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
x
z
Typedefs
b
c
d
e
g
h
i
l
m
n
o
p
r
s
t
v
Enumerations
_
e
f
g
h
i
l
m
o
p
r
s
t
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 Functions
:
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
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
g
h
i
j
k
l
m
n
p
q
r
s
t
u
v
w
z
Enumerations
d
e
g
h
p
r
s
t
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
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
InstallArea/include/MdcRecoUtil/MdcRecoUtil/PdtPid.h
Go to the documentation of this file.
1
#ifndef MdcRecoUtilPID_H
2
#define MdcRecoUtilPID_H
3
#include "MdcRecoUtil/PdtLund.h"
4
5
class
PdtPid
6
{
7
public
:
8
enum
{
nPidType
= 5};
9
10
enum
PidType
11
{
12
null
= -1,
13
electron
= 0,
14
muon
= 1,
15
pion
= 2,
16
kaon
= 3,
17
proton
= 4
18
};
19
enum
{
nPidNeutralType
= 5};
20
21
enum
PidNeutralType
22
{
23
none
= -1,
24
gamma
= 0,
25
pi0
= 1,
26
K0L
= 2,
27
neutron
= 3,
28
anti_neutron
= 4
29
};
30
protected
:
31
32
friend
class
Pdt
;
33
};
34
35
#endif
PdtPid
Definition:
InstallArea/include/MdcRecoUtil/MdcRecoUtil/PdtPid.h:6
PdtPid::PidType
PidType
Definition:
InstallArea/include/MdcRecoUtil/MdcRecoUtil/PdtPid.h:11
PdtPid::null
@ null
Definition:
InstallArea/include/MdcRecoUtil/MdcRecoUtil/PdtPid.h:12
PdtPid::kaon
@ kaon
Definition:
InstallArea/include/MdcRecoUtil/MdcRecoUtil/PdtPid.h:16
PdtPid::proton
@ proton
Definition:
InstallArea/include/MdcRecoUtil/MdcRecoUtil/PdtPid.h:17
PdtPid::muon
@ muon
Definition:
InstallArea/include/MdcRecoUtil/MdcRecoUtil/PdtPid.h:14
PdtPid::pion
@ pion
Definition:
InstallArea/include/MdcRecoUtil/MdcRecoUtil/PdtPid.h:15
PdtPid::electron
@ electron
Definition:
InstallArea/include/MdcRecoUtil/MdcRecoUtil/PdtPid.h:13
PdtPid::PidNeutralType
PidNeutralType
Definition:
InstallArea/include/MdcRecoUtil/MdcRecoUtil/PdtPid.h:22
PdtPid::neutron
@ neutron
Definition:
InstallArea/include/MdcRecoUtil/MdcRecoUtil/PdtPid.h:27
PdtPid::pi0
@ pi0
Definition:
InstallArea/include/MdcRecoUtil/MdcRecoUtil/PdtPid.h:25
PdtPid::gamma
@ gamma
Definition:
InstallArea/include/MdcRecoUtil/MdcRecoUtil/PdtPid.h:24
PdtPid::K0L
@ K0L
Definition:
InstallArea/include/MdcRecoUtil/MdcRecoUtil/PdtPid.h:26
PdtPid::anti_neutron
@ anti_neutron
Definition:
InstallArea/include/MdcRecoUtil/MdcRecoUtil/PdtPid.h:28
PdtPid::none
@ none
Definition:
InstallArea/include/MdcRecoUtil/MdcRecoUtil/PdtPid.h:23
PdtPid::nPidType
@ nPidType
Definition:
InstallArea/include/MdcRecoUtil/MdcRecoUtil/PdtPid.h:8
PdtPid::nPidNeutralType
@ nPidNeutralType
Definition:
InstallArea/include/MdcRecoUtil/MdcRecoUtil/PdtPid.h:19
Pdt
Definition:
InstallArea/include/MdcRecoUtil/MdcRecoUtil/Pdt.h:49
source
InstallArea
include
MdcRecoUtil
MdcRecoUtil
PdtPid.h
Generated by
1.9.6