Parent Directory | Revision Log
Stable version, lot of changes, ROOT support included, persistency not yet activated
1 | #ifndef PHITID_H |
2 | #define PHITID_H |
3 | #include "TObject.h" |
4 | |
5 | class pHitID : public TObject { |
6 | |
7 | public: |
8 | |
9 | pHitID() {}; |
10 | virtual void SetHitID(const char * c)=0; |
11 | virtual void Print()=0; |
12 | |
13 | private: |
14 | |
15 | |
16 | public: |
17 | ClassDef(pHitID,1); |
18 | |
19 | }; |
20 | |
21 | #endif //PHITID_H |
22 |
ViewVC Help | |
Powered by ViewVC 1.1.23 |