--- yoda/techmodel/EventReader.h 2004/12/03 22:08:00 2.1 +++ yoda/techmodel/EventReader.h 2005/03/06 04:33:02 4.0 @@ -1,7 +1,7 @@ /** @file * $Author: kusanagi $ - * $Date: 2004/09/21 20:50:54 $ - * $Revision: 2.0 $ + * $Date: 2005/03/04 15:54:11 $ + * $Revision: 3.0 $ * * Header file for the algorithms used to read the techmodel data file. */ @@ -35,7 +35,7 @@ * The Run that is processed. */ TechmodelPamelaRun *Run; //! - void UnpackPscuHeader(void) throw (WrongCRCException, LengthException); + void UnpackPscuHeader(void) throw (WrongCRCHeaderException, LengthException); void UnpackPscuTrailer(void) throw (std::exception); /** @@ -58,7 +58,7 @@ virtual void Init(PamelaRun *); virtual void RunEvent(int); virtual std::string GetVersionInfo(void) const; - virtual int FindStart(void) throw (std::exception); + virtual bool FindStart(void) throw (std::exception); ClassDef(EventReader, 1) }; }