Parent Directory | Revision Log | 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 |
|
ViewVC Help | |
Powered by ViewVC 1.1.23 |