| 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). |
| 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."; |