source: trunk/MagicSoft/Mars/Changelog@ 5823

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