Changeset 5296
- Timestamp:
- 10/20/04 13:56:40 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r5294 r5296 22 22 2004/10/20: Markus Gaug 23 23 24 * msignal/MExtractTimeFastSpline.cc: 25 - fixed a compiler warning: Unused variable 26 27 28 29 2004/10/20: Markus Gaug 30 24 31 * msignal/MExtractTimeAndChargeSpline.cc 25 32 - fixed a small bug concerning the way the second derivatives are … … 33 40 34 41 42 35 43 2004/10/19: Abelardo Moralejo 36 44 … … 41 49 serial number when looking for the container in ReInit. 42 50 51 52 43 53 2004/10/12: Markus Gaug 44 54 … … 48 58 49 59 60 50 61 2004/10/12: Abelardo Moralejo 51 62 … … 56 67 - Changed names of a few #defines used by the camera simulation 57 68 code, to make their meanings clearer. 69 58 70 59 71 … … 81 93 82 94 95 83 96 2004/10/11: Markus Gaug 84 97 … … 95 108 - the combined extractor class sliding window and highest integral 96 109 with pedestal-AB-flag corrected, to be used for the TDAS-extractor 110 97 111 98 112 … … 113 127 114 128 129 115 130 2004/10/08: R. DelosReyes 116 131 … … 118 133 - changed the name of the Sort() function name by SortRuns() 119 134 to avoid conflicts with the Sort() function in the MDirIter class. 135 136 120 137 121 138 2004/10/07: Markus Gaug … … 138 155 139 156 157 140 158 2004/10/06: Hendrik Bartko 159 141 160 * msignal/cosmics_weights4.dat 142 161 - new weights file using 4 slices for the digital filter 162 143 163 144 164 … … 165 185 166 186 187 167 188 2004/10/05: Thomas Bretz 168 189 … … 178 199 - added mtrigger 179 200 - added mhflux 201 202 180 203 181 204 2004/10/05: Markus Meyer and Keiichi Mase -
trunk/MagicSoft/Mars/msignal/MExtractTimeFastSpline.cc
r5294 r5296 384 384 } 385 385 386 #if 0 386 387 const Float_t pedes = ped.GetPedestal(); 387 388 const Float_t halfmax = pedes + (abmax - pedes)/2.; 388 389 389 #if 0390 390 // 391 391 // Now, loop from the maximum bin leftward down in order to find the position of the half maximum.
Note:
See TracChangeset
for help on using the changeset viewer.