--- yoda/techmodel/physics/S4Reader.h 2004/10/17 12:28:46 2.1 +++ yoda/techmodel/physics/S4Reader.h 2006/02/04 12:37:46 5.1 @@ -1,7 +1,7 @@ /** @file - * $Author: kusanagi $ - * $Date: 2004/09/21 20:51:22 $ - * $Revision: 2.0 $ + * $Author: Maurizio Nagni $ + * $Date: 2005/08/29 09:46:13 $ + * $Revision: 5.0 $ * * Header file for the algorithms used to read the techmodel tracker events. */ @@ -25,6 +25,7 @@ * The physics event that is created in this algorithm. */ S4Event *s4; + int haveData(const char[], long int); public: S4Reader(void); virtual void Init(PamelaRun *);