| 2 |
#define PTRDID_H |
#define PTRDID_H |
| 3 |
|
|
| 4 |
#include "pHitID.h" |
#include "pHitID.h" |
| 5 |
|
#include "TObject.h" |
| 6 |
|
|
| 7 |
class pTrdID :public pHitID { |
class pTrdID :public pHitID { |
| 8 |
|
|
| 9 |
public: |
public: |
| 10 |
|
|
| 11 |
pTrdID(const char *c=0): pHitID(c){}; |
pTrdID(const char *c=0){ SetHitID(c); } |
| 12 |
|
|
| 13 |
void SetHitID(const char *c){ |
void SetHitID(const char *c){ |
| 14 |
int *temp =(int *) c; |
int *temp =(int *) c; |
| 28 |
int _itrsi; |
int _itrsi; |
| 29 |
|
|
| 30 |
|
|
| 31 |
|
public: |
| 32 |
|
ClassDef(pTrdID,1); |
| 33 |
|
|
| 34 |
}; |
}; |
| 35 |
|
|
| 36 |
#endif //PTRDID_H |
#endif //PTRDID_H |
| 37 |
|
|