| 2 |
#define PSPEID_H |
#define PSPEID_H |
| 3 |
|
|
| 4 |
#include "pHitID.h" |
#include "pHitID.h" |
| 5 |
|
#include "TObject.h" |
| 6 |
|
|
| 7 |
class pSpeID :public pHitID { |
class pSpeID :public pHitID { |
| 8 |
|
|
| 9 |
public: |
public: |
| 10 |
|
|
| 11 |
pSpeID(const char *c=0): pHitID(c){}; |
pSpeID(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; |
| 29 |
int _itspa; |
int _itspa; |
| 30 |
|
|
| 31 |
|
|
| 32 |
|
public: |
| 33 |
|
ClassDef(pSpeID,1); |
| 34 |
|
|
| 35 |
}; |
}; |
| 36 |
|
|
| 37 |
#endif //PSPEID_H |
#endif //PSPEID_H |
| 38 |
|
|