--- yoda/techmodel/CalibTrk1Reader.cpp 2006/02/07 17:11:09 6.0 +++ yoda/techmodel/CalibTrk1Reader.cpp 2006/05/30 19:10:02 6.1 @@ -1,6 +1,6 @@ /** @file * $Source: /home/cvsmanager/yoda/techmodel/CalibTrk1Reader.cpp,v $ - * $Id: CalibTrk1Reader.cpp,v 5.1 2006/02/04 12:37:44 kusanagi Exp $ + * $Id: CalibTrk1Reader.cpp,v 6.0 2006/02/07 17:11:09 kusanagi Exp $ * $Author: kusanagi $ * * Implementation of the LogReader class. @@ -8,16 +8,7 @@ * Control the CRC for the entire data Packet not just for single records */ -#define UINT unsigned int -#define BYTE unsigned char -#include -#include -#include -#include "stdio.h" #include "ReaderAlgorithms.h" -#include "event/PamelaRun.h" - -#include "event/CalibTrk1Event.h" extern "C" { #include "CRC.h" @@ -49,7 +40,6 @@ #include } -using namespace pamela; using namespace pamela::techmodel; static log4cxx::LoggerPtr logger = log4cxx::Logger::getLogger(_T("pamela.techmodel.CalibTrk1Reader")); @@ -68,7 +58,7 @@ */ std::string CalibTrk1Reader::GetVersionInfo(void) const { return - "$Header: /home/cvsmanager/yoda/techmodel/CalibTrk1Reader.cpp,v 5.1 2006/02/04 12:37:44 kusanagi Exp $\n"; + "$Header: /home/cvsmanager/yoda/techmodel/CalibTrk1Reader.cpp,v 6.0 2006/02/07 17:11:09 kusanagi Exp $\n"; } /**