| 1 |
/** @file |
/** @file |
| 2 |
* $Author: messineo $ |
* $Author: mocchiut $ |
| 3 |
* $Date: 2008-03-03 15:37:16 $ |
* $Date: 2008/09/23 07:20:24 $ |
| 4 |
* $Revision: 1.10 $ |
* $Revision: 1.1.1.1 $ |
| 5 |
* |
* |
| 6 |
* Header file for the algorithms used to read the techmodel data file. |
* Header file for the algorithms used to read the techmodel data file. |
| 7 |
*/ |
*/ |
| 38 |
//The event header |
//The event header |
| 39 |
EventHeader* Header; |
EventHeader* Header; |
| 40 |
void PKT_UnpackPscuHeader(char* buff); |
void PKT_UnpackPscuHeader(char* buff); |
| 41 |
|
TObject *GetPtr(TString name=""); |
| 42 |
//Distructor |
//Distructor |
| 43 |
virtual ~EventReader(void); |
virtual ~EventReader(void); |
| 44 |
EventReader(void); |
EventReader(void); |
| 50 |
|
|
| 51 |
virtual std::string GetVersionInfo(void) const; |
virtual std::string GetVersionInfo(void) const; |
| 52 |
|
|
| 53 |
ClassDef(EventReader, 1) |
ClassDef(EventReader, 2) |
| 54 |
}; |
}; |
| 55 |
} |
} |
| 56 |
} |
} |