/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Reconstruction/MdcPatRec/MdcRecoUtil/MdcRecoUtil-00-01-08/MdcRecoUtil/PdtPid.h

Go to the documentation of this file.
00001 #ifndef MdcRecoUtilPID_H
00002 #define MdcRecoUtilPID_H
00003 #include "MdcRecoUtil/PdtLund.h"
00004 
00005 class PdtPid
00006 {
00007 public:
00008   enum {nPidType = 5};
00009 
00010   enum PidType
00011   {
00012     null = -1,
00013     electron = 0,
00014     muon = 1,
00015     pion = 2,
00016     kaon = 3,
00017     proton = 4
00018   };
00019   enum {nPidNeutralType = 5};
00020 
00021   enum PidNeutralType
00022   {
00023     none = -1,
00024     gamma = 0,
00025     pi0   = 1,
00026     K0L   = 2, 
00027     neutron = 3,
00028     anti_neutron = 4
00029   };
00030 protected:
00031   
00032   friend class Pdt;
00033 };
00034 
00035 #endif

Generated on Tue Nov 29 23:13:31 2016 for BOSS_7.0.2 by  doxygen 1.4.7