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

Diff of /gp2root/pCatHit.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:48 2006 UTC
# Line 3  Line 3 
3  #include <iostream>  #include <iostream>
4  #include "pHit.h"  #include "pHit.h"
5  #include "pCatID.h"  #include "pCatID.h"
6    #include "TObject.h"
7    
8  using std::cout;  using std::cout;
9  using std::endl;  using std::endl;
# Line 73  public: Line 74  public:
74  private:    private:  
75    float _xout,_yout,_zout;    float _xout,_yout,_zout;
76    float _time,_path;    float _time,_path;
77    public:
78      ClassDef(pCatHit,1);
79    
80  };  };
81    
82  #endif //PCATHIT_H  #endif //PCATHIT_H
83    

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

  ViewVC Help
Powered by ViewVC 1.1.23