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

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

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

  ViewVC Help
Powered by ViewVC 1.1.23