--- yoda/techmodel/EventReader.h 2004/12/22 11:38:35 2.2 +++ yoda/techmodel/EventReader.h 2006/02/04 12:37:45 5.1 @@ -1,14 +1,13 @@ /** @file - * $Author: kusanagi $ - * $Date: 2004/12/03 22:08:00 $ - * $Revision: 2.1 $ + * $Author: Maurizio Nagni $ + * $Date: 2005/08/29 09:46:13 $ + * $Revision: 5.0 $ * * Header file for the algorithms used to read the techmodel data file. */ #include "TechmodelPamelaRun.h" #include "TechmodelAlgorithm.h" -#include "Exception.h" namespace pamela { namespace techmodel { @@ -35,7 +34,7 @@ * The Run that is processed. */ TechmodelPamelaRun *Run; //! - void UnpackPscuHeader(void) throw (WrongCRCException, LengthException); + void UnpackPscuHeader(void) throw (WrongCRCHeaderException, LengthException, BackwardCounterException); void UnpackPscuTrailer(void) throw (std::exception); /**