1 |
/** @file |
/** @file |
2 |
* $Author: nagni $ |
* $Author: kusanagi $ |
3 |
* $Date: 2004/03/16 10:18:28 $ |
* $Date: 2004/07/06 12:20:23 $ |
4 |
* $Revision: 1.6 $ |
* $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 |
*/ |
*/ |
36 |
TechmodelPamelaRun *Run; //! |
TechmodelPamelaRun *Run; //! |
37 |
int UnpackPscuHeader(void) throw (std::exception); |
int UnpackPscuHeader(void) throw (std::exception); |
38 |
void UnpackPscuTrailer(void) throw (std::exception); |
void UnpackPscuTrailer(void) throw (std::exception); |
39 |
|
static unsigned int prevPckCounter; |
40 |
|
static unsigned int prevPckOBT; |
41 |
public: |
public: |
42 |
EventReader(void); |
EventReader(void); |
43 |
virtual void Init(PamelaRun *); |
virtual void Init(PamelaRun *); |