/[PAMELA software]/calo/ground/COMMON/inc/CaloFunctions.h
ViewVC logotype

Diff of /calo/ground/COMMON/inc/CaloFunctions.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by mocchiut, Tue Dec 13 13:40:15 2005 UTC revision 1.3 by mocchiut, Thu Mar 9 15:55:27 2006 UTC
# Line 1  Line 1 
1  //  //
2  //   Calorimeter useful functions and subroutines - Emiliano Mocchiutti  //   Calorimeter useful functions and subroutines - Emiliano Mocchiutti
3  //  //
4  //   CaloFunctions.h      version 4.01  (2005-12-13)  //   CaloFunctions.h      version 4.02  (2006-01-24)
5  //  //
6  //   Programs in this file are called by other programs and cannot be run by hand.  //   Programs in this file are called by other programs and cannot be run by hand.
7  //  //
8  //   Changelog:  //   Changelog:
9  //  //
10    //   4.01 - 4.02 (2006-01-24): small bug in getfileLEVname fixed.
11    //
12  //   4.00 - 4.01 (2005-12-13): bug in CaloFindCalibs (do not search on other calibration files when fails to find any calibration): 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.
13  //  //
14  //   3.10 - 4.00 (2005-11-29): preparing for the final release, changed checkemilib (PAM_YODALIB -> PAM_YODA).  //   3.10 - 4.00 (2005-11-29): preparing for the final release, changed checkemilib (PAM_YODALIB -> PAM_YODA).
# Line 1148  char *getfileLEVname(TString filename, T Line 1150  char *getfileLEVname(TString filename, T
1150      stringcopy(tmptempf,filename,spos,epos);      stringcopy(tmptempf,filename,spos,epos);
1151      const char *tempf = tmptempf;      const char *tempf = tmptempf;
1152      file.str("");      file.str("");
1153      file << tempf << ".Physics.Level";      file << tempf << "00.Physics.Level";
1154      //    file << "00.Physics.Level";      //    file << "00.Physics.Level";
1155      file << num << ".";      file << num << ".";
1156      file << det << ".Event.";      file << det << ".Event.";

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.23