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:58 2006 UTC | |
---|---|---|
# | Line 1 | Line 1 |
1 | #ifndef PHITID_H | #ifndef PHITID_H |
2 | #define PHITID_H | #define PHITID_H |
3 | #include "TObject.h" | |
4 | ||
5 | class pHitID : public TObject { | |
class pHitID { | ||
6 | ||
7 | public: | public: |
8 | ||
# | Line 13 public: | Line 13 public: |
13 | private: | private: |
14 | ||
15 | ||
16 | public: | |
17 | ClassDef(pHitID,1); | |
18 | ||
19 | }; | }; |
20 | ||
21 | #endif //PHITID_H | #endif //PHITID_H |
22 |
|
ViewVC Help | |
Powered by ViewVC 1.1.23 |