--- yoda/techmodel/Calib1_Ac1Reader.cpp 2006/05/30 19:10:02 6.2 +++ yoda/techmodel/Calib1_Ac1Reader.cpp 2006/09/29 10:19:17 6.3 @@ -1,6 +1,6 @@ /** @file - * $Source: /home/cvsmanager/yoda/techmodel/Calib1_Ac1Reader.cpp,v $ - * $Id: Calib1_Ac1Reader.cpp,v 6.1 2006/05/30 19:10:01 kusanagi Exp $ + * $Source: /afs/ba.infn.it/user/pamela/src/CVS/yoda/techmodel/Calib1_Ac1Reader.cpp,v $ + * $Id: Calib1_Ac1Reader.cpp,v 6.2 2006/05/30 19:10:02 kusanagi Exp $ * $Author: kusanagi $ * * Implementation of the Calib1_Ac1Reader class. @@ -36,7 +36,7 @@ * Get a string with the version info of the algorithm. */ std::string Calib1_Ac1Reader::GetVersionInfo(void) const { - return "$Header: /home/cvsmanager/yoda/techmodel/Calib1_Ac1Reader.cpp,v 6.1 2006/05/30 19:10:01 kusanagi Exp $\n"; + return "$Header: /afs/ba.infn.it/user/pamela/src/CVS/yoda/techmodel/Calib1_Ac1Reader.cpp,v 6.2 2006/05/30 19:10:02 kusanagi Exp $\n"; } /** @@ -54,6 +54,7 @@ */ void Calib1_Ac1Reader::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);