Please do not write behind the end of line tag so that it is possible to send a Changelog file to a line printer directly. Thanks. For your entries please follow EXACTLY this style: _yyyy/mm/dd:_[Your Name] _ ___*_filename: _____-_description _ ___*_filename2, filename3: _____-_description _ _ _ While an underscore is a placeholder for a white-space or an empty line. -*-*- END OF LINE -*-*- 2005/01/07 Markus Gaug * msignal/MExtractFixedWindowPeakSearch.[h,cc] - catch the case that more than 90% of the pixels have saturated signals and fix the extraction window from the occurrance of saturation, then. Important for high-intensity calibration events. * msignal/MExtractor.cc * msignal/MExtractTime.cc * msignal/MExtractTimeAndCharge.cc - added some documentation 2005/01/07 Abelardo Moralejo * mbase/MLog.h - Added #include "TSystem.h", otherwise gSystem is not recognized in Mac OSX. * manalysis/MMakePadHistograms.cc - Changed badcalc.SetNamePedPhotContainer to badcalc.SetNamePedPhotCam 2005/01/07 Thomas Bretz * mbadpixels/MBadPixelsCalc.[h,cc], macros/ONOFFAnalaysis.C: - replaced PedPhotContainer by PedPhotCam for consistency * mbase/MLog.[h,cc]: - return *this in Seperator() * mbase/MPrint.[h,cc]: - use new separator manipulator in PreProcess - fixed a type: separator instead of seperator * mfileio/MReadTree.[h,cc]: - added a check for branch->IsAutoDelete() in Notify() * mpedestal/MExtractPedestal.[h,cc]: - added new option 'fRandomCalculation' be used to switch on-/off- randomization in extractors, the default should be like before - added Process() calling Calc() * mpedestal/MPedCalcFromLoGain.[h,cc], mpedestal/MPedCalcPedRun.[h,cc]: - renamed Process() to Calc() * Makefile: - removed macros/calibration.C, which seems to have been unintantionally introduced. * manalysis/Makefile: - removed unintantionally introduced wrong include * msignal/MExtractTimeAndChargeDigitalFilter.cc: - a small acceleration discussed with Hendrik by replacing a counter in a loop by pointer arithmetics * mraw/MRawEvtPixelIter.cc: - fixed a bug in GetMaxIdxHiLoGain which caused the loop to read one byte behind the end of the array - fixed HasLoGain() which really did weired things, means accessing sometimes memory somewhere. This could theoretically result in assigning the wrong lo-gains to the wrong pixels. * mtrigger/MTriggerPattern.[h,cc], mtrigger/MTriggerPatternDecode.[h,cc], mtrigger/MFTriggerPattern.[h,cc]: - added * mtrigger/Makefile, mtrigger/TriggerLinkDef.h: - added MTriggerPattern, MTriggerPatternDecode and MFTriggerPattern * manalysis/MEnergyEstParam.h: - added a new function SetVariables calling SetCoeff * mcalib/MCalibrateData.[h,cc]: - removed data members for container names - added new lists for container names - allow to calibrate more than one pedestal container at the same time * mjobs/MJCalibrateSignal.cc: - changed accordingly 2005/01/05 Thomas Bretz * mcalib/MCalibrationBlindPix.cc, mcalib/MCalibrationChargeCalc.cc, mhcalib/MHCalibrationRelTimeCam.cc: - made some output lines fit into convinience window of 80 col * mhist/MHCamEvent.cc: - make sure that x-axis has correct title * msignal/MArrivalTimePix.cc: - init error to -1 which is a obviously non valid value - fixed IsValid() which gave wrong results * msignal/MExtractTimeAndCharge.cc, msignal/MExtractedSignalPix.cc: - made sure that LoGain is flagged non-valid if no lo-gain exists - push time back at the edge of the allowed limits if outside * mbase/MGList.[h,cc]: - introduced new functions Delete and DeletePictures - SetBit(kMustCleanup) in constructor. Otherwise it is not correctly removed from ListOfCleanups * mbase/MLog.cc: - SetBit(kMustCleanup) if adding a plugin to make sure it is cleaned from the list * mbase/MParContainer.[h,cc]: - replaced return type of GetDescriptor by TString. The old version was terribly wrong! The returned memory wasn't removed as soon as the function returned. * mbase/MStatusDisplay.[h,cc]: - for security (thread safty) replaced all Form() by MString::Form() - implemented a more secure scheme of Closing (Clone()) this was a hint given by valgrind - set kMustCleanup for all new object in ClonePad not only kCanDelete - fixed some lines in pulldown-menus - add TPads to ListOfCleanups in ClonePad (workaround!) * mbase/MString.[h,cc]: - implemented a new static Form() function returning a copy of the result * mbase/MTask.[h,cc]: - replaced return type of GetDescriptor by TString. The old version was terribly wrong! The returned memory wasn't removed as soon as the function returned. - Made GetDescriptor thread safe using MString::Form * mfileio/MWriteRootFile.cc: - Use GetDescriptor().Data() when using any kind of printf function * mhbase/MFillH.cc: - replaced string concatenation in all constructors by a Form (also suggested by valgrind) * mhcalib/MHCalibrationRelTimeCam.cc: - made some output fit into 80col boundary 2005/01/03 Thomas Bretz (HAPPY NEW YEAR) * mfht: - added new directory for hexagonal fourier transformation * mfht/HftIncl.h, mhft/HftLinkDef.h, mhft/MGeomCamMagicXT.[h,cc], mhft/MGeomCamMagicEnhance.[h,cc], mhft/MHexgaonalFT.[h,cc], mhft/MHexagonalFreqSpace.[h,cc], mhft/MHexagonalFTCalc.[h,cc], mhft/Makefile: - added * macros/extendcam.C: - added: tutorial for MGeomCamExtend * macros/hft.C: - added: tutorial for MHexgonalFTCalc * macros/dohtml.C: - updated * macros/rootlogon.C: - updated * Makefile: - mhft added * mbase/MParContainer.cc, mbase/MLog.cc: - added a pre-compiler option for destructor debugging * mbase/MTaskList.[h,cc]: - added new function Replace * mdata/MDataChain.cc, mfbase/MF.cc: - shortened some output * mdata/MDataArray.[h,cc]: - added new function FindRule * mfileio/MReadTree.[h,cc]: - enhanced functionality to be able to read a TTree stored in memory instead of a file. Therefor introduced fTree which is now the pointer used and replaced fChain where TTree and TChain have common behaviour. Where they behave uncommon new code for the new case has been added. * mfileio/MWriteRootFile.[h,cc]: - enhanced functionality to be able to write a TTree into memory instead of a file. This were maily bugfixes for the case fOut==0, which must be handled correctly. Becarefull a tree filles without a file is not deleted automatically! * mhbase/MBinning.h: - added copy constructor - fixed buggy SetEdges(MBinning&) which didn't work * mhbase/MHMatrix.cc: - when adding a new rule check first if the same rule already exists * mhflux/MAlphaFitter.[h,cc]: - added new functionality to support on-off analysis - didn't touch existing code * mhflux/MHAlpha.[h,cc]: - added new functionality to support on-off analysis - replaced Fit() calls by newer function calls - added DrawAll - PRELIMINARY - fixed a bug when projecting - may be the reson for some strange crashes * mcalib/MCalibColorSet.cc: - fixed a stupid bug introduced last year, which caused MCalibColorSet in some circumstances to stop the eventloop when it shouldn't * mjobs/MSequence.cc: - expand path names