source: trunk/MagicSoft/Mars/Changelog@ 5820

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