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 tracker events. |
* Header file for the algorithms used to read the techmodel tracker events. |
7 |
*/ |
*/ |
20 |
* Algorithm to read techmodel tracker physics events. |
* Algorithm to read techmodel tracker physics events. |
21 |
*/ |
*/ |
22 |
class TrackerReader: public pamela::techmodel::TechmodelAlgorithm { |
class TrackerReader: public pamela::techmodel::TechmodelAlgorithm { |
23 |
|
|
24 |
private: |
private: |
25 |
/** |
/** |
26 |
* The physics event that is created in this algorithm. |
* The physics event that is created in this algorithm. |