| 1 |
/** @file |
/** @file |
| 2 |
* $Author: kusanagi $ |
* $Author: kusanagi $ |
| 3 |
* $Date: 2006/02/07 17:11:10 $ |
* $Date: 2006/02/15 15:47:14 $ |
| 4 |
* $Revision: 6.0 $ |
* $Revision: 6.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 |
*/ |
*/ |
| 156 |
|
|
| 157 |
|
|
| 158 |
/********************************************** |
/********************************************** |
| 159 |
|
<<<<<<< ReaderAlgorithms.h |
| 160 |
|
* Event reader algorithm for CalibTrkBoth events. |
| 161 |
|
**********************************************/ |
| 162 |
|
/* class CalibTrkBothReader: public TechmodelAlgorithm { |
| 163 |
|
private: |
| 164 |
|
// The CalibTrkBoth event that is created in the reader. |
| 165 |
|
CalibTrkBothEvent* calibTrkBoth; |
| 166 |
|
public: |
| 167 |
|
CalibTrkBothReader(void); |
| 168 |
|
virtual void Init(PamelaRun *); |
| 169 |
|
virtual void RunEvent(int, long int) throw (Exception); |
| 170 |
|
//this type of RUNEvent should be the future develop. |
| 171 |
|
//Pass the buffer not the pointer to file |
| 172 |
|
//virtual void RunEvent(int, long int, char[]); |
| 173 |
|
virtual std::string GetVersionInfo(void) const; |
| 174 |
|
}; |
| 175 |
|
*/ |
| 176 |
|
|
| 177 |
|
/********************************************** |
| 178 |
|
======= |
| 179 |
|
>>>>>>> 6.1 |
| 180 |
* Event reader algorithm for CalibTrk1 events. |
* Event reader algorithm for CalibTrk1 events. |
| 181 |
**********************************************/ |
**********************************************/ |
| 182 |
class CalibTrk1Reader: public TechmodelAlgorithm { |
class CalibTrk1Reader: public TechmodelAlgorithm { |