source: trunk/MagicSoft/Mars/Changelog@ 5760

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