Rev 319 | Rev 330 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 319 | Rev 329 | ||
---|---|---|---|
Line 33... | Line 33... | ||
33 | return result; |
33 | return result; |
34 | } |
34 | } |
35 | 35 | ||
36 | class Blab2 { |
36 | class Blab2 { |
37 | public: |
37 | public: |
38 | const char *names[ |
38 | const char *names[12]={"photon", "electron", "pion", "muon", "kaon", "proton", "J/Psi", "D", "D*", "B", "Phi","Lambda0"}; |
39 | 39 | ||
40 | UInt_t fNeve; |
40 | UInt_t fNeve; |
41 | UInt_t fNfirst; |
41 | UInt_t fNfirst; |
42 | UInt_t fPrint; |
42 | UInt_t fPrint; |
43 | int fData; |
43 | int fData; |