source: trunk/MagicSoft/Mars/Changelog@ 5727

Last change on this file since 5727 was 5727, checked in by gaug, 20 years ago
*** empty log message ***
File size: 7.0 KB
Line 
1
2Please do not write behind the end of line tag so that it is possible
3to send a Changelog file to a line printer directly. Thanks.
4
5For 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
18While an underscore is a placeholder for a white-space or an empty line.
19
20
21 -*-*- END OF LINE -*-*-
22 2005/01/07 Markus Gaug
23
24 * msignal/MExtractFixedWindowPeakSearch.[h,cc]
25 - catch the case that more than 90% of the pixels have saturated
26 signals and fix the extraction window from the occurrance of
27 saturation, then. Important for high-intensity calibration events.
28
29 2005/01/07 Abelardo Moralejo
30
31 * mbase/MLog.h
32 - Added #include "TSystem.h", otherwise gSystem is not recognized
33 in Mac OSX.
34
35 * manalysis/MMakePadHistograms.cc
36 - Changed badcalc.SetNamePedPhotContainer to
37 badcalc.SetNamePedPhotCam
38
39
40
41 2005/01/07 Thomas Bretz
42
43 * mbadpixels/MBadPixelsCalc.[h,cc], macros/ONOFFAnalaysis.C:
44 - replaced PedPhotContainer by PedPhotCam for consistency
45
46 * mbase/MLog.[h,cc]:
47 - return *this in Seperator()
48
49 * mbase/MPrint.[h,cc]:
50 - use new separator manipulator in PreProcess
51 - fixed a type: separator instead of seperator
52
53 * mfileio/MReadTree.[h,cc]:
54 - added a check for branch->IsAutoDelete() in Notify()
55
56 * mpedestal/MExtractPedestal.[h,cc]:
57 - added new option 'fRandomCalculation' be used to switch on-/off-
58 randomization in extractors, the default should be like before
59 - added Process() calling Calc()
60
61 * mpedestal/MPedCalcFromLoGain.[h,cc], mpedestal/MPedCalcPedRun.[h,cc]:
62 - renamed Process() to Calc()
63
64 * Makefile:
65 - removed macros/calibration.C, which seems to have been
66 unintantionally introduced.
67
68 * manalysis/Makefile:
69 - removed unintantionally introduced wrong include
70
71 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
72 - a small acceleration discussed with Hendrik by replacing a
73 counter in a loop by pointer arithmetics
74
75 * mraw/MRawEvtPixelIter.cc:
76 - fixed a bug in GetMaxIdxHiLoGain which caused the loop to
77 read one byte behind the end of the array
78
79 * mtrigger/MTriggerPattern.[h,cc], mtrigger/MTriggerPatternDecode.[h,cc],
80 mtrigger/MFTriggerPattern.[h,cc]:
81 - added
82
83 * mtrigger/Makefile, mtrigger/TriggerLinkDef.h:
84 - added MTriggerPattern, MTriggerPatternDecode and MFTriggerPattern
85
86
87
88 2005/01/05 Thomas Bretz
89
90 * mcalib/MCalibrationBlindPix.cc, mcalib/MCalibrationChargeCalc.cc,
91 mhcalib/MHCalibrationRelTimeCam.cc:
92 - made some output lines fit into convinience window of 80 col
93
94 * mhist/MHCamEvent.cc:
95 - make sure that x-axis has correct title
96
97 * msignal/MArrivalTimePix.cc:
98 - init error to -1 which is a obviously non valid value
99 - fixed IsValid() which gave wrong results
100
101 * msignal/MExtractTimeAndCharge.cc, msignal/MExtractedSignalPix.cc:
102 - made sure that LoGain is flagged non-valid if no lo-gain exists
103 - push time back at the edge of the allowed limits if outside
104
105 * mbase/MGList.[h,cc]:
106 - introduced new functions Delete and DeletePictures
107 - SetBit(kMustCleanup) in constructor. Otherwise it is not
108 correctly removed from ListOfCleanups
109
110 * mbase/MLog.cc:
111 - SetBit(kMustCleanup) if adding a plugin to make sure it is cleaned
112 from the list
113
114 * mbase/MParContainer.[h,cc]:
115 - replaced return type of GetDescriptor by TString. The old version
116 was terribly wrong! The returned memory wasn't removed as soon
117 as the function returned.
118
119 * mbase/MStatusDisplay.[h,cc]:
120 - for security (thread safty) replaced all Form() by MString::Form()
121 - implemented a more secure scheme of Closing (Clone()) this was
122 a hint given by valgrind
123 - set kMustCleanup for all new object in ClonePad not only kCanDelete
124 - fixed some lines in pulldown-menus
125 - add TPads to ListOfCleanups in ClonePad (workaround!)
126
127 * mbase/MString.[h,cc]:
128 - implemented a new static Form() function returning a copy of
129 the result
130
131 * mbase/MTask.[h,cc]:
132 - replaced return type of GetDescriptor by TString. The old version
133 was terribly wrong! The returned memory wasn't removed as soon
134 as the function returned.
135 - Made GetDescriptor thread safe using MString::Form
136
137 * mfileio/MWriteRootFile.cc:
138 - Use GetDescriptor().Data() when using any kind of printf function
139
140 * mhbase/MFillH.cc:
141 - replaced string concatenation in all constructors by a Form
142 (also suggested by valgrind)
143
144 * mhcalib/MHCalibrationRelTimeCam.cc:
145 - made some output fit into 80col boundary
146
147
148
149
150 2005/01/03 Thomas Bretz (HAPPY NEW YEAR)
151
152 * mfht:
153 - added new directory for hexagonal fourier transformation
154
155 * mfht/HftIncl.h, mhft/HftLinkDef.h, mhft/MGeomCamMagicXT.[h,cc],
156 mhft/MGeomCamMagicEnhance.[h,cc], mhft/MHexgaonalFT.[h,cc],
157 mhft/MHexagonalFreqSpace.[h,cc], mhft/MHexagonalFTCalc.[h,cc],
158 mhft/Makefile:
159 - added
160
161 * macros/extendcam.C:
162 - added: tutorial for MGeomCamExtend
163
164 * macros/hft.C:
165 - added: tutorial for MHexgonalFTCalc
166
167 * macros/dohtml.C:
168 - updated
169
170 * macros/rootlogon.C:
171 - updated
172
173 * Makefile:
174 - mhft added
175
176 * mbase/MParContainer.cc, mbase/MLog.cc:
177 - added a pre-compiler option for destructor debugging
178
179 * mbase/MTaskList.[h,cc]:
180 - added new function Replace
181
182 * mdata/MDataChain.cc, mfbase/MF.cc:
183 - shortened some output
184
185 * mdata/MDataArray.[h,cc]:
186 - added new function FindRule
187
188 * mfileio/MReadTree.[h,cc]:
189 - enhanced functionality to be able to read a TTree stored in memory
190 instead of a file. Therefor introduced fTree which is now the pointer
191 used and replaced fChain where TTree and TChain have common behaviour.
192 Where they behave uncommon new code for the new case has been added.
193
194 * mfileio/MWriteRootFile.[h,cc]:
195 - enhanced functionality to be able to write a TTree into memory
196 instead of a file. This were maily bugfixes for the case fOut==0, which
197 must be handled correctly. Becarefull a tree filles without a file
198 is not deleted automatically!
199
200 * mhbase/MBinning.h:
201 - added copy constructor
202 - fixed buggy SetEdges(MBinning&) which didn't work
203
204 * mhbase/MHMatrix.cc:
205 - when adding a new rule check first if the same rule already exists
206
207 * mhflux/MAlphaFitter.[h,cc]:
208 - added new functionality to support on-off analysis
209 - didn't touch existing code
210
211 * mhflux/MHAlpha.[h,cc]:
212 - added new functionality to support on-off analysis
213 - replaced Fit() calls by newer function calls
214 - added DrawAll - PRELIMINARY
215 - fixed a bug when projecting - may be the reson for some strange
216 crashes
217
218 * mcalib/MCalibColorSet.cc:
219 - fixed a stupid bug introduced last year, which caused MCalibColorSet
220 in some circumstances to stop the eventloop when it shouldn't
221
222 * mjobs/MSequence.cc:
223 - expand path names
224
Note: See TracBrowser for help on using the repository browser.