source: trunk/MagicSoft/Mars/Changelog@ 5776

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