Parent Directory | Revision Log
Stable version, lot of changes, ROOT support included, persistency not yet activated
1 | pamela | 1.1 | #ifndef PCAT_H |
2 | #define PCAT_H | ||
3 | |||
4 | #include "pDetector.h" | ||
5 | cafagna | 1.2 | #include "TObject.h" |
6 | pamela | 1.1 | |
7 | class pCat: public pDetector { | ||
8 | |||
9 | public: | ||
10 | |||
11 | pCat(): pDetector("CAT"){}; | ||
12 | |||
13 | private: | ||
14 | |||
15 | |||
16 | cafagna | 1.2 | public: |
17 | ClassDef(pCat,1); | ||
18 | |||
19 | pamela | 1.1 | }; |
20 | |||
21 | #endif //PCAT_H | ||
22 | cafagna | 1.2 |
ViewVC Help | |
Powered by ViewVC 1.1.23 |