| 1 |
|
|---|
| 2 | Please do not write behind the end of line tag so that it is possible
|
|---|
| 3 | to send a Changelog file to a line printer directly. Thanks.
|
|---|
| 4 |
|
|---|
| 5 | For your entries please follow EXACTLY this style:
|
|---|
| 6 |
|
|---|
| 7 | _yyyy/mm/dd:_[Your Name]
|
|---|
| 8 | _
|
|---|
| 9 | ___*_filename:
|
|---|
| 10 | _____-_description
|
|---|
| 11 | _
|
|---|
| 12 | ___*_filename2, filename3:
|
|---|
| 13 | _____-_description
|
|---|
| 14 | _
|
|---|
| 15 | _
|
|---|
| 16 | _
|
|---|
| 17 |
|
|---|
| 18 | While an underscore is a placeholder for a white-space or an empty line.
|
|---|
| 19 |
|
|---|
| 20 |
|
|---|
| 21 | -*-*- END OF LINE -*-*-
|
|---|
| 22 |
|
|---|
| 23 | 2005/01/10 Wolfgang Wittek
|
|---|
| 24 |
|
|---|
| 25 | * mhvstime/MHVsTime.cc:
|
|---|
| 26 | - fixed a compiler error for gcc 2.95.3, see Mantis bug # 157
|
|---|
| 27 |
|
|---|
| 28 |
|
|---|
| 29 | 2005/01/10 Wolfgang Wittek
|
|---|
| 30 |
|
|---|
| 31 | * mfbase/MFEventSelector2.cc
|
|---|
| 32 | - check whether filter exists before calling
|
|---|
| 33 | filter->CallPreProcess(parlist)
|
|---|
| 34 |
|
|---|
| 35 |
|
|---|
| 36 |
|
|---|
| 37 | 2005/01/08 Markus Gaug
|
|---|
| 38 |
|
|---|
| 39 | * mhcalib/MHCalibrationHiLoCam.[h,cc]
|
|---|
| 40 | * mcalib/MCalibrationHiLoCam.[h,cc]
|
|---|
| 41 | * mcalib/MCalibrationHiLoPix.[h,cc]
|
|---|
| 42 | * mcalib/MIntensityCalibrationHiLoCam.[h,cc]
|
|---|
| 43 | * mhcalib/Makefile, mcalib/Makefile, mhcalib/HCalibLinkDef.h,
|
|---|
| 44 | mcalib/CalibLinkDef.h
|
|---|
| 45 | - new classes for calibration of conversion high-gain vs. low-gain
|
|---|
| 46 |
|
|---|
| 47 | * msignal/MExtractedSignalPix.[h,cc]
|
|---|
| 48 | - added data member fChisquare, set to -1. by Clear() and Reset()
|
|---|
| 49 | - raised version number by 1
|
|---|
| 50 |
|
|---|
| 51 | * msignal/MExtractedSignalCam.[h,cc]
|
|---|
| 52 | - added data member fNdf, set to -1 by default
|
|---|
| 53 | - new function: GetProb(const Int_t pixidx) to be called to
|
|---|
| 54 | calculate the joint probability of Chisquare of pixel "pixidx"
|
|---|
| 55 | and fNdf
|
|---|
| 56 | - added documentation of data members
|
|---|
| 57 | - raised version number by 1
|
|---|
| 58 |
|
|---|
| 59 | * mhcalib/MHCalibrationChargeCam.cc
|
|---|
| 60 | - strengthened default histogram limits a bit, should accelerate
|
|---|
| 61 | the calibration by 20%.
|
|---|
| 62 |
|
|---|
| 63 | * mjobs/MJCalibrateSignalFromOutside.cc
|
|---|
| 64 | - fixed two lines to compile MCalibrateData with the recent changes
|
|---|
| 65 | by TB
|
|---|
| 66 |
|
|---|
| 67 | * msignal/MExtractTimeAndChargeDigitalFilter.cc
|
|---|
| 68 | - fixed two bugs introduced yesterday by TB.
|
|---|
| 69 |
|
|---|
| 70 | * msignal/MExtractTimeAndChargeSpline.cc
|
|---|
| 71 | * msignal/MExtractTimeAndChargeSlidingWindow.cc
|
|---|
| 72 | - adopt part of TB's speed accelerations into these classes
|
|---|
| 73 |
|
|---|
| 74 | * msignal/MExtractTimeAndCharge.cc
|
|---|
| 75 | - fix the low-gain extraction window for the case that the high-gain
|
|---|
| 76 | is saturated. Was skipped so far.
|
|---|
| 77 |
|
|---|
| 78 |
|
|---|
| 79 |
|
|---|
| 80 | 2005/01/07 Markus Gaug
|
|---|
| 81 |
|
|---|
| 82 | * msignal/MExtractFixedWindowPeakSearch.[h,cc]
|
|---|
| 83 | - catch the case that more than 90% of the pixels have saturated
|
|---|
| 84 | signals and fix the extraction window from the occurrance of
|
|---|
| 85 | saturation, then. Important for high-intensity calibration events.
|
|---|
| 86 |
|
|---|
| 87 |
|
|---|
| 88 | * msignal/MExtractor.cc
|
|---|
| 89 | * msignal/MExtractTime.cc
|
|---|
| 90 | * msignal/MExtractTimeAndCharge.cc
|
|---|
| 91 | - added some documentation
|
|---|
| 92 |
|
|---|
| 93 | * msignal/MExtractTime.[h,cc]
|
|---|
| 94 | - moved the empty function FindTimeHiGain() and FindTimeLoGain() to
|
|---|
| 95 | the header-file.
|
|---|
| 96 |
|
|---|
| 97 |
|
|---|
| 98 |
|
|---|
| 99 |
|
|---|
| 100 | 2005/01/07 Abelardo Moralejo
|
|---|
| 101 |
|
|---|
| 102 | * mbase/MLog.h
|
|---|
| 103 | - Added #include "TSystem.h", otherwise gSystem is not recognized
|
|---|
| 104 | in Mac OSX.
|
|---|
| 105 |
|
|---|
| 106 | * manalysis/MMakePadHistograms.cc
|
|---|
| 107 | - Changed badcalc.SetNamePedPhotContainer to
|
|---|
| 108 | badcalc.SetNamePedPhotCam
|
|---|
| 109 |
|
|---|
| 110 |
|
|---|
| 111 |
|
|---|
| 112 | 2005/01/07 Thomas Bretz
|
|---|
| 113 |
|
|---|
| 114 | * mbadpixels/MBadPixelsCalc.[h,cc], macros/ONOFFAnalaysis.C:
|
|---|
| 115 | - replaced PedPhotContainer by PedPhotCam for consistency
|
|---|
| 116 |
|
|---|
| 117 | * mbase/MLog.[h,cc]:
|
|---|
| 118 | - return *this in Seperator()
|
|---|
| 119 |
|
|---|
| 120 | * mbase/MPrint.[h,cc]:
|
|---|
| 121 | - use new separator manipulator in PreProcess
|
|---|
| 122 | - fixed a type: separator instead of seperator
|
|---|
| 123 |
|
|---|
| 124 | * mfileio/MReadTree.[h,cc]:
|
|---|
| 125 | - added a check for branch->IsAutoDelete() in Notify()
|
|---|
| 126 |
|
|---|
| 127 | * mpedestal/MExtractPedestal.[h,cc]:
|
|---|
| 128 | - added new option 'fRandomCalculation' be used to switch on-/off-
|
|---|
| 129 | randomization in extractors, the default should be like before
|
|---|
| 130 | - added Process() calling Calc()
|
|---|
| 131 |
|
|---|
| 132 | * mpedestal/MPedCalcFromLoGain.[h,cc], mpedestal/MPedCalcPedRun.[h,cc]:
|
|---|
| 133 | - renamed Process() to Calc()
|
|---|
| 134 |
|
|---|
| 135 | * Makefile:
|
|---|
| 136 | - removed macros/calibration.C, which seems to have been
|
|---|
| 137 | unintantionally introduced.
|
|---|
| 138 |
|
|---|
| 139 | * manalysis/Makefile:
|
|---|
| 140 | - removed unintantionally introduced wrong include
|
|---|
| 141 |
|
|---|
| 142 | * msignal/MExtractTimeAndChargeDigitalFilter.cc:
|
|---|
| 143 | - a small acceleration discussed with Hendrik by replacing a
|
|---|
| 144 | counter in a loop by pointer arithmetics
|
|---|
| 145 |
|
|---|
| 146 | * mraw/MRawEvtPixelIter.cc:
|
|---|
| 147 | - fixed a bug in GetMaxIdxHiLoGain which caused the loop to
|
|---|
| 148 | read one byte behind the end of the array
|
|---|
| 149 | - fixed HasLoGain() which really did weired things, means accessing
|
|---|
| 150 | sometimes memory somewhere. This could theoretically result
|
|---|
| 151 | in assigning the wrong lo-gains to the wrong pixels.
|
|---|
| 152 |
|
|---|
| 153 | * mtrigger/MTriggerPattern.[h,cc], mtrigger/MTriggerPatternDecode.[h,cc],
|
|---|
| 154 | mtrigger/MFTriggerPattern.[h,cc]:
|
|---|
| 155 | - added
|
|---|
| 156 |
|
|---|
| 157 | * mtrigger/Makefile, mtrigger/TriggerLinkDef.h:
|
|---|
| 158 | - added MTriggerPattern, MTriggerPatternDecode and MFTriggerPattern
|
|---|
| 159 |
|
|---|
| 160 | * manalysis/MEnergyEstParam.h:
|
|---|
| 161 | - added a new function SetVariables calling SetCoeff
|
|---|
| 162 |
|
|---|
| 163 | * mcalib/MCalibrateData.[h,cc]:
|
|---|
| 164 | - removed data members for container names
|
|---|
| 165 | - added new lists for container names
|
|---|
| 166 | - allow to calibrate more than one pedestal container at the same
|
|---|
| 167 | time
|
|---|
| 168 |
|
|---|
| 169 | * mjobs/MJCalibrateSignal.cc:
|
|---|
| 170 | - changed accordingly
|
|---|
| 171 |
|
|---|
| 172 |
|
|---|
| 173 |
|
|---|
| 174 | 2005/01/05 Thomas Bretz
|
|---|
| 175 |
|
|---|
| 176 | * mcalib/MCalibrationBlindPix.cc, mcalib/MCalibrationChargeCalc.cc,
|
|---|
| 177 | mhcalib/MHCalibrationRelTimeCam.cc:
|
|---|
| 178 | - made some output lines fit into convinience window of 80 col
|
|---|
| 179 |
|
|---|
| 180 | * mhist/MHCamEvent.cc:
|
|---|
| 181 | - make sure that x-axis has correct title
|
|---|
| 182 |
|
|---|
| 183 | * msignal/MArrivalTimePix.cc:
|
|---|
| 184 | - init error to -1 which is a obviously non valid value
|
|---|
| 185 | - fixed IsValid() which gave wrong results
|
|---|
| 186 |
|
|---|
| 187 | * msignal/MExtractTimeAndCharge.cc, msignal/MExtractedSignalPix.cc:
|
|---|
| 188 | - made sure that LoGain is flagged non-valid if no lo-gain exists
|
|---|
| 189 | - push time back at the edge of the allowed limits if outside
|
|---|
| 190 |
|
|---|
| 191 | * mbase/MGList.[h,cc]:
|
|---|
| 192 | - introduced new functions Delete and DeletePictures
|
|---|
| 193 | - SetBit(kMustCleanup) in constructor. Otherwise it is not
|
|---|
| 194 | correctly removed from ListOfCleanups
|
|---|
| 195 |
|
|---|
| 196 | * mbase/MLog.cc:
|
|---|
| 197 | - SetBit(kMustCleanup) if adding a plugin to make sure it is cleaned
|
|---|
| 198 | from the list
|
|---|
| 199 |
|
|---|
| 200 | * mbase/MParContainer.[h,cc]:
|
|---|
| 201 | - replaced return type of GetDescriptor by TString. The old version
|
|---|
| 202 | was terribly wrong! The returned memory wasn't removed as soon
|
|---|
| 203 | as the function returned.
|
|---|
| 204 |
|
|---|
| 205 | * mbase/MStatusDisplay.[h,cc]:
|
|---|
| 206 | - for security (thread safty) replaced all Form() by MString::Form()
|
|---|
| 207 | - implemented a more secure scheme of Closing (Clone()) this was
|
|---|
| 208 | a hint given by valgrind
|
|---|
| 209 | - set kMustCleanup for all new object in ClonePad not only kCanDelete
|
|---|
| 210 | - fixed some lines in pulldown-menus
|
|---|
| 211 | - add TPads to ListOfCleanups in ClonePad (workaround!)
|
|---|
| 212 |
|
|---|
| 213 | * mbase/MString.[h,cc]:
|
|---|
| 214 | - implemented a new static Form() function returning a copy of
|
|---|
| 215 | the result
|
|---|
| 216 |
|
|---|
| 217 | * mbase/MTask.[h,cc]:
|
|---|
| 218 | - replaced return type of GetDescriptor by TString. The old version
|
|---|
| 219 | was terribly wrong! The returned memory wasn't removed as soon
|
|---|
| 220 | as the function returned.
|
|---|
| 221 | - Made GetDescriptor thread safe using MString::Form
|
|---|
| 222 |
|
|---|
| 223 | * mfileio/MWriteRootFile.cc:
|
|---|
| 224 | - Use GetDescriptor().Data() when using any kind of printf function
|
|---|
| 225 |
|
|---|
| 226 | * mhbase/MFillH.cc:
|
|---|
| 227 | - replaced string concatenation in all constructors by a Form
|
|---|
| 228 | (also suggested by valgrind)
|
|---|
| 229 |
|
|---|
| 230 | * mhcalib/MHCalibrationRelTimeCam.cc:
|
|---|
| 231 | - made some output fit into 80col boundary
|
|---|
| 232 |
|
|---|
| 233 |
|
|---|
| 234 |
|
|---|
| 235 |
|
|---|
| 236 | 2005/01/03 Thomas Bretz (HAPPY NEW YEAR)
|
|---|
| 237 |
|
|---|
| 238 | * mfht:
|
|---|
| 239 | - added new directory for hexagonal fourier transformation
|
|---|
| 240 |
|
|---|
| 241 | * mfht/HftIncl.h, mhft/HftLinkDef.h, mhft/MGeomCamMagicXT.[h,cc],
|
|---|
| 242 | mhft/MGeomCamMagicEnhance.[h,cc], mhft/MHexgaonalFT.[h,cc],
|
|---|
| 243 | mhft/MHexagonalFreqSpace.[h,cc], mhft/MHexagonalFTCalc.[h,cc],
|
|---|
| 244 | mhft/Makefile:
|
|---|
| 245 | - added
|
|---|
| 246 |
|
|---|
| 247 | * macros/extendcam.C:
|
|---|
| 248 | - added: tutorial for MGeomCamExtend
|
|---|
| 249 |
|
|---|
| 250 | * macros/hft.C:
|
|---|
| 251 | - added: tutorial for MHexgonalFTCalc
|
|---|
| 252 |
|
|---|
| 253 | * macros/dohtml.C:
|
|---|
| 254 | - updated
|
|---|
| 255 |
|
|---|
| 256 | * macros/rootlogon.C:
|
|---|
| 257 | - updated
|
|---|
| 258 |
|
|---|
| 259 | * Makefile:
|
|---|
| 260 | - mhft added
|
|---|
| 261 |
|
|---|
| 262 | * mbase/MParContainer.cc, mbase/MLog.cc:
|
|---|
| 263 | - added a pre-compiler option for destructor debugging
|
|---|
| 264 |
|
|---|
| 265 | * mbase/MTaskList.[h,cc]:
|
|---|
| 266 | - added new function Replace
|
|---|
| 267 |
|
|---|
| 268 | * mdata/MDataChain.cc, mfbase/MF.cc:
|
|---|
| 269 | - shortened some output
|
|---|
| 270 |
|
|---|
| 271 | * mdata/MDataArray.[h,cc]:
|
|---|
| 272 | - added new function FindRule
|
|---|
| 273 |
|
|---|
| 274 | * mfileio/MReadTree.[h,cc]:
|
|---|
| 275 | - enhanced functionality to be able to read a TTree stored in memory
|
|---|
| 276 | instead of a file. Therefor introduced fTree which is now the pointer
|
|---|
| 277 | used and replaced fChain where TTree and TChain have common behaviour.
|
|---|
| 278 | Where they behave uncommon new code for the new case has been added.
|
|---|
| 279 |
|
|---|
| 280 | * mfileio/MWriteRootFile.[h,cc]:
|
|---|
| 281 | - enhanced functionality to be able to write a TTree into memory
|
|---|
| 282 | instead of a file. This were maily bugfixes for the case fOut==0, which
|
|---|
| 283 | must be handled correctly. Becarefull a tree filles without a file
|
|---|
| 284 | is not deleted automatically!
|
|---|
| 285 |
|
|---|
| 286 | * mhbase/MBinning.h:
|
|---|
| 287 | - added copy constructor
|
|---|
| 288 | - fixed buggy SetEdges(MBinning&) which didn't work
|
|---|
| 289 |
|
|---|
| 290 | * mhbase/MHMatrix.cc:
|
|---|
| 291 | - when adding a new rule check first if the same rule already exists
|
|---|
| 292 |
|
|---|
| 293 | * mhflux/MAlphaFitter.[h,cc]:
|
|---|
| 294 | - added new functionality to support on-off analysis
|
|---|
| 295 | - didn't touch existing code
|
|---|
| 296 |
|
|---|
| 297 | * mhflux/MHAlpha.[h,cc]:
|
|---|
| 298 | - added new functionality to support on-off analysis
|
|---|
| 299 | - replaced Fit() calls by newer function calls
|
|---|
| 300 | - added DrawAll - PRELIMINARY
|
|---|
| 301 | - fixed a bug when projecting - may be the reson for some strange
|
|---|
| 302 | crashes
|
|---|
| 303 |
|
|---|
| 304 | * mcalib/MCalibColorSet.cc:
|
|---|
| 305 | - fixed a stupid bug introduced last year, which caused MCalibColorSet
|
|---|
| 306 | in some circumstances to stop the eventloop when it shouldn't
|
|---|
| 307 |
|
|---|
| 308 | * mjobs/MSequence.cc:
|
|---|
| 309 | - expand path names
|
|---|
| 310 |
|
|---|