Parent Directory
| 
 Revision Log
First release
| 1 | #ifndef PPDETMGR_H | 
| 2 | #define PPDETMGR_H | 
| 3 | #include <string> | 
| 4 | #include "pDetector.h" | 
| 5 | |
| 6 | using std::string; | 
| 7 | |
| 8 | class pPdetMgr { | 
| 9 | |
| 10 | public: | 
| 11 | |
| 12 | static pPdetMgr * Get(); | 
| 13 | pPdetMgr(){}; | 
| 14 | pDetector* GetpDet(const string &s); | 
| 15 | |
| 16 | private: | 
| 17 | |
| 18 | static pPdetMgr * _pdetmgr; | 
| 19 | |
| 20 | }; | 
| 21 | |
| 22 | |
| 23 | #endif //PPDETMGR_H | 
| ViewVC Help | |
| Powered by ViewVC 1.1.23 |