source: trunk/MagicSoft/Mars/Changelog@ 5830

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