source: trunk/MagicSoft/Mars/Changelog@ 5768

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