1 |
/** @file |
/** @file |
2 |
* $Author: kusanagi $ |
* $Author: kusanagi $ |
3 |
* $Date: 2005/01/29 00:26:55 $ |
* $Date: 2005/02/18 18:19:14 $ |
4 |
* $Revision: 2.7 $ |
* $Revision: 2.8 $ |
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 |
*/ |
*/ |
47 |
#include "varDump/VarDumpEvent.h" |
#include "varDump/VarDumpEvent.h" |
48 |
#include "arrDump/ArrDumpEvent.h" |
#include "arrDump/ArrDumpEvent.h" |
49 |
#include "tabDump/TabDumpEvent.h" |
#include "tabDump/TabDumpEvent.h" |
50 |
|
#include "tsbt/TsbTEvent.h" |
51 |
|
#include "tsbb/TsbBEvent.h" |
52 |
#include "tmtc/TmtcEvent.h" |
#include "tmtc/TmtcEvent.h" |
53 |
#include "mcmd/McmdEvent.h" |
#include "mcmd/McmdEvent.h" |
54 |
#include "ForcedFECmdEvent.h" |
#include "ForcedFECmdEvent.h" |
66 |
#include "TrgAlarmEvent.h" |
#include "TrgAlarmEvent.h" |
67 |
#include "TofAlarmEvent.h" |
#include "TofAlarmEvent.h" |
68 |
#include "S4AlarmEvent.h" |
#include "S4AlarmEvent.h" |
|
#include "tsbt/TsbTEvent.h" |
|
|
#include "tsbb/TsbBEvent.h" |
|
69 |
|
|
70 |
using namespace std; |
using namespace std; |
71 |
|
|
238 |
public: |
public: |
239 |
CalibS4Reader(void); |
CalibS4Reader(void); |
240 |
virtual void Init(PamelaRun *); |
virtual void Init(PamelaRun *); |
241 |
virtual void RunEvent(int, long int) throw (Exception); |
virtual void RunEvent(int, long int) throw (WrongCRCException); |
242 |
virtual std::string GetVersionInfo(void) const; |
virtual std::string GetVersionInfo(void) const; |
243 |
}; |
}; |
244 |
|
|
804 |
virtual void RunEvent(int, long int) throw (WrongCRCException); |
virtual void RunEvent(int, long int) throw (WrongCRCException); |
805 |
virtual std::string GetVersionInfo(void) const; |
virtual std::string GetVersionInfo(void) const; |
806 |
}; |
}; |
807 |
|
|
808 |
|
|
809 |
} |
} |
810 |
} |
} |
811 |
|
|