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:26:45 2006 UTC | |
---|---|---|
# | Line 3 | Line 3 |
3 | #include <iostream> | #include <iostream> |
4 | #include "pHit.h" | #include "pHit.h" |
5 | #include "pCasID.h" | #include "pCasID.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(pCasHit,1); | |
79 | ||
80 | }; | }; |
81 | ||
82 | #endif //PCASHIT_H | #endif //PCASHIT_H |
83 |
|
ViewVC Help | |
Powered by ViewVC 1.1.23 |