/[PAMELA software]/gp2root/pPdetMgr.h
ViewVC logotype

Annotation of /gp2root/pPdetMgr.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations) (download)
Sun Oct 22 08:27:00 2006 UTC (18 years, 1 month ago) by cafagna
Branch: MAIN
CVS Tags: v0r9, v0r10, HEAD
Changes since 1.1: +2 -1 lines
File MIME type: text/plain
Stable version, lot of changes, ROOT support included, persistency not yet activated

1 pamela 1.1 #ifndef PPDETMGR_H
2     #define PPDETMGR_H
3     #include <string>
4     #include "pDetector.h"
5    
6     using std::string;
7    
8 cafagna 1.2 class pPdetMgr{
9 pamela 1.1
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
24 cafagna 1.2

  ViewVC Help
Powered by ViewVC 1.1.23