source: trunk/MagicSoft/Mars/Changelog@ 5749

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