BOSS 7.0.5
BESIII Offline Software System
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
5class PdtPid
6{
7public:
8 enum {nPidType = 5};
9
11 {
12 null = -1,
14 muon = 1,
15 pion = 2,
16 kaon = 3,
17 proton = 4
18 };
19 enum {nPidNeutralType = 5};
20
22 {
23 none = -1,
24 gamma = 0,
25 pi0 = 1,
26 K0L = 2,
28 anti_neutron = 4
29 };
30protected:
31
32 friend class Pdt;
33};
34
35#endif