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:07 2006 UTC | |
---|---|---|
# | Line 2 | Line 2 |
2 | #define PTOFID_H | #define PTOFID_H |
3 | #include <iostream> | #include <iostream> |
4 | #include "pHitID.h" | #include "pHitID.h" |
5 | #include "TObject.h" | |
6 | ||
7 | using std::cout; | using std::cout; |
8 | using std::endl; | using std::endl; |
# | Line 34 private: | Line 35 private: |
35 | int _ipaddle; | int _ipaddle; |
36 | ||
37 | ||
38 | public: | |
39 | ClassDef(pTofID,1); | |
40 | ||
41 | }; | }; |
42 | ||
43 | #endif //PTOFID_H | #endif //PTOFID_H |
44 |
|
ViewVC Help | |
Powered by ViewVC 1.1.23 |