| 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/05 Thomas Bretz | 
|---|
| 24 |  | 
|---|
| 25 | * mbase/MStatusDisplay.cc: | 
|---|
| 26 | - fixed some lines in pulldown-menus | 
|---|
| 27 | - add TPads to ListOfCleanups in ClonePad (workaround!) | 
|---|
| 28 |  | 
|---|
| 29 | * mcalib/MCalibrationBlindPix.cc, mcalib/MCalibrationChargeCalc.cc, | 
|---|
| 30 | mhcalib/MHCalibrationRelTimeCam.cc: | 
|---|
| 31 | - made some output lines fit into convinience window of 80 col | 
|---|
| 32 |  | 
|---|
| 33 | * mhist/MHCamEvent.cc: | 
|---|
| 34 | - make sure that x-axis has correct title | 
|---|
| 35 |  | 
|---|
| 36 | * msignal/MArrivalTimePix.cc: | 
|---|
| 37 | - init error to -1 which is a obviously non valid value | 
|---|
| 38 | - fixed IsValid() which gave wrong results | 
|---|
| 39 |  | 
|---|
| 40 | * msignal/MExtractTimeAndCharge.cc, msignal/MExtractedSignalPix.cc: | 
|---|
| 41 | - made sure that LoGain is flagged non-valid if no lo-gain exists | 
|---|
| 42 | - push time back at the edge of the allowed limits if outside | 
|---|
| 43 |  | 
|---|
| 44 |  | 
|---|
| 45 |  | 
|---|
| 46 |  | 
|---|
| 47 | 2005/01/03 Thomas Bretz (HAPPY NEW YEAR) | 
|---|
| 48 |  | 
|---|
| 49 | * mfht: | 
|---|
| 50 | - added new directory for hexagonal fourier transformation | 
|---|
| 51 |  | 
|---|
| 52 | * mfht/HftIncl.h, mhft/HftLinkDef.h, mhft/MGeomCamMagicXT.[h,cc], | 
|---|
| 53 | mhft/MGeomCamMagicEnhance.[h,cc], mhft/MHexgaonalFT.[h,cc], | 
|---|
| 54 | mhft/MHexagonalFreqSpace.[h,cc], mhft/MHexagonalFTCalc.[h,cc], | 
|---|
| 55 | mhft/Makefile: | 
|---|
| 56 | - added | 
|---|
| 57 |  | 
|---|
| 58 | * macros/extendcam.C: | 
|---|
| 59 | - added: tutorial for MGeomCamExtend | 
|---|
| 60 |  | 
|---|
| 61 | * macros/hft.C: | 
|---|
| 62 | - added: tutorial for MHexgonalFTCalc | 
|---|
| 63 |  | 
|---|
| 64 | * macros/dohtml.C: | 
|---|
| 65 | - updated | 
|---|
| 66 |  | 
|---|
| 67 | * macros/rootlogon.C: | 
|---|
| 68 | - updated | 
|---|
| 69 |  | 
|---|
| 70 | * Makefile: | 
|---|
| 71 | - mhft added | 
|---|
| 72 |  | 
|---|
| 73 | * mbase/MParContainer.cc, mbase/MLog.cc: | 
|---|
| 74 | - added a pre-compiler option for destructor debugging | 
|---|
| 75 |  | 
|---|
| 76 | * mbase/MTaskList.[h,cc]: | 
|---|
| 77 | - added new function Replace | 
|---|
| 78 |  | 
|---|
| 79 | * mdata/MDataChain.cc, mfbase/MF.cc: | 
|---|
| 80 | - shortened some output | 
|---|
| 81 |  | 
|---|
| 82 | * mdata/MDataArray.[h,cc]: | 
|---|
| 83 | - added new function FindRule | 
|---|
| 84 |  | 
|---|
| 85 | * mfileio/MReadTree.[h,cc]: | 
|---|
| 86 | - enhanced functionality to be able to read a TTree stored in memory | 
|---|
| 87 | instead of a file. Therefor introduced fTree which is now the pointer | 
|---|
| 88 | used and replaced fChain where TTree and TChain have common behaviour. | 
|---|
| 89 | Where they behave uncommon new code for the new case has been added. | 
|---|
| 90 |  | 
|---|
| 91 | * mfileio/MWriteRootFile.[h,cc]: | 
|---|
| 92 | - enhanced functionality to be able to write a TTree into memory | 
|---|
| 93 | instead of a file. This were maily bugfixes for the case fOut==0, which | 
|---|
| 94 | must be handled correctly. Becarefull a tree filles without a file | 
|---|
| 95 | is not deleted automatically! | 
|---|
| 96 |  | 
|---|
| 97 | * mhbase/MBinning.h: | 
|---|
| 98 | - added copy constructor | 
|---|
| 99 | - fixed buggy SetEdges(MBinning&) which didn't work | 
|---|
| 100 |  | 
|---|
| 101 | * mhbase/MHMatrix.cc: | 
|---|
| 102 | - when adding a new rule check first if the same rule already exists | 
|---|
| 103 |  | 
|---|
| 104 | * mhflux/MAlphaFitter.[h,cc]: | 
|---|
| 105 | - added new functionality to support on-off analysis | 
|---|
| 106 | - didn't touch existing code | 
|---|
| 107 |  | 
|---|
| 108 | * mhflux/MHAlpha.[h,cc]: | 
|---|
| 109 | - added new functionality to support on-off analysis | 
|---|
| 110 | - replaced Fit() calls by newer function calls | 
|---|
| 111 | - added DrawAll - PRELIMINARY | 
|---|
| 112 | - fixed a bug when projecting - may be the reson for some strange | 
|---|
| 113 | crashes | 
|---|
| 114 |  | 
|---|
| 115 | * mcalib/MCalibColorSet.cc: | 
|---|
| 116 | - fixed a stupid bug introduced last year, which caused MCalibColorSet | 
|---|
| 117 | in some circumstances to stop the eventloop when it shouldn't | 
|---|
| 118 |  | 
|---|
| 119 | * mjobs/MSequence.cc: | 
|---|
| 120 | - expand path names | 
|---|
| 121 |  | 
|---|