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

Annotation of /gp2root/pPhitMgr.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Wed Apr 19 23:35:58 2006 UTC (18 years, 7 months ago) by pamela
Branch point for: MAIN, v1r0
File MIME type: text/plain
Initial revision

1 pamela 1.1 #ifndef PHITMGR_H
2     #define PHITMGR_H
3     #include <string>
4     #include "pHit.h"
5    
6     using std::string;
7    
8     class pPhitMgr {
9    
10     public:
11    
12     static pPhitMgr * Get();
13     pPhitMgr(){};
14     pHit* GetpHit(const string &s, const char *c);
15    
16     private:
17    
18     static pPhitMgr * _phitmgr;
19    
20     };
21    
22    
23     #endif //PHITMGR_H

  ViewVC Help
Powered by ViewVC 1.1.23