Rev 267 | Rev 273 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 267 | Rev 271 | ||
---|---|---|---|
Line 9... | Line 9... | ||
9 | //- |
9 | //- |
10 | 10 | ||
11 | #include "TObject.h" |
11 | #include "TObject.h" |
12 | #include "TClonesArray.h" |
12 | #include "TClonesArray.h" |
13 | 13 | ||
14 | enum SIMPLEPID {PHOTON, ELECTRON, PION, MUON, KAON, PROTON, JPSI, D, DSTAR, |
14 | enum SIMPLEPID {PHOTON, ELECTRON, PION, MUON, KAON, PROTON, JPSI, D, DSTAR, B, PHI, ALL }; |
15 | 15 | ||
16 | class BParticle : public TObject { |
16 | class BParticle : public TObject { |
17 | 17 | ||
18 | private: |
18 | private: |
19 | float m_px; |
19 | float m_px; |