Rev 273 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 273 | Rev 329 | ||
|---|---|---|---|
| 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, B, PHI, ALL }; |
14 | enum SIMPLEPID {PHOTON, ELECTRON, PION, MUON, KAON, PROTON, JPSI, D, DSTAR, B, PHI, LAMBDA0, 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; |