--- yoda/techmodel/Calib2_Ac2Reader.cpp 2005/02/08 08:20:41 2.6 +++ yoda/techmodel/Calib2_Ac2Reader.cpp 2005/02/08 12:36:25 2.7 @@ -1,6 +1,6 @@ /** @file * $Source: /home/cvsmanager/yoda/techmodel/Calib2_Ac2Reader.cpp,v $ - * $Id: Calib2_Ac2Reader.cpp,v 2.5 2005/01/29 00:26:55 kusanagi Exp $ + * $Id: Calib2_Ac2Reader.cpp,v 2.6 2005/02/08 08:20:41 kusanagi Exp $ * $Author: kusanagi $ * * Implementation of the Calib2_Ac2Reader class. @@ -36,7 +36,7 @@ * Get a string with the version info of the algorithm. */ std::string Calib2_Ac2Reader::GetVersionInfo(void) const { - return "$Header: /home/cvsmanager/yoda/techmodel/Calib2_Ac2Reader.cpp,v 2.5 2005/01/29 00:26:55 kusanagi Exp $\n"; + return "$Header: /home/cvsmanager/yoda/techmodel/Calib2_Ac2Reader.cpp,v 2.6 2005/02/08 08:20:41 kusanagi Exp $\n"; } /** @@ -53,7 +53,7 @@ * Unpack the CalibAc event from an input file. */ void Calib2_Ac2Reader::RunEvent(int EventNumber, long int dataLength) throw (Exception){ - + /* char *subData = new char[dataLength]; struct calibstruct *output = {0}; @@ -79,7 +79,7 @@ calib2_Ac2->tail = output->tail; calib2_Ac2->CRC = output->CRC; calib2_Ac2->CRCcheck = output->CRCcheck; - + */ //delete [] subData; }