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

Annotation of /gp2root/pHitID.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (hide annotations) (download) (vendor branch)
Wed Apr 19 23:35:57 2006 UTC (18 years, 7 months ago) by pamela
Branch: v1r0
CVS Tags: start
Changes since 1.1: +0 -0 lines
File MIME type: text/plain
First release

1 pamela 1.1 #ifndef PHITID_H
2     #define PHITID_H
3    
4    
5     class pHitID {
6    
7     public:
8    
9     pHitID() {};
10     virtual void SetHitID(const char * c)=0;
11     virtual void Print()=0;
12    
13     private:
14    
15    
16     };
17    
18     #endif //PHITID_H

  ViewVC Help
Powered by ViewVC 1.1.23