--- yoda/techmodel/EventReader.h 2005/03/06 04:33:02 4.0 +++ yoda/techmodel/EventReader.h 2005/08/29 09:46:13 5.0 @@ -1,7 +1,7 @@ /** @file * $Author: kusanagi $ - * $Date: 2005/03/04 15:54:11 $ - * $Revision: 3.0 $ + * $Date: 2005/08/29 09:26:54 $ + * $Revision: 4.5 $ * * 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 (WrongCRCHeaderException, LengthException); + void UnpackPscuHeader(void) throw (WrongCRCHeaderException, LengthException, BackwardCounterException); void UnpackPscuTrailer(void) throw (std::exception); /**