--- yoda/techmodel/PhysEndRunReader.cpp 2006/02/07 17:11:09 6.0 +++ yoda/techmodel/PhysEndRunReader.cpp 2006/05/30 19:10:03 6.2 @@ -1,21 +1,11 @@ - // Implementation of the PhysEndRunReader class. - -#define UINT unsigned int -#define BYTE unsigned char -#include -#include extern "C" { -#include #include "CRC.h" } -#include -#include "stdio.h" #include "ReaderAlgorithms.h" -using namespace pamela; using namespace pamela::techmodel; static log4cxx::LoggerPtr logger = log4cxx::Logger::getLogger(_T("pamela.techmodel.PhysEndRunReader")); @@ -34,7 +24,7 @@ */ std::string PhysEndRunReader::GetVersionInfo(void) const { return - "$Header: /home/cvsmanager/yoda/techmodel/PhysEndRunReader.cpp,v 5.1 2006/02/04 12:37:45 kusanagi Exp $\n"; + "$Header: /home/cvsmanager/yoda/techmodel/PhysEndRunReader.cpp,v 6.1 2006/05/30 19:10:02 kusanagi Exp $\n"; } /**