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

Diff of /gp2root/pCaliID.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by pamela, Wed Apr 19 23:35:57 2006 UTC revision 1.2 by cafagna, Sun Oct 22 08:26:43 2006 UTC
# Line 2  Line 2 
2  #define PCALIID_H  #define PCALIID_H
3    
4  #include "pHitID.h"  #include "pHitID.h"
5    #include "TObject.h"
6    
7  class pCaliID :public pHitID {  class pCaliID :public pHitID {
8    
9  public:  public:
10    
11      pCaliID(const char *c=0): pHitID(c){};      pCaliID(const char *c=0){SetHitID(c);}
12    
13      void SetHitID(const char *c){      void SetHitID(const char *c){
14        int *temp =(int *) c;        int *temp =(int *) c;
# Line 29  private: Line 30  private:
30      int _icastrip;      int _icastrip;
31      int _icamod;      int _icamod;
32        
33    public:
34      ClassDef(pCaliID,1);
35    
36  };  };
37    
38  #endif //PCALIID_H  #endif //PCALIID_H
39    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.23