--- yoda/techmodel/PhysEndRunReader.cpp 2004/09/21 20:24:33 1.2 +++ yoda/techmodel/PhysEndRunReader.cpp 2004/12/16 17:32:57 2.2 @@ -15,8 +15,6 @@ #include "stdio.h" #include "ReaderAlgorithms.h" -#include "event/PhysEndRunEvent.h" - using namespace pamela; using namespace pamela::techmodel; @@ -36,7 +34,7 @@ */ std::string PhysEndRunReader::GetVersionInfo(void) const { return - "$Header: /home/cvsmanager/yoda/techmodel/PhysEndRunReader.cpp,v 1.1 2004/08/19 15:24:46 kusanagi Exp $\n"; + "$Header: /home/cvsmanager/yoda/techmodel/PhysEndRunReader.cpp,v 2.1 2004/12/03 22:08:01 kusanagi Exp $\n"; } /** @@ -52,7 +50,7 @@ /** * Unpack the PhysEndRun event from an input file. */ -void PhysEndRunReader::RunEvent(int EventNumber, long int length) { +void PhysEndRunReader::RunEvent(int EventNumber, long int length) throw (WrongCRCException){ }