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

Diff of /gp2root/pSpeID.h

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

revision 1.1 by pamela, Wed Apr 19 23:35:58 2006 UTC revision 1.2 by cafagna, Sun Oct 22 08:27:03 2006 UTC
# Line 2  Line 2 
2  #define PSPEID_H  #define PSPEID_H
3    
4  #include "pHitID.h"  #include "pHitID.h"
5    #include "TObject.h"
6    
7  class pSpeID :public pHitID {  class pSpeID :public pHitID {
8    
9  public:  public:
10    
11    pSpeID(const char *c=0): pHitID(c){};    pSpeID(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 28  private: Line 29  private:
29    int _itspa;    int _itspa;
30    
31        
32    public:
33      ClassDef(pSpeID,1);
34    
35  };  };
36    
37  #endif //PSPEID_H  #endif //PSPEID_H
38    

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

  ViewVC Help
Powered by ViewVC 1.1.23