--- calo/ground/COMMON/inc/CaloFunctions.h 2005/12/13 13:40:15 1.2 +++ calo/ground/COMMON/inc/CaloFunctions.h 2006/03/09 15:55:27 1.3 @@ -1,12 +1,14 @@ // // Calorimeter useful functions and subroutines - Emiliano Mocchiutti // -// CaloFunctions.h version 4.01 (2005-12-13) +// CaloFunctions.h version 4.02 (2006-01-24) // // Programs in this file are called by other programs and cannot be run by hand. // // Changelog: // +// 4.01 - 4.02 (2006-01-24): small bug in getfileLEVname fixed. +// // 4.00 - 4.01 (2005-12-13): bug in CaloFindCalibs (do not search on other calibration files when fails to find any calibration): fixed. // // 3.10 - 4.00 (2005-11-29): preparing for the final release, changed checkemilib (PAM_YODALIB -> PAM_YODA). @@ -1148,7 +1150,7 @@ stringcopy(tmptempf,filename,spos,epos); const char *tempf = tmptempf; file.str(""); - file << tempf << ".Physics.Level"; + file << tempf << "00.Physics.Level"; // file << "00.Physics.Level"; file << num << "."; file << det << ".Event.";