Changeset 5512 for trunk/MagicSoft/Mars
- Timestamp:
- 11/30/04 11:36:51 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r5511 r5512 21 21 -*-*- END OF LINE -*-*- 22 22 23 2004/11/30: Thomas Bretz 24 25 * MExtractTimeAndChargeDigitalFilter.cc: 26 - InitArrays: added missing return statement 27 28 29 23 30 2004/11/30: Markus Gaug 24 31 … … 32 39 - updated to new version of MPedCalcPedRun (only important for 33 40 intensity calibration) 34 41 42 35 43 36 44 2004/11/30: Wolfgang Wittek … … 62 70 63 71 72 64 73 2004/11/28: Markus Gaug 65 74 … … 94 103 - added GetterFunction for one dedicated pad in the status display. 95 104 The pad gets resized to normal size, then. 105 96 106 97 107 … … 160 170 - removed inclusion of directory mhcalib/ 161 171 172 173 162 174 2004/11/23: Markus Gaug 163 175 … … 171 183 172 184 185 173 186 2004/11/23: Raquel de los Reyes 174 187 … … 177 190 standard F0/F1 (pedestal/calibration) files. 178 191 - Included a Set function. 192 179 193 180 194 … … 203 217 - put a class MPedCalcPedRun in the tasklist for the intensity 204 218 calibration (does not affect normal calibration). 219 205 220 206 221 … … 222 237 to be 10Led_UV. This has to be removed immediately when the 223 238 synchronization is done and serves especially the data-check. 239 224 240 225 241 -
trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeDigitalFilter.cc
r5511 r5512 214 214 return kFALSE; 215 215 216 return kTRUE; 216 217 } 217 218
Note:
See TracChangeset
for help on using the changeset viewer.