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

Diff of /gp2root/pTrdID.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:27:08 2006 UTC
# Line 2  Line 2 
2  #define PTRDID_H  #define PTRDID_H
3    
4  #include "pHitID.h"  #include "pHitID.h"
5    #include "TObject.h"
6    
7  class pTrdID :public pHitID {  class pTrdID :public pHitID {
8    
9  public:  public:
10    
11      pTrdID(const char *c=0): pHitID(c){};      pTrdID(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 27  private: Line 28  private:
28      int _itrsi;      int _itrsi;
29    
30        
31    public:
32      ClassDef(pTrdID,1);
33    
34  };  };
35    
36  #endif //PTRDID_H  #endif //PTRDID_H
37    

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

  ViewVC Help
Powered by ViewVC 1.1.23