--- yoda/techmodel/Calib1_Ac2Reader.cpp 2005/03/05 16:34:06 2.3.2.1 +++ yoda/techmodel/Calib1_Ac2Reader.cpp 2006/02/04 12:37:44 5.1 @@ -1,7 +1,7 @@ /** @file * $Source: /home/cvsmanager/yoda/techmodel/Calib1_Ac2Reader.cpp,v $ - * $Id: Calib1_Ac2Reader.cpp,v 2.3 2005/01/29 00:26:55 kusanagi Exp $ - * $Author: kusanagi $ + * $Id: Calib1_Ac2Reader.cpp,v 5.0 2005/08/29 09:46:13 Maurizio Nagni Exp $ + * $Author: Maurizio Nagni $ * * Implementation of the Calib1_Ac2Reader class. */ @@ -36,7 +36,7 @@ * Get a string with the version info of the algorithm. */ std::string Calib1_Ac2Reader::GetVersionInfo(void) const { - return "$Header: /home/cvsmanager/yoda/techmodel/Calib1_Ac2Reader.cpp,v 2.3 2005/01/29 00:26:55 kusanagi Exp $\n"; + return "$Header: /home/cvsmanager/yoda/techmodel/Calib1_Ac2Reader.cpp,v 5.0 2005/08/29 09:46:13 Maurizio Nagni Exp $\n"; } /** @@ -53,6 +53,10 @@ * Unpack the Calib1_Ac2Reader event from an input file. */ void Calib1_Ac2Reader::RunEvent(int EventNumber, long int dataLength) throw (Exception){ +/* +*/ + + //delete [] subData; }