1 |
/** @file |
/** @file |
2 |
* $Author: kusanagi $ |
* $Author: kusanagi $ |
3 |
* $Date: 2004/07/06 12:20:23 $ |
* $Date: 2004/07/06 13:31:18 $ |
4 |
* $Revision: 1.1.1.1 $ |
* $Revision: 1.2 $ |
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 |
*/ |
*/ |
17 |
#include "TabDumpEvent.h" |
#include "TabDumpEvent.h" |
18 |
|
|
19 |
#include "CalibCalEvent.h" |
#include "CalibCalEvent.h" |
20 |
|
#include "CalibCalPedEvent.h" |
21 |
#include "CalibTrk1Event.h" |
#include "CalibTrk1Event.h" |
22 |
#include "CalibTrk2Event.h" |
#include "CalibTrk2Event.h" |
23 |
#include "CalibTrdEvent.h" |
#include "CalibTrdEvent.h" |
194 |
}; |
}; |
195 |
|
|
196 |
/** |
/** |
197 |
|
* Event reader algorithm for CalibCalPed events. |
198 |
|
*/ |
199 |
|
class CalibCalPedReader: public TechmodelAlgorithm { |
200 |
|
private: |
201 |
|
/** The CalibCalPed event that is created in the reader. */ |
202 |
|
CalibCalPedEvent* CalibCalPed; |
203 |
|
public: |
204 |
|
CalibCalPedReader(void); |
205 |
|
virtual void Init(PamelaRun *); |
206 |
|
virtual void RunEvent(int, long int); |
207 |
|
virtual std::string GetVersionInfo(void) const; |
208 |
|
}; |
209 |
|
|
210 |
|
|
211 |
|
/** |
212 |
* Event reader algorithm for CalibTrk1 events. |
* Event reader algorithm for CalibTrk1 events. |
213 |
*/ |
*/ |
214 |
class CalibTrk1Reader: public TechmodelAlgorithm { |
class CalibTrk1Reader: public TechmodelAlgorithm { |