1 |
/** @file |
/** @file |
2 |
* $Author: kusanagi $ |
* $Author: kusanagi $ |
3 |
* $Date: 2004/09/21 20:51:22 $ |
* $Date: 2005/05/28 10:44:13 $ |
4 |
* $Revision: 2.0 $ |
* $Revision: 4.4 $ |
5 |
* |
* |
6 |
* Header file for the algorithms used to read the techmodel tracker events. |
* Header file for the algorithms used to read the techmodel tracker events. |
7 |
*/ |
*/ |
25 |
* The physics event that is created in this algorithm. |
* The physics event that is created in this algorithm. |
26 |
*/ |
*/ |
27 |
S4Event *s4; |
S4Event *s4; |
28 |
|
int haveData(const char[], long int); |
29 |
public: |
public: |
30 |
S4Reader(void); |
S4Reader(void); |
31 |
virtual void Init(PamelaRun *); |
virtual void Init(PamelaRun *); |