source: trunk/MagicSoft/Mars/Changelog@ 5804

Last change on this file since 5804 was 5804, checked in by moralejo, 20 years ago
*** empty log message ***
File size: 15.4 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/11 Abelardo Moralejo
23
24 * mjobs/Makefile
25 - added missing include -I ../mtrigger
26
27 2005/01/11 Thomas Bretz
28
29 * callisto.cc, callisto.rc:
30 - changed such, that all three kinds of pedestals are calcualted
31 (usefull for studies)
32
33 * manalysis/MMatrixLoop.[h,cc]:
34 - derived from MRead
35 - implemented some basic functions from MRead
36
37 * mfilter/MFCosmics.[h,cc]:
38 - allow setting of name of MPedestalCam
39
40 * mhbase/MBinning.[h,cc]:
41 - added SetEdges taking MParList as input
42
43 * mhflux/MHAlpha.cc:
44 - use new function from MBinning
45
46 * mjobs/MJCalibrateSignal.[h,cc]:
47 - changed to calculate all three kinds of pedestals
48 - added filters for trigger pattern and illuminated events
49
50 * mjobs/MJPedestal.cc:
51 - give different names to tabs with different pedestals
52
53 * mjobs/MJStar.cc:
54 - on request changed used pedestal from "FromExtractor" to
55 "FromExtractorRndm"
56
57 * mtrigger/MTriggerPattern.h:
58 - added Reset function
59
60 * mtrigger/MTriggerPatternDecode.[h,cc]:
61 - added using file format version number
62
63
64
65 2005/01/11 Markus Gaug
66
67 * mbadpixels/MBadPixelsPix.cc
68 - updated documentation
69
70 * mcalib/MCalibrationChargeCalc.cc
71 - make pixels with deviating number of phes unreliable instead of
72 unsuitable (this was already thought so, but missed to modify
73 at one place).
74
75 * mhcalib/MHCalibrationCam.[h,cc]
76 - add possible flag 'kInterlaced': default: kFALSE (like before)
77 - added pointer to MRawEvtHeader to deny cosmics events in case
78 of 'interlaced' flag is set. No changes for 'normal' calibration
79
80
81
82 2005/01/10 Benjamin Riegel
83
84 * mreport/MReportStarguider.cc, mreport/MReportStarguider.h
85 - added two classes for implementing starguider-data
86
87 * mreport/ReportLinkDef.h
88 - added class MReportStarguider to be linked:
89 #pragma link C++ class MReportStarguider+;
90
91 * mreport/Makefile
92 - added file MReportStarguider.cc
93
94 * merpp.cc
95 - added two containers ( MReportStarguider, MTimeStarguider ) and
96 added MReportStarguider to the list:
97 w->AddContainer("MReportStarguider", "Starguider");
98 w->AddContainer("MTimeStarguider", "Starguider");
99 r->AddToList("MReportStarguider");
100
101
102
103 2005/01/10 Markus Gaug
104
105 * mcalib/MCalibColorSet.cc
106 - return kFALSE for CL-run instead of kTRUE
107
108 * mcalib/MCalibrationChargeCalc.cc
109 - stop program in case that multiple colours are found in same file
110 without intensity calibration
111
112 * mbadpixels/MBadPixelsPix.h
113 - added two new possible UnCalibrated_t flags for the hi-lo
114 calibration
115
116 * macros/calibration.C
117 - add the calls to:
118 MArray::Class()->IgnoreTObjectStreamer();
119 MParContainer::Class()->IgnoreTObjectStreamer();
120 in main.
121
122 * msignal/MExtractor.h
123 - added Getter for fOffsetLoGain (was still missing)
124
125 * mhcalib/MHCalibrationChargeCam.[h,cc]
126 - remove pixels with histogram overflow only if their percentage
127 passes a certain limit (default: 0.5%). Before, every overflow
128 lead to an unsuitable pixel.
129
130 * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc]
131 - implemented changes suggested by T.B. to speed up calculations
132 - take fNameWeightsFile into the streamer, otherwise the Clone()
133 will always create an extractor with cosmic's weights.
134 - set fOffsetLoGain to a slighly higher value. The DF seems to
135 have a different offset since it uses different pulse shapes
136 and thus sightly different time definitions.
137
138
139
140 2005/01/10 Thomas Bretz
141
142 * mhvstime/MHVsTime.cc:
143 - fixed a compiler error for gcc 2.95.3, see Mantis bug # 157
144
145 * callisto.cc:
146 - changed such, that the calculated pedestal is not random
147 anymore
148 - added code to calculate the pedestal also with randomization,
149 but this code is for the moment commented out.
150
151 * callisto.rc:
152 - fixed naming of pedestal calculation
153
154 * mbadpixels/MBadPixelsCalc.cc:
155 - added a second check which compares the pedestal rms with
156 the variance of the pedestal rms in the same sector
157
158 * mjobs/MJCalibrateSignal.[h,cc]:
159 - changed to calculate the pedestal from extractor without
160 randomization
161 - added code to calculate the pedestal also with randomization,
162 but this code is for the moment commented out.
163
164 * mjobs/MJCalibration.cc:
165 - made sure that pedcam always has the correct name
166 (FIXME? Print a warning if it has the wrong name)
167
168 * mjobs/MJPedestal.[h,cc]:
169 - changed such, that it allows the calculation of pedestals
170 in three different ways (fundamental, fromextractor,
171 fromextractorrndm)
172 - therefor removed SetExtractorResolution and added
173 + void SetExtractionFundamental()
174 + void SetExtractionWithExtractorRndm()
175 + void SetExtractionWithExtractor()
176
177 * mjobs/MJStar.cc:
178 - changed/fixed the input name of the MPedPhotCam used in the
179 image cleaning
180
181 * mraw/MRawFileRead.[h,cc]:
182 - changed return type of OpenNextFile
183 - in some cases return kERROR in OpenNextFile to abort the Processing
184 with an error
185
186 * mraw/MRawRunHeader.cc:
187 - call a wrong file format version ERROR now
188
189 * mhflux/MAlphaFitter.[h,cc]:
190 - make sure that resetted values are returned if fit failed
191 - set default scaling too kOffRegion
192
193 * mhflux/MHAlpha.cc:
194 - some small fixes to handling of MHAlphaOff
195
196 * mhflux/MHFalseSource.[h,cc]:
197 - implemented possible usage of MHFalsSourceOff for On-Off-Analysis
198 - updated display accordingly
199 - updated fit accordingly
200 - removed catalog temporarily from plots until I found the
201 reason for the strange crashes
202
203 * mbadpixels/MBadPixelCalc.[h,cc]:
204 - implemented the possibility to check the pedestal rms against the
205 variance of the pedstal rms, too. The option is curretly switched
206 off.
207 - enahanced informal output in PreProcess
208
209 * mbase/MTaskList.cc:
210 - a little change to some output
211
212
213
214 2005/01/10 Wolfgang Wittek
215
216 * mfbase/MFEventSelector2.cc
217 - check whether filter exists before calling
218 filter->CallPreProcess(parlist)
219
220
221
222 2005/01/08 Markus Gaug
223
224 * mhcalib/MHCalibrationHiLoCam.[h,cc]
225 * mcalib/MCalibrationHiLoCam.[h,cc]
226 * mcalib/MCalibrationHiLoPix.[h,cc]
227 * mcalib/MIntensityCalibrationHiLoCam.[h,cc]
228 * mhcalib/Makefile, mcalib/Makefile, mhcalib/HCalibLinkDef.h,
229 mcalib/CalibLinkDef.h
230 - new classes for calibration of conversion high-gain vs. low-gain
231
232 * msignal/MExtractedSignalPix.[h,cc]
233 - added data member fChisquare, set to -1. by Clear() and Reset()
234 - raised version number by 1
235
236 * msignal/MExtractedSignalCam.[h,cc]
237 - added data member fNdf, set to -1 by default
238 - new function: GetProb(const Int_t pixidx) to be called to
239 calculate the joint probability of Chisquare of pixel "pixidx"
240 and fNdf
241 - added documentation of data members
242 - raised version number by 1
243
244 * mhcalib/MHCalibrationChargeCam.cc
245 - strengthened default histogram limits a bit, should accelerate
246 the calibration by 20%.
247
248 * mjobs/MJCalibrateSignalFromOutside.cc
249 - fixed two lines to compile MCalibrateData with the recent changes
250 by TB
251
252 * msignal/MExtractTimeAndChargeDigitalFilter.cc
253 - fixed two bugs introduced yesterday by TB.
254
255 * msignal/MExtractTimeAndChargeSpline.cc
256 * msignal/MExtractTimeAndChargeSlidingWindow.cc
257 - adopt part of TB's speed accelerations into these classes
258
259 * msignal/MExtractTimeAndCharge.cc
260 - fix the low-gain extraction window for the case that the high-gain
261 is saturated. Was skipped so far.
262
263
264
265 2005/01/07 Markus Gaug
266
267 * msignal/MExtractFixedWindowPeakSearch.[h,cc]
268 - catch the case that more than 90% of the pixels have saturated
269 signals and fix the extraction window from the occurrance of
270 saturation, then. Important for high-intensity calibration events.
271
272
273 * msignal/MExtractor.cc
274 * msignal/MExtractTime.cc
275 * msignal/MExtractTimeAndCharge.cc
276 - added some documentation
277
278 * msignal/MExtractTime.[h,cc]
279 - moved the empty function FindTimeHiGain() and FindTimeLoGain() to
280 the header-file.
281
282
283
284
285 2005/01/07 Abelardo Moralejo
286
287 * mbase/MLog.h
288 - Added #include "TSystem.h", otherwise gSystem is not recognized
289 in Mac OSX.
290
291 * manalysis/MMakePadHistograms.cc
292 - Changed badcalc.SetNamePedPhotContainer to
293 badcalc.SetNamePedPhotCam
294
295
296
297 2005/01/07 Thomas Bretz
298
299 * mbadpixels/MBadPixelsCalc.[h,cc], macros/ONOFFAnalaysis.C:
300 - replaced PedPhotContainer by PedPhotCam for consistency
301
302 * mbase/MLog.[h,cc]:
303 - return *this in Seperator()
304
305 * mbase/MPrint.[h,cc]:
306 - use new separator manipulator in PreProcess
307 - fixed a type: separator instead of seperator
308
309 * mfileio/MReadTree.[h,cc]:
310 - added a check for branch->IsAutoDelete() in Notify()
311
312 * mpedestal/MExtractPedestal.[h,cc]:
313 - added new option 'fRandomCalculation' be used to switch on-/off-
314 randomization in extractors, the default should be like before
315 - added Process() calling Calc()
316
317 * mpedestal/MPedCalcFromLoGain.[h,cc], mpedestal/MPedCalcPedRun.[h,cc]:
318 - renamed Process() to Calc()
319
320 * Makefile:
321 - removed macros/calibration.C, which seems to have been
322 unintantionally introduced.
323
324 * manalysis/Makefile:
325 - removed unintantionally introduced wrong include
326
327 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
328 - a small acceleration discussed with Hendrik by replacing a
329 counter in a loop by pointer arithmetics
330
331 * mraw/MRawEvtPixelIter.cc:
332 - fixed a bug in GetMaxIdxHiLoGain which caused the loop to
333 read one byte behind the end of the array
334 - fixed HasLoGain() which really did weired things, means accessing
335 sometimes memory somewhere. This could theoretically result
336 in assigning the wrong lo-gains to the wrong pixels.
337
338 * mtrigger/MTriggerPattern.[h,cc], mtrigger/MTriggerPatternDecode.[h,cc],
339 mtrigger/MFTriggerPattern.[h,cc]:
340 - added
341
342 * mtrigger/Makefile, mtrigger/TriggerLinkDef.h:
343 - added MTriggerPattern, MTriggerPatternDecode and MFTriggerPattern
344
345 * manalysis/MEnergyEstParam.h:
346 - added a new function SetVariables calling SetCoeff
347
348 * mcalib/MCalibrateData.[h,cc]:
349 - removed data members for container names
350 - added new lists for container names
351 - allow to calibrate more than one pedestal container at the same
352 time
353
354 * mjobs/MJCalibrateSignal.cc:
355 - changed accordingly
356
357
358
359 2005/01/05 Thomas Bretz
360
361 * mcalib/MCalibrationBlindPix.cc, mcalib/MCalibrationChargeCalc.cc,
362 mhcalib/MHCalibrationRelTimeCam.cc:
363 - made some output lines fit into convinience window of 80 col
364
365 * mhist/MHCamEvent.cc:
366 - make sure that x-axis has correct title
367
368 * msignal/MArrivalTimePix.cc:
369 - init error to -1 which is a obviously non valid value
370 - fixed IsValid() which gave wrong results
371
372 * msignal/MExtractTimeAndCharge.cc, msignal/MExtractedSignalPix.cc:
373 - made sure that LoGain is flagged non-valid if no lo-gain exists
374 - push time back at the edge of the allowed limits if outside
375
376 * mbase/MGList.[h,cc]:
377 - introduced new functions Delete and DeletePictures
378 - SetBit(kMustCleanup) in constructor. Otherwise it is not
379 correctly removed from ListOfCleanups
380
381 * mbase/MLog.cc:
382 - SetBit(kMustCleanup) if adding a plugin to make sure it is cleaned
383 from the list
384
385 * mbase/MParContainer.[h,cc]:
386 - replaced return type of GetDescriptor by TString. The old version
387 was terribly wrong! The returned memory wasn't removed as soon
388 as the function returned.
389
390 * mbase/MStatusDisplay.[h,cc]:
391 - for security (thread safty) replaced all Form() by MString::Form()
392 - implemented a more secure scheme of Closing (Clone()) this was
393 a hint given by valgrind
394 - set kMustCleanup for all new object in ClonePad not only kCanDelete
395 - fixed some lines in pulldown-menus
396 - add TPads to ListOfCleanups in ClonePad (workaround!)
397
398 * mbase/MString.[h,cc]:
399 - implemented a new static Form() function returning a copy of
400 the result
401
402 * mbase/MTask.[h,cc]:
403 - replaced return type of GetDescriptor by TString. The old version
404 was terribly wrong! The returned memory wasn't removed as soon
405 as the function returned.
406 - Made GetDescriptor thread safe using MString::Form
407
408 * mfileio/MWriteRootFile.cc:
409 - Use GetDescriptor().Data() when using any kind of printf function
410
411 * mhbase/MFillH.cc:
412 - replaced string concatenation in all constructors by a Form
413 (also suggested by valgrind)
414
415 * mhcalib/MHCalibrationRelTimeCam.cc:
416 - made some output fit into 80col boundary
417
418
419
420
421 2005/01/03 Thomas Bretz (HAPPY NEW YEAR)
422
423 * mfht:
424 - added new directory for hexagonal fourier transformation
425
426 * mfht/HftIncl.h, mhft/HftLinkDef.h, mhft/MGeomCamMagicXT.[h,cc],
427 mhft/MGeomCamMagicEnhance.[h,cc], mhft/MHexgaonalFT.[h,cc],
428 mhft/MHexagonalFreqSpace.[h,cc], mhft/MHexagonalFTCalc.[h,cc],
429 mhft/Makefile:
430 - added
431
432 * macros/extendcam.C:
433 - added: tutorial for MGeomCamExtend
434
435 * macros/hft.C:
436 - added: tutorial for MHexgonalFTCalc
437
438 * macros/dohtml.C:
439 - updated
440
441 * macros/rootlogon.C:
442 - updated
443
444 * Makefile:
445 - mhft added
446
447 * mbase/MParContainer.cc, mbase/MLog.cc:
448 - added a pre-compiler option for destructor debugging
449
450 * mbase/MTaskList.[h,cc]:
451 - added new function Replace
452
453 * mdata/MDataChain.cc, mfbase/MF.cc:
454 - shortened some output
455
456 * mdata/MDataArray.[h,cc]:
457 - added new function FindRule
458
459 * mfileio/MReadTree.[h,cc]:
460 - enhanced functionality to be able to read a TTree stored in memory
461 instead of a file. Therefor introduced fTree which is now the pointer
462 used and replaced fChain where TTree and TChain have common behaviour.
463 Where they behave uncommon new code for the new case has been added.
464
465 * mfileio/MWriteRootFile.[h,cc]:
466 - enhanced functionality to be able to write a TTree into memory
467 instead of a file. This were maily bugfixes for the case fOut==0, which
468 must be handled correctly. Becarefull a tree filles without a file
469 is not deleted automatically!
470
471 * mhbase/MBinning.h:
472 - added copy constructor
473 - fixed buggy SetEdges(MBinning&) which didn't work
474
475 * mhbase/MHMatrix.cc:
476 - when adding a new rule check first if the same rule already exists
477
478 * mhflux/MAlphaFitter.[h,cc]:
479 - added new functionality to support on-off analysis
480 - didn't touch existing code
481
482 * mhflux/MHAlpha.[h,cc]:
483 - added new functionality to support on-off analysis
484 - replaced Fit() calls by newer function calls
485 - added DrawAll - PRELIMINARY
486 - fixed a bug when projecting - may be the reson for some strange
487 crashes
488
489 * mcalib/MCalibColorSet.cc:
490 - fixed a stupid bug introduced last year, which caused MCalibColorSet
491 in some circumstances to stop the eventloop when it shouldn't
492
493 * mjobs/MSequence.cc:
494 - expand path names
495
Note: See TracBrowser for help on using the repository browser.