Parent Directory | Revision Log
First release
1 | pamela | 1.1 | #ifndef PCAL_H |
2 | #define PCAL_H | ||
3 | |||
4 | #include "pDetector.h" | ||
5 | |||
6 | class pCal: public pDetector { | ||
7 | |||
8 | public: | ||
9 | |||
10 | pCal(): pDetector("CAL"){}; | ||
11 | |||
12 | private: | ||
13 | |||
14 | |||
15 | }; | ||
16 | |||
17 | #endif //PCAL_H |
ViewVC Help | |
Powered by ViewVC 1.1.23 |