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