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

Diff of /gp2root/pNdID.h

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

revision 1.1.1.1 by pamela, Wed Apr 19 23:35:58 2006 UTC revision 1.2 by cafagna, Sun Oct 22 08:26:59 2006 UTC
# Line 1  Line 1 
1  #ifndef PNDID_H  #ifndef PNDID_H
2  #define PNDID_H  #define PNDID_H
3  #include "pHitID.h"  #include "pHitID.h"
4    #include "TObject.h"
5    
6  class pNdID : public pHitID {  class pNdID : public pHitID {
7    
8  public:  public:
9    
10    pNdID(const char * c=0): pHitID(c){};    pNdID(const char * c=0){ SetHitID(c); }
11    
12    void SetHitID(const char * c){    void SetHitID(const char * c){
13      _itube = (int) *c;      _itube = (int) *c;
# Line 19  private: Line 20  private:
20    
21    int _itube;    int _itube;
22        
23    public:
24      ClassDef(pNdID,1);
25    
26  };  };
27    
28  #endif //PNDID_H  #endif //PNDID_H
29    

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

  ViewVC Help
Powered by ViewVC 1.1.23