--- yoda/techmodel/Calib2_Ac2Reader.cpp 2005/05/28 10:44:10 4.4 +++ yoda/techmodel/Calib2_Ac2Reader.cpp 2006/09/29 10:19:18 6.3 @@ -1,15 +1,12 @@ /** @file - * $Source: /home/cvsmanager/yoda/techmodel/Calib2_Ac2Reader.cpp,v $ - * $Id: Calib2_Ac2Reader.cpp,v 4.0 2005/03/06 04:33:02 kusanagi Exp $ + * $Source: /afs/ba.infn.it/user/pamela/src/CVS/yoda/techmodel/Calib2_Ac2Reader.cpp,v $ + * $Id: Calib2_Ac2Reader.cpp,v 6.2 2006/05/30 19:10:03 kusanagi Exp $ * $Author: kusanagi $ * * Implementation of the Calib2_Ac2Reader class. */ -#include #include -#include -#include "stdio.h" extern "C" { #include "CRC.h" #include "forroutines/anticounter/AC.h" @@ -36,7 +33,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 4.0 2005/03/06 04:33:02 kusanagi Exp $\n"; + return "$Header: /afs/ba.infn.it/user/pamela/src/CVS/yoda/techmodel/Calib2_Ac2Reader.cpp,v 6.2 2006/05/30 19:10:03 kusanagi Exp $\n"; } /** @@ -55,6 +52,7 @@ void Calib2_Ac2Reader::RunEvent(int EventNumber, long int dataLength) throw (Exception){ char *subData = new char[dataLength]; + memset(subData, 0, dataLength*sizeof(char)); struct calibstruct output = {0}; InputFile->read(subData, sizeof(unsigned char)*dataLength);