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