source: trunk/MagicSoft/Mars/Changelog@ 4039

Last change on this file since 4039 was 4039, checked in by gaug, 21 years ago
*** empty log message ***
File size: 156.7 KB
Line 
1Please do not write behind the end of line tag so that it is possible
2to send a Changelog file to a line printer directly. Thanks.
3
4For your entries please follow EXACTLY this style:
5
6_yyyy/mm/dd:_[Your Name]
7_
8___*_filename:
9_____-_description
10_
11___*_filename2, filename3:
12_____-_description
13_
14_
15_
16
17While an underscore is a placeholder for a white-space or an empty line.
18
19 -*-*- END OF LINE -*-*-
20 2004/05/10: Markus Gaug
21
22 * macros/calibrate_data.C
23 - updated setting of arr. time extractor
24
25 2004/05/09: Thomas Bretz
26
27 * Makefile:
28 - added workaround for Mac to create so- and dynlib-object
29
30 * Makefile.conf.darwin:
31 - added necessary option to create both kind of files
32
33 * Makefile.conf.linux:
34 - changed the options to create so-object only
35
36 * Makefile.rules:
37 - added DYLIB to rmbin
38
39 * mraw/MRawEvtData.cc:
40 - changed some output
41
42 * mraw/MRawEvtHeader.[h,cc]:
43 - skip the rest of the header if the time is invalid. Otherwise
44 merpps force-mode will corrupt the data when further processing
45 - implemented GetNumBytes returning the size of the header
46
47
48
49 2004/05/08: Thomas Bretz
50
51 * mona.cc:
52 - some changes to make it work again
53
54 * mraw/MRawSocketRead.cc:
55 - fixed the sync with what DAQ sends
56
57
58
59 2004/05/07: Markus Gaug
60
61 * mcalib/MHCalibrationChargeHiGainPix.cc
62 * mcalib/MHCalibrationChargeLoGainPix.cc
63 - take out half of the bins for the hists in order to save memory
64
65 * mjobs/MExtractCalibTest.cc
66 - include write-out of the containers in the loop
67
68 * mjobs/MJCalibration.cc
69 - take runs 20660 and 20661 into the list of known runs with colour
70 green.
71
72 * mpedestal/MPedCalcPedRun.[h,cc]
73 - make the arrays fSum and fSum2 doubles. This is necessary since
74 rounding errors of the floats introduced significant errors in the
75 RMS!
76 - introduced one condition about possible window sizes of 0.
77
78
79
80 2004/05/06: Markus Gaug
81
82 * htmldoc/images/PedestalStudyInner.gif
83 * htmldoc/images/PedestalStudyOuter.gif
84 - two gifs used for the documentation of MPedCalcPedRun
85
86 * mpedestal/MPedCalcPedRun.cc
87 - updated documentation
88
89 * macros/pedestalstudies.C
90 - updated to the latest version of MPedCalcPedRun
91
92 * macros/bootcampstandardanalysis.C
93 - updated to the latest changes in the ArrivalTime Extraction
94
95
96
97 2004/05/05: Markus Gaug
98
99 * mcalib/MHGausEvents.cc
100 - removed some warning saying "Cannot create Fourier spectrum"
101
102 * mcalib/MCalibrationChargePix.cc
103 - loosened the limits somewhat for calibration with the low-gain
104 - introduced different electronic noise for inner and outer pixels
105 (like seen in the data)
106
107 * mpedestal/MPedCalcPedRun.cc
108 - fixed a small inconsistency in case that the range goes out of
109 the high-gain samples and reaches into the low-gain samples. In
110 that case, the last slice of the high-gain was not taken (but the
111 window size correctly)
112
113 * mjobs/MJExtractCalibTest.[h,cc]
114 - included setters for the time extractor
115
116 * mcalib/MCalibrationChargeCalc.cc
117 - set default of fgPheErrLimit from 4 sigma to 5.
118
119 * mcalib/Makefile
120 * mcalib/CalibLinkDef.h
121 * mcalib/MHCalibrationTestTimeCam.[h,cc]
122 * mcalib/MHCalibrationTestTimeCam.[h,cc]
123 - analogue to MHCalibrationTestCam, two classes to test the
124 output of the calibration.
125
126 * mcalib/MHCalibrationCam.cc
127 - in InitHists, exclude only pixels with kUnsuitableRun, instead of
128 all (IsBad())
129
130 * msignal/Makefile
131 * msignal/SignalLinkDef.h
132 * msignal/MExtractTimeFastSpline.[h,cc]
133 - new fast spline extractor for the equally spaced time slices.
134 Searches for the position of the half maximum between maximum and
135 pedestal. About 6 times faster than MArrivalTimeCalc
136
137 * mjobs/MJCalibration.cc
138 - changed names of the MHCameras to contain run name
139
140
141
142 2004/05/04: Raquel de los Reyes
143
144 * mbase/MRunIter.[h,cc]
145 - Added a flag and a set function to read .raw files.
146 The default option is set to read .root files.
147
148
149
150 2004/05/04: Javier Rico
151
152 * mcalib/MCalibrate.cc
153 - when calibrating using kNONE, weight by the pixel area
154
155
156
157 2004/05/04: Thomas Bretz
158
159 * macros/MagicHillas.C, macros/comprob.C, macros/derotatedc.C,
160 macros/dohtml.C, macros/evtrate.C, macros/merpp.C,
161 macros/pixfirerate.C, macros/pixsatrate.C, macros/plot.C,
162 macros/plot2.C, macros/pointing.C, macros/readMagic.C,
163 macros/rootlogon.C, macros/runbook.C, macros/sectorvstime.C,
164 macros/star.C, macros/sumcurrents.C, macros/tar.C,
165 macros/testenv.C, macros/weights.C:
166 - updated documentation
167
168 * mastro/MAstroCamera.[h,cc]:
169 - added member function to read MC .def files for mirror geometry
170 - added GetDiffZdAz
171
172 * mastro/MObservatory.[h,cc]:
173 - added Copy-member function
174
175 * mbase/MLog.[h,cc]:
176 - updated handling of mutices
177 - added a new mutex to lock the stream
178
179 * mhist/MHCamera.[h,cc]:
180 - added functionality to linear deform the camera display
181 (to correct for abberation)
182
183 * mtools/MFFT.cc:
184 - added more documentation
185
186 * mbase/MTime.[h,cc]:
187 - renamed overloaded Set-function to SetMjd. There were some
188 trouble with the interpreter and the new naming is more
189 intuitive.
190
191
192
193 2004/05/04: Markus Gaug
194
195 * mcalib/MHCalibrationChargeBlindPix.cc
196 - intialized the 2 vectors differently, now they don't give
197 warnings any more.
198
199 * msignal/MExtractor.cc
200 * msignal/MExtractFixedWindow.cc
201 - put one initialization to 0 into the MExtractor
202
203 * mastro/MAstroCatalog.h
204 - make AlignCoordinates() protected, in order to compile
205
206 * mcalib/MHGausEvents.cc
207 - took out fEvents(0) and fHGausHist() from constructor
208
209 * msignal/MExtractor.cc
210 * msignal/MExtractPINDiode.cc
211 - fixed StreamPrimitive
212
213 * msignal/MExtractBlindPixel.[h,cc]
214 - deriving from MExtractor, possibility to filter NSB events
215
216
217 2004/05/03: Thomas Bretz
218
219 * mbase/MRunIter.cc:
220 - AddRuns(char*) added some const-qualifiers
221 - replaced deprecated if-else-if by continue- and return-
222 constructions
223
224
225
226 2004/05/03: Javier Lopez
227
228 * mbadpixels/MBadPixelsPix.[h,cc]
229 - put another enum for hardware malfunctionning. Started to be
230 filled with kHVNotNominal
231
232
233
234 2004/05/03: Markus Gaug
235
236 * mcalib/MHCalibrationBlindPix.[h,cc]
237 - removed a "->" behind the comment
238 - Create a TVector in Draw only if the array is not zero
239
240
241 * mraw/MRawEvtPixelIter.cc
242 - corrected bug in GetIdxMaxLoGainSamples() which looped over
243 one slice too much
244 end = fLoGainPos + fNumLoGainSamples + 1 replaced by:
245 end = fLoGainPos + fNumLoGainSamples
246
247 * msignal/MTimeExtractor.[h,cc]
248 * msignal/MExtractTime.[h,cc]
249 - changed name for alphabetical display in dox
250
251 * mjobs/MJCalibration.[h,cc]
252 * msignal/MExtractTimeSpline.h
253 * msignal/MExtractTimeHighestIntegral.h
254 - changed name of base class to MExtractTime
255
256 * mcalib/MCalibrationCam.[h,cc]
257 * mcalib/MCalibrationChargeCam.[h,cc]
258 * mcalib/MCalibrationRelTimeCam.[h,cc]
259 - put the number of unsuitable and unreliable pixels in the base
260 class
261
262 * mcalib/MCalibrationRelTimeCalc.[h,cc]
263 - fixed a bug calculating the average time resolution
264
265 * mpedestals/MPedestalPix.[h,cc]
266 - add a dedicated fValid flag in order to be able to discard pixels
267 from outside (e.g. from MBadPixelsCam)
268
269 * mpedestals/MPedCalcPedRun.[h,cc]
270 - catch badpixels cam from parameter list, if existing and set
271 corresponding pixels to not valid in MPedestalPix
272
273 * mjobs/MGCamDisplays.[h,cc]
274 * mhist/MHCamera.[h,cc]
275 - put DrawProjection and DrawRadialProfile in MHCamera
276
277 * macros/dohtml.C
278 - include directory mfit and macros calibration.C and
279 bootcampstandardanalysis.C
280 - take out pixvstime.C which does not exist
281
282 * msignal/MExtractFixedWindow.[h,cc]
283 * msignal/MExtractSlidingWindow.[h,cc]
284 * msignal/MExtractFixedWindowPeakSearch.[h,cc]
285 * msignal/MExtractor.[h,cc]
286 * msignal/MExtractPINDiode.[h,cc]
287 * msignal/MExtractTime.[h,cc]
288 - set number of slices not in base class, but in derived one.
289 Like this, extractors setting their signal in other containers
290 don't have a conflict with the ReInit() in MExtractor.
291
292 2004/05/01: Thomas Bretz
293
294 * macros/rootlogon.C:
295 - ignore MARSSYS if libmars.so is found in the current path
296
297 * mastro/MObservatory.cc:
298 - small change to coordinates
299
300 * mbase/MLog.[h,cc]:
301 - enhanced output in case of problem with mutices
302
303 * mtemp/TempIncl.h, mtemp/TemlLinkDef.h:
304 - removed everything
305
306 * Makefile*, */Makefile
307 - changed all to support mtemp/mifae and similar
308
309
310
311 2004/05/01: Abelardo Moralejo
312
313 * mmain/MEventDisplay.cc
314 - changed back integration range for MC to 0-14 slices to avoid
315 confusions.
316
317
318
319 2004/05/01: Markus Gaug
320
321 * macros/dohtml.C
322 - include directory mpedestal
323
324 * msignal/MExtractFixedWindow.[h,cc]
325 * msignal/MExtractSlidingWindow.[h,cc]
326 * msignal/MExtractFixedWindowPeakSearch.[h,cc]
327 * msignal/MExtractor.[h,cc]
328 - include the possibility to set the range for the hi-gain outside
329 the range of MRawEvtPixelIter::GetNumHiGainSamples() and to take
330 the "low-gain" slices instead. This is necessary for the March
331 data!
332
333 * mjobs/MJCalibration.[h,cc]
334 - accept arrival time extractors deriving from MTimeExtractor
335
336
337
338 2004/04/30: Thomas Bretz
339
340 * mastro/MAstroCamera.[h,cc]:
341 - removed obsolete TList data member (use a argument in
342 GetStarList instead)
343
344 * mbase/MTime.h:
345 - added 'istream &operator<<(istream &in, MTime &t)'
346
347 * mbase/BaseLinkDef.h:
348 - added new operator
349
350
351
352 2004/04/30: Daniela Dorner
353
354 * macros/pointing.C
355 - implemented plot: Control Deviation vs Time
356 - rearranged plots
357
358
359
360 2004/04/30: Markus Gaug
361
362 * mcalib/MCalibrationRelTimeCalc.[h,cc]
363 - new class to treat rel. times after fits
364
365 * mcalib/MCalibrationChargeCalc.[h,cc]
366 - search for outliers in the total F-Factor and set a flag in
367 MBadPixelsPix
368
369 * mcalib/MCalibrationRelTimeCam.h
370 - new TArrayIs to store number of unsuitable and unreliable pixels
371
372
373 * mbadpixels/MBadPixelsPix.h
374 - two new flags added: kDeviatingFFactor and kDeviationTimeResolution
375
376 * mcalib/MHCalibrationRelTimePix.[h,cc]
377 - take out commented part of code related to re-normalization
378
379 * mcalib/MHCalibrationCam.[h,cc]
380 - retrieve the used run numbers in order to store them in teh
381 histogram titles to help transparency of the displays
382
383 * mcalib/MHCalibrationRelTimeCam.[h,cc]
384 -  Getter and Setter for the reference pixel
385
386 * mcalib/MCalibrate.cc
387 - make error of nphot to be taken from square root of absolute
388 number of photons instead of number of photons, otherwise
389 NaN's are obtained
390
391 * msignal/MExtractPINDiode.[h,cc]
392 - now deriving from MExtractor
393
394 * msignal/Makefile
395 * msignal/SignalLinkDef.h
396 * msignal/MExtractTimeSpline.[h,cc]
397 * msignal/MExtractTimeHighestIntegral.[h,cc]
398 - replacements for MArrivalTimeCalc and MArrivalTimeCalc2
399
400 * mjobs/MJCalibration.[h,cc]
401 - Set time extractor by pointer
402
403
404
405 2004/04/29: Thomas Bretz
406
407 * mbase/MTask.cc:
408 - fixed behaviour of GetNumExecutions. Because of a root bug
409 Count returns a number which is to high by 1.
410
411
412
413 2004/04/29: Abelardo Moralejo
414
415 * mmc/MMcEvt.hxx
416 - Added minor comment (explanation of fPassPhotCone).
417
418 * mmc/MMcRunHeader.[hxx,cxx]
419 - Removed obsolete parameters fSourceOffsetTheta, fSourceOffsetPhi
420 - Updated class version to 5.
421
422
423
424 2004/04/29: Nadia Tonello
425
426 * mbadpixels/MBadPixelsTreat.h
427 - changed enums {.. BIT(1), ... BIT(2), ... BIT(3) } in {1,2,3}
428 to have the right behaviour of the flags (and of SetProcessRMS)
429
430 * manalysis/MCT1PointingCorrCalc.[h,cc]
431 - added pointing correction for 1ES1959
432
433
434
435 2004/04/29: Markus Gaug
436
437 * msignal/MArrivalTimePix.[h,cc]
438 - removed flag fLoGainUsed which is not used at all
439
440 * msignal/MTimeExtractor.[h,cc]
441 - new base class for arrival time extractors
442
443 * msignal/Makefile
444 * msignal/SignalLinkDef.h
445 * msignal/MExtractTimeSpline.[h,cc]
446 - replacement of MArrivalTimeCalc, derived from MTimeExtractor
447
448
449 * msignal/MExtractor.h
450 - make SetRange virtual
451 - check for range w.r.t. ranges given in the run header in ReInit
452
453 * msignal/MExtractFixedWindow.[h,cc]
454 * msignal/MExtractSlidingWindow.[h,cc]
455 * msignal/MExtractFixedWindowPeakSearch.[h,cc]
456 - overload the SetRange() function in order to do the necessary
457 checks of the range there. Slight differences in every extractor
458 because of the floating windows.
459
460
461 * mpedestals/MPedCalcPedRun.[h,cc]
462 - add the possibility to set ranges and extraction windows. Default
463 is what has always been
464
465
466 * mjobs/MJPedestals.[h,cc]
467 - add the possibility to set a signal extractor which gives the
468 extraction ranges to MPedCalcPedRun
469 - derive from MHCamDisplays
470
471 * mcalib/MCalibrationChargeCam.cc
472 - updated the Print() a little
473
474
475 2004/04/29: Javier Rico
476
477 * mbase/MRunIter.cc
478 - Remove AddRuns(const char*,const char*) dependence on length of
479 first character chain
480
481
482 2004/04/28: Javier Rico
483
484 * mbase/MRunIter.[h,cc]
485 - include function to read runs specified in a character chain
486 with the format, e.g., run1,run2-run3,run4-run5,...
487
488
489
490 2004/04/28: Abelardo Moralejo
491
492 * macros/starmc.C
493 - adapted to change in MC calibration: replaced
494 MMcCalibrationCalc::GetHist by GetHistADC2PhotEl and
495 GetHistPhot2PhotEl.
496
497
498
499 2004/04/28: Markus Gaug
500
501 * mjobs/MGCamDisplays.cc
502 * mjobs/MJCalibration.cc
503 - introduced new "fit" flag in DrawProjection allowing to draw
504 two separate pad with the (fitted) histograms for inner and
505 outer pixels. This is displayed by MJCalibration if the
506 kNormalDisplay option is chosen (default).
507
508 * mjobs/MJCalibration.h
509 - took out the const of GetBadPixels() in order to allow compilation
510 of macros/bootcampstandardanalysis.C. This will change again soon
511 when mjobs/MJExtraction is updated and used there.
512
513 * msignal/MArrivalTimeCalc.[h,cc]
514 - remove the ReInit() which calls to an MGeomCam which is later not
515 used
516
517 * macros/calibrate_data.C
518 - fixed a bug in loop 3 taking the default QE Cam instead of the
519 one filled by MJCalibration
520
521 * msignal/MExtractor.[h,cc]
522 - new base class for signal extractors
523
524 * msignal/Makefile
525 * msignal/SignalLinkDef.h
526 * msignal/MExtractFixedWindow.[h,cc]
527 * msignal/MExtractSlidindWindow.[h,cc]
528 * msignal/MExtractFixedWindowPeakSearch.[h,cc]
529 - replacements for MExtractSignal, MExtractSignal2, MExtractSignal3
530
531 * macros/calibration.C
532 * macros/calibrate_data.C
533 * macros/pedphotcalc.C
534 * macros/bootcampstandardanalysis.C
535 - adapted to new extractors
536
537 * mbadpixels/MBadPixelsPix.h
538 - set back the old definition of IsOK(), namely no information
539 available
540
541
542
543 2004/04/27: Raquel de los Reyes
544
545 * mhvstime/MHVsTime.cc
546 - added a line in the Fill function to avoid empty time events.
547
548
549
550 2004/04/27: Abelardo Moralejo
551
552 * mcalib/MMcCalibrationCalc.[h,cc]
553 - added histogram which stores the conversion of photons before
554 the plexiglas to photoelectrons hitting first dynode.
555
556 * macros/mccalibrate.C
557 - added MPointingPosCalc to the tasklist to create and fill an
558 MPointingPos object, and later write it to the Events tree of
559 the calibrated MC files. Added some comments and simplified
560 some lines. One more histogram from MMcCalibrationCalc (see
561 above) is now written to the output.
562
563 * macros/starmc2.C
564 - added the writing of MPointingPos to output star file.
565
566
567
568 2004/04/27: Markus Gaug
569
570 * mjobs/MJCalibration.[h,cc]
571 - put the three camera drawing facilities into a separate base
572 class MGCamDisplays
573
574 * mjobs/MGCamDisplays.[h,cc]
575 * mjobs/Makefile
576 * mjobs/JobsLinkDef.h
577 - camera drawing facilities: CamDraw, DrawProjection and
578 DrawRadialProfile, used by all jobs
579
580 * mjobs/MJExtractCalibTest.[h,cc]
581 * mjobs/Makefile
582 * mjobs/MJobsLinkDef.h
583 - new class to test the calibration results
584
585 * mcalib/MCalibrationChargeCalc.cc
586 - set unsuitable pixels to excluded in MCalibrationChargePix, which
587 will not display them in the status display
588
589 * mjobs/MJCalibration.cc
590 - take out display of previously excluded pixels
591
592 * mbadpixels/MBadPixelsCam.cc
593 - set val to 1 in case that GetPixelContent is true, before display
594 was not correct
595
596 * macros/calibration.C
597 - added the test class MJExtractCalibTest
598
599
600
601 2004/04/27: Abelardo Moralejo
602
603 * mhistmc/MHMcCollectionArea.[h,cc]
604 - Added fMCAreaRadius and setter to allow changing the radius of
605 the circular area in which MC events are produced. Useful for
606 instance for stereo configuration studies. By default it is 300 m
607 as was assumed before.
608
609
610
611 2004/04/26: Markus Gaug
612
613 * mcalib/MHCalibrationTestPix.[h,cc]
614 * mcalib/MHCalibrationTestCam.[h,cc]
615 * mcalib/Makefile
616 * mcalib/CalibLinkDef.h
617 - two new histogram classes to perform claibraion checks, will be
618 especially useful for the data-check.
619
620 * mcalib/MCalibrationQEPix.cc
621 - found a bug in the setting of validity flags of colours. This
622 made the QE used for calibration uncorrect by about a factor 1.5
623 for the outer pixels if only one colour is used for calibration.
624
625 * mjobs/MJCalibration.[h,cc]
626 - moved colour finder from the macros into this class with the
627 function FindColor()
628 - had to add ~MJCalibration() {} because otherwise, I get a
629 segmentation violation in the destructor, the debugger says in
630 some TString. Maybe it's because of the GetDescriptor() in
631 ~MParContainer() ?
632
633 * macros/calibration.C
634 * macros/calibrate_data.C
635 * macros/pedphotcalc.C
636 * macros/bootcampstandardanalysis.C
637 - removed function FindColor()
638
639 * mcalib/MCalibrationCam.h
640 - make Init() and InitSize() virtual
641
642 * mcalib/MCalibrationChargeCam.[h,cc]
643 - introduce two TArrayI's for the number of uncalibrated and
644 unreliable pixels.
645
646 * mcalib/MCalibrationChargeCalc.[h,cc]
647 - calculate and store the above numbers.
648
649 * mbadpixels/MBadPixelsPix.[h,cc]
650 * mbadpixels/MBadPixelsCam.cc
651 - removed bits: kHiGainNotCalibrated and kLoGainNotCalibrated
652 - added bits: kDeviatingFFactor, kConversionHiLoNotValid
653 - removed functions: IsCalibrationResultOK()
654 and IsCalibrationSignalOK()
655 - changed function IsOK() such that it returns false only if
656 the pixels is not suitable (run or evt)
657
658 * mcalib/MCalibrate.cc
659 * mcalib/MCalibrateRelTime.cc
660 - exchanged query for IsCalibrationResultOK() to
661 IsUnsuitableRun(MBadPixelsPix::kUnsuitableRun). This includes
662 now the oscillating pixels (which are sometimes many!!)
663
664 * mcalib/MHCalibrationRelTimePix.cc
665 - commented re-normalization to ns in Renorm()
666 - introduced Getter to fFADCSliceWidth
667
668 * mcalib/MHCalibrationRelTimeCam.cc
669 - renorm to ns in GetPixelsContent()
670 --> now, calibration in MCalibrateRelTimes is consistent
671
672
673
674 2004/04/26: Abelardo Moralejo
675
676 * manalysis/MMcCalibrationUpdate.cc
677 - changed from 1 to 10 the "dummy" value of conversion high to low
678 gain for old camera 0.6 files. Usually these files have no low
679 gain at all, but there was a patched version of the program
680 which did have low gain (with a gain 10 lower than hg).
681
682
683
684 2004/04/25: Abelardo Moralejo
685
686 * mbadpixels/MBadPixelsTreat.cc
687 - Change in line 204: if ((*fBadPixels)[i].IsBad()) by
688 if ((*fBadPixels)[j].IsBad()) The way it was done, it never
689 worked, because the check on whether the neighbour pixels
690 were OK was performed on the same pixel to be treated (i), which
691 is obviously not OK. The same problem fixed in the interpolation
692 of pedestals. Amazingly, this error would have shown up in any
693 test of the class.... I assume it must have been commited
694 completely untested.
695
696 - In InterpolateSignal: moved division of summed charge over
697 number of pixels : put it after the check of the number of
698 valid neighbours to avoid division by 0.
699
700
701
702 2004/04/23: Markus Gaug
703
704 * mcalib/MHCalibrationCam.cc
705 - fixed a bug in the ReInit() for the number of average events in
706 each area index and sector
707
708
709 2004/04/23: Thomas Bretz
710
711 * */Makefile:
712 - added some more mpedestal
713
714 * mreport/MReportRun.cc:
715 - changed to work with the latest version of report-files
716 --> This will make it incompatible with older report files
717 (for this use older Mars versions for merpping)
718
719 * mbase/MStatusDisplay.[h,cc]:
720 - added combo-box to surf through tabs in MARS-tab
721
722
723
724 2004/04/22: Nadia Tonello
725
726 * mcalib/MCalibrateData.cc
727 - changed request for MBadPixelsPix::IsCalibrationResultOK() for
728 MBadPixelsPix::IsUnsuitable(MBadPixelsPix::kUnsuitableRun)
729
730
731
732 2004/04/22: Thomas Bretz
733
734 * mhist/MHCamera.[h,cc]:
735 - implemented SetUsed
736
737 * merpp.cc:
738 - added "-ff" and interleave mode - both not execcively tested yet
739
740 * mhbase/MFillH.cc:
741 - added a missing 'endl'
742
743 * mraw/MRawCrateData.[h,cc], mraw/MRawEvtData.[h,cc],
744 mraw/MRawEvtHeader.[h,cc]
745 - added SkipEvt (the number of skipped bytes is untested)
746
747 * mraw/MRawEvtHeader.[h,cc]
748 - return kCONTINUE if time is invalid
749
750 * mraw/MRawFileRead.[h,cc]:
751 - implemented AddFile feature - first draft!
752 - added feature to skip events
753
754 * mraw/MRawFileWrite.h:
755 - changed default compression level corresponding to merpp to 2
756
757 * mraw/MRawRead.[h,cc]:
758 - added fForceMode flag to be able to suppress event errors
759
760 * mbadpixels/MBadPixelsTreat.[h,cc]:
761 - changes such that the pedestal interpolation is now done
762 only in ReInit. If you need the old behaviour call
763 SetProcessRMS()
764
765 Another step towards less mess:
766
767 * MMcPedestalCopy.[h,cc], MMcPedestalNSBAdd.[h,cc],
768 MPedPhotCalc.[h,cc], MPedPhotCam.[h,cc], MPedPhotPix.[h,cc],
769 MPedCalcPedRun.[h,cc], MPedestalCam.[h,cc],
770 MPedestalPix.[h,cc]:
771 - moved from manalysis to mpedestal
772
773 * mpedestal/Makefile, mpedestal/PedestalLinkDef.h,
774 mpedestal/PedestalIncl.h:
775 - added
776
777 * manalysis/Makefile, manalysis/AnalysisLinkDef.h,
778 manalysis/AnalysisIncl.h:
779 - removed files above
780
781 * mbadpixels/Makefile:
782 - added mpedestals
783
784 * Makefile:
785 - added mpedestals
786
787
788 2004/04/22: Antonio Stamerra
789
790 * mmain/MEventDisplay.cc
791 - Added new tab "Trigger" adding a new MHEvent (evt9),
792 filled through the MMcTriggerLvl2 container.
793 A new MFillH task for evt9 and MMcTriggerLvl2Calc task
794 have been added.
795
796 * mhist/MHEvent.[h,cc]
797 - Added new event type kEvtTrigPix
798
799 * manalysis/MMcTriggerLvl2.[h,cc]
800 - The class now inherits from MCamEvent
801 - Added the methods GetPixelContent and DrawPixelContent (from MCamEvent)
802 - Added the method IsPixelInTrigger that returns kTRUE if a pixels
803 is in the trigger region
804
805 * manalysis/MMcTriggerLvl2Calc.[h,cc]
806 - Added the methods CheckRunType and ReInit to check if the file is MC.
807
808 * mhistmc/Makefile
809 - Added the include for mgui
810
811
812 2004/04/22: Markus Gaug
813
814 * mcalib/MCalibrate.[h,cc]
815 - introduced flat-fielding of charges for the muon calibration,
816 accessible with SetCalibrationMode(kFlatCharge)
817
818 * manalysis/MPedCalcPedRun.cc
819 - added a SetReadyToSave() at the end of PostProcess
820
821 * mjobs/Makefile
822 - added include of mraw
823
824 * mjobs/MJCalibration.cc
825 - added MRawFileRead for option SetDataCheck()
826
827 * mjobs/MJPedestal.cc
828 - added MRawFileRead for option SetDataCheck()
829
830
831 2004/04/21: Thomas Bretz
832
833 * mbase/MTask.cc, mbase/MTaskList.cc:
834 - let MTask in list fTaskProcess to be used as a counter
835
836 * mdata/MDataChain.[h,cc]:
837 - added some treatments for combinations of +/- signs
838
839 * mfbase/MFilterList.[h,cc]:
840 - added a new constructor to simplyfy filter-inversions
841
842 * mfileio/MReadReports.cc:
843 - added comment
844
845 * mhbase/MBinning.[h,cc]:
846 - added new constructor to simplify calls in macros
847
848 * mhbase/MFillH.[h,cc]:
849 - added fDrawOption to be used in MStatusDisplay
850
851 * mhist/MHFalseSource.cc:
852 - added comment
853
854
855
856 2004/04/20: Thomas Bretz
857
858 * macros/derotatedc.C
859 - added tutorial macro plotting derotated dc currents
860
861 * mhist/MHCamEventRot.[h,cc]:
862 - added histogram to be filled with derotated MCamEvents
863
864
865
866 2004/04/18: Abelardo Moralejo
867
868 * mgeom/MGeomCam.h
869 - Update class version to 4 (necessary after M. Gaug's change
870 of the type of member fMaxRadius.
871
872
873
874 2004/04/16: Abelardo Moralejo
875
876 * mcalib/MCalibrationQEPix.[h,cc]
877 - Added fAverageQE. Same role as gkDefaultAverageQE, but can be
878 changed via SetAverageQE. Made public GetAverageQE and
879 GetAverageQERelVar (this changes needed for MC).
880
881 * mcalib/MMcCalibrationCalc.[h,cc]
882 * manalysis/MMcCalibrationUpdate.[h,cc]
883 - Adapted to M. Gaug's changes in calibration classes. Behaviour
884 has been tested to be the same as before those changes. Now the
885 conversion factor from ADC counts to photoelectrons, and the
886 average QE (photons->photoelectrons) are calculated independently
887 (and later combined by MCalibrate to obtain the conversion
888 ADC->photons).
889
890 * mmain/MEventDisplay.cc, macros/mccalibrate.C, starmc.C
891 - Added call to MExtractSignal::SetSaturationLimit(240) Affects
892 only MC display. This was necessary because if electronic noise
893 is simulated in the FADC, sometimes saturated slices look not
894 saturated due to negative fluctuations, so it is better to set
895 the saturation limit at a safe value (240 ADC counts). Changed
896 signal integration range (only for MC), now from slices 5 to 10.
897
898 * msignal/MExtractSignal3.[h,cc]
899 - Changed name of function SetRange for the more adecquate
900 "SetWindows". No change in behaviour of the function.
901
902
903
904 2004/04/16: Markus Gaug
905
906 * msignal/MExtractSignal.cc
907 - commited proposed larger default window from fgLast = 10 to
908 fgLast = 14, because in March the pulses have moved to later
909 arrival times.
910 - removed some inconsistency with slice numbering in FindSignal()
911 from pixel.GetHiGainSamples()+fHiGainFirst-1 to
912 pixel.GetHiGainSamples()+fHiGainFirst and also for the low gain
913
914 * msignal/MExtractSignal2.cc
915 - committed the proposed smaller window egdes from fgFirst=0 to
916 fgFirst = 3, because in March some of the high-gain pulses reach
917 into the "low-gain samples" and mislead thus sliding window to
918 be maximized on the tail of the high-gain pulse.
919
920 * mcalib/MHPedestalPix.cc
921 - fixed a bug which made normalization to values per slice not happen
922
923 * macros/pedestalstudies.C
924 - fixed and documented
925
926
927
928 2004/04/15: Markus Gaug
929
930 * macros/calibration.C
931 - added a function FindColor() to extract the colour by filename,
932 works if there is indeed a colour or if the run nubmer is smaller
933 than 20000 -> take ct1
934
935 * macros/bootcampstandardanalysis.C
936 * macros/pedphotcalc.C
937 * macros/calibrate_data.C
938 - updated the macro to the cvs-standard used at the Udine bootcamp
939
940 * mcalib/MCalibrateRelTimes.[h,cc]
941 * mcalib/Makefile
942 * mcalib/CalibLinkDef.h
943 - new class to calibrate the relative times
944
945 * manalysis/MGeomApply.cc
946 - added MArrivalTime::Init()
947
948 * msignal/MArrivalTime.[h,cc]
949 - added array fDataErr
950
951 * macros/rootlogon.C
952 - added directories mbadpixels and mjobs
953
954 * mcalib/MCalibrationQEPix.cc
955 - set the fAvNorm variables to 1 in Clean()
956
957 * manalysis/MPedPhotCalc.[h,cc]
958 - included possibility to use an MBadPixelsCam
959
960
961
962 2004/04/14: Thomas Bretz
963
964 * manalysis/MCerPhotEvt.[h,cc]:
965 - fixed a bug which caused a missing last pixel (in most cases
966 Index 576)
967
968 * manalysis/MCerPhotPix.cc:
969 - fixed output in Print
970
971 * macros/mccalibrate.C, mmain/MEventDisplay.cc:
972 - added missing SetCalibrationMethod
973
974 * mbadpixels/MBadPixelsCam.[h,cc]:
975 - added copy constructor
976
977 * mbadpixels/MBadPixelsMerge.cc:
978 - added comments
979
980 * mraw/MRawRunHeader.[h,cc]:
981 - added new run-type (kRTPointRun=7)
982
983 * mmain/MEventDisplay.cc:
984 - fixed the broken cleaning levels
985
986
987
988 2004/04/14: Markus Gaug
989
990 * mcalib/MCalibrationQEPix.cc
991 - found a bug in the calculation of the error, fixed
992
993 * macros/mccalibrate.C, mmain/MEventDisplay.cc:
994 - replaced SetCalibrationMethod by SetCalibrationMode
995
996 * htmldoc/images/CalibClasses.gif
997 * htmldoc/images/RelTimeClasses.gif
998 - two schemes used in the class descriptions
999
1000 * mcalib/MHCalibrationCam.[h,cc]
1001 - included function GetAverageAreas() and GetAverageSectors() like
1002 in MCalibrationCam
1003
1004 * mjobs/MJCalibration.[h,cc]
1005 - included calibration of rel.Times, to be chosen with a flag
1006 RelTimeCalibration()
1007 - signal extractor and arrival time extractor can be chosen by
1008 flags as well (see Class description)
1009
1010
1011 * mbadpixels/MBadPixelsCam.cc
1012 - add two new types in GetPixelContent, add documentation of
1013 GetPixelContent
1014
1015 * msignal/MArrivalTimeCalc2.cc
1016 - commented the warning for pixels with lowgain saturation
1017
1018
1019
1020 2004/04/13: Markus Gaug
1021
1022 * macros/dohtml.C
1023 - included directory mbadpixels
1024
1025 * mcalib/MCalibrationPix.[h,cc]
1026 - add functions GetHiLoMeansDivided(), GetHiLoSigmasDivided() and
1027 errors
1028
1029 * mcalib/MCalibrationChargeCam.[h,cc]
1030 - removed hi-vs.Lo histograms (come into a separate MIntensityCam)
1031 - updated GetPixelContents
1032 - updated class documentation
1033
1034 * mgeom/MGeomMirror.h
1035 - include <TVector3.h>, otherwise it does not compile on my machine
1036
1037 * mjobs/MJPedestals.cc
1038 * mjobs/MJCalibration.cc
1039 - replaced MBadPixelsMerge by MParList.AddToList(fBadPixels) until
1040 bug in MBadPixelsMerge is resolved (see bugtracker).
1041
1042 * mcalib/MHCalibrationChargePINDiode.cc
1043 - return in Draw() if histogram is empty (otherwise segm. violation
1044 in eventloop
1045
1046 * msignal/MExtractedSignalCam.cc
1047 - intialize variables by default to 0.
1048
1049 * mcalib/MHCalibrationChargeCam.[h,cc]
1050 - pointer to fSig is not stored, somehow, when running MJCalibration
1051 Don't know why. Removed and stored some variables instead
1052
1053 * mjobs/MJCalibration.[h,cc]
1054 - updated documentation, updated QE Cam
1055 - set the pulser colour (now obligatory)
1056 - set the possibility to choose different displays
1057
1058 * mcalib/MCalibrationChargeCalc.cc
1059 - set the pulser colour (now obligatory)
1060
1061 * mcalib/MCalibrationChargePix.[h,cc]
1062 - put GetRSigmaPerCharge into this class
1063
1064
1065
1066 2004/04/13: Thomas Bretz
1067
1068 * mastro/MAstroCamera.cc, mastro/MAstroCatalog.[h,cc]:
1069 - enhanced comments
1070 - added some new features
1071
1072 * mbase/MAGIC.h:
1073 - removed some empty lines
1074
1075 * mfileio/MWriteRootFile.cc:
1076 - fixed a compiler warning
1077
1078 * mgeom/MGeomCorsikaCT.h:
1079 - removed obsolete include of TArrayF
1080
1081 * mgeom/MGeomMirror.[h,cc]:
1082 - replaced fReflector by *fReflector
1083
1084 * mmain/MGDisplayAdc.cc:
1085 - fixed a bug which caused the wrong histogram entry to be
1086 displayed
1087
1088
1089
1090 2004/04/10: Markus Gaug
1091
1092 * macros/dohtml.C
1093 - included directory mjobs
1094
1095 * mjobs/MJCalibration.[h,cc]
1096 - added and updated documentation (not yet ready)
1097
1098 * htmldoc/images/CalibClasses.gif
1099 - scheme of the calibration classes, used for documentation in
1100 MJCalibration.cc
1101
1102
1103
1104 2004/04/10: Thomas Bretz
1105
1106 * mastro/MAstroCatalog.[h,cc], mastro/MAstroCamera.[h,cc]:
1107 - added comments
1108
1109 * macros/starfield.C:
1110 - added
1111
1112 * mastro/Makefile, mastro/AstroLinkDef.h
1113 - added MAstroCamera
1114
1115
1116
1117 2004/04/09: Markus Gaug
1118
1119 * mcalib/MHCalibrationChargePINDiode.[h,cc]
1120 * mcalib/MHCalibrationChargeCam.[h,cc]
1121 * mcalib/MHCalibrationChargeCalc.[h,cc]
1122 - put abs. time consistency check from MCalibrationChargeCalc into
1123 MHCalibrationChargePINDiode and MHCalibrationChargeCam
1124
1125 * mcalib/MHCalibrationCam.[h,cc]
1126 * mcalib/MHCalibrationChargeCalc.[h,cc]
1127 - number of used FADC slices also stored in MHCalibrationCam,
1128 MHCalibrationChargeCalc needs no pointer to the signal extractors
1129 any more -> removed
1130
1131 * mcalib/MCalibrationChargePINDiode.[h,cc]
1132 * mcalib/MCalibrationChargeBlindPix.[h,cc]
1133 * mcalib/MCalibrationCam.[h,cc]
1134 - put a default pulser color kNONE
1135
1136 * manalysis/MPedestalCam.[h,cc]
1137 * manalysis/MPedCalcPedRun.[h,cc]
1138 * manalysis/MGeomApply.cc
1139 - added average pixels in the way like it is done in MCalibrationCam
1140
1141
1142
1143 2004/04/08: Thomas Bretz
1144
1145 * mfbase/MF.cc:
1146 - optimized output
1147
1148 * mfbase/MFilterList.cc:
1149 - added some comments
1150
1151 * mfileio/MReadMarsFile.[h,cc], mfileio/MReadTree.[h,cc]:
1152 - added SortFiled-option -- RAQUEL, this is for you!
1153
1154 * mfileio/MWriteRootFile.cc:
1155 - class AddSerialNumber in AddContainer
1156
1157 * mhist/MHFalseSource.[h,cc]:
1158 - optimized setting of hist maximum
1159 - added more source dependant cuts
1160 - changed display layout
1161 - scale number of entries to correct for different acceptance
1162 (not perfect, but the best I can currently do)
1163
1164 * mimage/MHHillasExt.[h,cc]:
1165 - added new histogram for fMaxDist
1166
1167 * mimage/MHNewImagePar.[h,cc]:
1168 - added new histograms for Used/CoreArea
1169
1170 * mimage/MHillasCalc.cc:
1171 - optimized output
1172
1173 * mimage/MHillasExt.cc:
1174 - fMaxDist got a sign
1175
1176 * mimage/MNewImagePar.[h,cc]:
1177 - enhanced comments
1178 - added new Print() member function
1179
1180 * macros/readCT1.C, macros/readMagic.C, mmain/MEventDisplay.cc:
1181 - forward geomcam to newimgepar.Print()
1182
1183
1184
1185 2004/04/08: Markus Gaug
1186
1187 * mcalib/MCalibrationChargeCalc.[h,cc]
1188 * mcalib/MCalibrationChargeCam.[h,cc]
1189 * mcalib/MCalibrationChargePix.[h,cc]
1190 * mcalib/MCalibrationChargeBlindPix.[h,cc]
1191 * mcalib/MCalibrationChargePINDiode.[h,cc]
1192 - put calculation of photon fluxes with the three methods into
1193 MCalibrationChargeCalc
1194 - reorganized calculations in a better readable way (hopefully!)
1195
1196 * mbase/MAGIC.h
1197 * mcalib/MCalibrationCam.[h,cc]
1198 * mcalib/MCalibrationQECam.[h,cc]
1199 * mcalib/MCalibrationQEPix.[h,cc]
1200 - put PulserColor_t away from MAGIC.h into MCalibrationCam
1201 - full implementation of the QE-calibration from MCalibrationQEPix
1202
1203 * msignal/MExtractBlindPixel.cc
1204 - removed warning about low-gain saturation of Blind pixel
1205
1206 * mcalib/MCalibrate.[h,cc]
1207 * mcalib/MCalibrateData.[h,cc]
1208 * mcalib/MMcCalibrationCalc.[h,cc]
1209 * manalysis/MMcCalibrationUpdate.[h,cc]
1210 - conversion factors now separated into FADC2phe and then into
1211 call to average Quantum efficiency.
1212
1213
1214 2004/04/07: Markus Gaug
1215
1216 * mcalib/MHGausEvents.[h,cc]
1217 - added fBlackout events
1218
1219
1220
1221 2004/04/06: Thomas Bretz
1222
1223 * mcalib/MCalibrationCam.[h,cc]:
1224 - simplified call to initialization by new function Init()
1225
1226 * mcalib/MH*.cc:
1227 - fixed some warnings (comparision between signed and unsigned)
1228
1229 * manalysis/MGeomApply.cc:
1230 - use new Init-funtion of MCalibrationCam
1231
1232 * mastro/MAstro.cc:
1233 - some fixes to the conversion functions
1234
1235 * mastro/MAstroCamera.[h,cc]:
1236 - added comments
1237 - changed argument type of AddPrimitives
1238
1239 * mastro/MAstroCatalog.[h,cc]:
1240 - many changes to make it possible to overlay the
1241 catalog on top of a 2D histogram
1242
1243 * mbase/MEvtLoop.cc:
1244 - fixed estimation of run-time
1245
1246 * mbase/MMath.[h,cc]:
1247 - added member functions for signed significances
1248
1249 * mbase/MParContainer.cc:
1250 - changed GetterMethod() to support double reference data mebers
1251
1252 * mbase/MStatusDisplay.cc:
1253 - removed some obsolete debug outputs
1254
1255 * mbase/MTask.[h,cc]:
1256 - removed fNumExecutions, fStopwatch already counts the calls
1257 - slight chagnes to output of PrintStatistics
1258
1259 * mbase/MTaskList.[h,cc]:
1260 - slight chagnes to output of PrintStatistics
1261
1262 * mbase/MTime.cc:
1263 - removed +TwoPi from GetGmst
1264
1265 * mcamera/MCameraAUX.h, mcamera/MCameraHV.h, mcamera/MCameraLV.h,
1266 mcamera/MCameraLid.h, mcamera/MCameraLids.h,
1267 mcamera/MCameraPowerSupply.h:
1268 - added missing Getter functions
1269
1270 * mcamera/MCameraHV.h:
1271 - removed obsolete data-meber fMean
1272
1273 * mdata/DataLinkDef.h:
1274 - added MDataFormula
1275
1276 * mdata/MDataChain.cc, mdata/Makefile:
1277 - enhanced dosumentation
1278 - implemented use of multi argument functions
1279 - added ^-operator
1280
1281 * mdata/MDataList.[h,cc]:
1282 - added ^-operator
1283 - enhanced IsValid
1284
1285 * mfbase/MFilterList.cc:
1286 - changed a warn-output to inf
1287
1288 * mgeom/MGeomCam.[h,cc]:
1289 - added getter returning index corresponding to XY
1290
1291 * mgeom/MGeomPix.[h,cc]:
1292 - added getter IsInside
1293
1294 * mhist/MHCamera.cc:
1295 - Return 0 in GetMean if no entries
1296
1297 * mhist/MHFalseSource.[h,cc]:
1298 - removed conversion stuff (mm/deg)
1299 - slight change to calculation of significance
1300 - added dist-cuts
1301 - added histogram showing number of entries
1302 - added display of catalog
1303
1304 * mhist/MHStarMap.cc:
1305 - added comment
1306
1307 * mimage/MHillasExt.[h,cc]:
1308 - changed class version to 3
1309 - added new data-member fMaxDist
1310
1311 * mimage/MNewImagePar.[h,cc]:
1312 - added new data member fUsedArea and fCoreArea
1313
1314 * mmc/MMcConfigRunHeader.h:
1315 - readded GetMirrors (WHY WAS IT GONE?)
1316
1317 * mpointing/MPointingPos.[h,cc]
1318 - implemented Getter to get coordinates in rad
1319
1320 * mpointing/MSrcPosCalc.[h,cc]:
1321 - fixed direction of rotation
1322 - for the moment do use fTime
1323
1324
1325
1326 2004/04/06: Markus Gaug
1327
1328 * mcalib/MCalibrationChargePix.[h,cc]
1329 - change names of the GetLoGain*() functions to
1330 GetConvertedLoGain*() for better clarity
1331
1332 * mcalib/MCalibrationChargeCam.[h,cc]
1333 - updated and enlarged documentation
1334
1335 * mcalib/MHCalibrationChargeCam.cc
1336 * mcalib/MHCalibrationRelTimeCam.cc
1337 - set the arrays by use of memset
1338 - initialize TObjArrays with the Init-Function
1339
1340
1341 2004/04/05: Markus Gaug
1342
1343 * msignal/MExtractedSignalPINDiode.h
1344 - new function GetLastUsedSlice()
1345
1346 * mcalib/MCalibrationChargeCalc.[h,cc],
1347 * mcalib/MCalibrationChargeCam.cc:
1348 - holds also pointers to MExtractedSignalPINDiode and
1349 MExtractedSignalBlindPixel and does the checks inside the task
1350 (instead of inside the containers)
1351
1352 * mcalib/MCalibrationChargeBlindPix.[h,cc],
1353 * mcalib/MCalibrationChargePINDiode.[h,cc]:
1354 - updated and enlarged documentation
1355
1356 * mcalib/MHCalibrationChargePINDiode.cc
1357 * mcalib/MHCalibrationChargeCam.[h,cc]
1358 - rename Setter for fMeanVar from SetMeanErr() to SetMeanVar()
1359 - rename arrays of fAverageSigmaErr to AverageSigmaVar
1360
1361 * mcalib/MCalibrationPix.[h,cc]
1362 * mcalib/MCalibrationChargePix.[h,cc]
1363 * mcalib/MCalibrationChargeBlindPix.[h,cc]
1364 * mcalib/MCalibrationChargePINDiode.[h,cc]
1365 - add Getters to the relative variance
1366
1367 * mcalib/MHGausEvents.[h,cc]
1368 * mcalib/MCalibrationPix.[h,cc]
1369 * mcalib/MHCalibrationCam.cc
1370 - add to Pickup also Blackout events
1371
1372
1373 2004/04/05: Nadia Tonello
1374
1375 * mbadpixels/MBadPixelsTreat.cc
1376 - In Unmap(): replaced SetPixelUnused with SetPixelUnmapped
1377
1378
1379
1380 2004/04/02: Markus Gaug
1381
1382 * mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationCam.[h,cc],
1383 mcalib/MCalibrationQEPix.[h,cc], mcalib/MCalibrationQECam.[h,cc],
1384 mcalib/MCalibrationRelTimeCam.[h,cc],
1385 mcalib/MCalibrationRelTimePix.[h,cc]:
1386 - updated and enlarged documentation
1387
1388 * mcalib/MHGausEvents.[h,cc], mcalib/MHPedestalPix.[h,cc],
1389 mcalib/MHCalibrationChargePix.[h,cc],
1390 mcalib/MHCalibrationChargeHiGainPix.[h,cc],
1391 mcalib/MHCalibrationChargeLoGainPix.[h,cc],
1392 mcalib/MHCalibrationChargeBlindPix.[h,cc],
1393 mcalib/MHCalibrationChargePINDiode.[h,cc]:
1394 - put fPixId, fPickup, fPickupLimt, CountPickup(), RepeatFit() and
1395 ChangeHistId() into MHGausEvents (before in the derived classes)
1396 - put fChargeNbins, fChargeFirst, fChargeLast,
1397
1398 * mcalib/MHCalibrationRelTimePix.[h,cc]:
1399 - put fRelTimeNbins, fRelTimeFirst, fRelTimeLast together
1400 into MHGausEvents as fNbins, fFirst and fLast
1401
1402 * mcalib/MHCalibrationRelTimePix.[h,cc]:
1403 - remove Renormalization to time slices. Need to think about
1404 more direct way to implement
1405
1406 * mcalib/MHPedestalCam.[h,cc], mcalib/MHCalibrationCam.[h,cc],
1407 mcalib/MHCalibrationChargeCam.[h,cc],
1408 mcalib/MHCalibrationRelTimeCam.[h,cc]:
1409 - put most of the functionality into the base class MHCalibrationCam
1410 - derived classes overload the functions SetupHists, ReInitHists,
1411 FillHists, FinalizeHists and FinalizeBadPixels.
1412 - functions FitHiGainArrays, FitLoGainArrays, FitHiGainHists,
1413 FitLoGainHists and InitHists can be used from base class.
1414
1415 * mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationChargePix.[h,cc],
1416 mcalib/MCalibrationRelTimePix.[h,cc]:
1417 - put most of the functionality into the base class MCalibrationPix
1418 - other two classes derive now from MCalibrationPix
1419
1420 * mcalib/MCalibrationCam.[h,cc], mcalib/MCalibrationChargeCam.[h,cc]
1421 mcalib/MCalibrationRelTimeCam.[h,cc]:
1422 - put most of the functionality into the base class MCalibrationCam
1423 - other two classes derive now from MCalibrationCam
1424 - calls to MCalibration*Cam[i] now have to cast!
1425
1426 * mcalib/MCalibrate.cc, mcalib/MCalibrateData.cc,
1427 * mcalib/MMcCalibrateCalc.cc, manalysis/MMcCalibrationUpdate.cc,
1428 * mcalib/MCalibrationChargeCalc.cc:
1429 - cast calls to MCalibration*Cam[i]
1430
1431 * manalysis/MGeomApply.cc
1432 - add initialization MCalibrationRelTimeCam
1433 - add intialization of average pixels
1434
1435
1436
1437 2004/04/02: Abelardo Moralejo
1438
1439 * msignal/MExtractSignal3.[h,cc]
1440 - added. Alternative method for signal extraction. Uses sliding
1441 window from event to event, but a common window for all pixels
1442 in an event.
1443
1444 * msignal/Makefile, SignalLinkDef.h
1445 - added MExtractSignal3.
1446
1447
1448
1449 2004/04/02: Markus Gaug
1450
1451 * mbadpixels/MBadPixelsPix.h
1452 - added kRelTimeNotFitted and kRelTimeOscillating to Calibration_t
1453 enum
1454
1455 * mcalib/MCalibrationCam.[h,cc], mcalib/MCalibrationPix.[h,cc],
1456 mcalib/Makefile, mcalib/CalibLinkDef.h:
1457 - two new base classes for general calibration storage containers,
1458 contain average pixel storage functionality
1459
1460 * mcalib/MCalibrationRelTimeCam.[h,cc],
1461 mcalib/MCalibrationRelTimePix.[h,cc]:
1462 - new storage container for the rel. time calibration results, derive
1463 from MCalibrationPix, MCalibrationCam
1464
1465
1466
1467 2004/04/01: Markus Gaug
1468
1469 * msignal/MArrivalTimeCalc.[h,cc]
1470 - set fSaturationLimit as a variable with default (instead of 0xff)
1471
1472 * mcalib/MHCalibrationChargeCam.[h,cc]
1473 mcalib/MCalibrationChargeCam.[h,cc]
1474 mcalib/MCalibrationChargeCalc.cc, manalysis/MGeomApply.cc:
1475 - add average pixels per sector
1476
1477 * mcalib/MHGausEvents.[h,cc], mcalib/MHCalibrationChargePix.[h,cc],
1478 mcalib/MHCalibrationRelTimePix.[h,cc]:
1479 - moved BypassFit() function to MHGausEvents
1480
1481 * mcalib/MHCalibrationChargeCam.[h,cc]:
1482 - updated and enlarged documentation
1483 - derives now from mcalib/MHCalibrationCam
1484
1485 * mcalib/MCalibrationChargePix.[h,cc]:
1486 - removed flag kLoGainSaturation, because it is already in MBadPixelsPix
1487
1488 * mcalib/MCalibrationCam.[h,cc], mcalib/Makefile, mcalib/CalibLinkDef.h:
1489 - new base class for all MHCalibration*Cam object, contains the average
1490 pixel functionality
1491
1492
1493
1494 2004/03/31: Markus Gaug
1495
1496 * mcalib/MHCalibrationChargeCam.[h,cc],
1497 mcalib/MCalibrationChargeCam.[h,cc],
1498 mcalib/MCalibrationChargeCalc.cc, manalysis/MGeomApply.cc:
1499 - make the average pixel independent on camera geometry, i.e.
1500 one average pixel per MGeomPix::Aidx
1501
1502
1503
1504 2004/03/31: Abelardo Moralejo
1505
1506 * mmc/MMcConfigRunHeader.[h,cc]
1507 - updated to current version (3) in camera program. Added member
1508 fLightCollectionFactorOuter so that we can store the data on
1509 the simulatedlight collection efficiency (light guides +
1510 plexiglas +...) as a function of incidence angle for outer and
1511 inner pixels independently. Added getters for this information
1512 on light collection efficiency.
1513
1514
1515
1516 2004/03/30: Markus Gaug
1517
1518 * mcalib/MHGausEvents.[h,cc],
1519 mcalib/MHCalibrationChargePix.[h,cc],
1520 mcalib/MHCalibrationChargeHiGainPix.[h,cc],
1521 mcalib/MHCalibrationChargeLoGainPix.[h,cc],
1522 mcalib/MHCalibrationChargeBlindPix.[h,cc],
1523 mcalib/MHCalibrationChargePINDiode.[h,cc],
1524 mcalib/MHCalibrationRelTimeCam.[h,cc],
1525 mcalib/MHCalibrationRelTimePix.[h,cc],
1526 mcalib/MHPedestalPix.[h,cc],
1527 mcalib/MHPedestalCam.[h,cc]:
1528 - updated and enlarged documentation
1529
1530
1531
1532 2004/03/30: Abelardo Moralejo
1533
1534 * mmc/MMcFadcHeader.hxx
1535 - updated to current version (4) in camera program.
1536
1537
1538
1539 2004/03/29: Markus Gaug
1540
1541 * manalysis/MSourcePosFromStarPos.cc
1542 - replaced fabs(ival) by TMath::Abs(ival)
1543
1544 * mbadpixels/MBadPixelsPix.h
1545 - adopt treatment of UnCalibrated_t like the one in Unsuitable_t
1546
1547 * mbadpixels/MBadPixelsPix.cc
1548 - put some documentation in the header
1549
1550 * mcalib/MHCalibrationChargeCam.cc
1551 mcalib/MCalibrationChargeCam.cc
1552 mbadpixels/MBadPixelsCam.cc
1553 - adopt to new style in MBadPixelsPix.h
1554
1555 * mcalib/MCalibrationChargeCalc.[h,cc]
1556 mcalib/MCalibrationChargePix.[h,cc]
1557 - move consistency checks from Pix to Calc
1558
1559 * mcalib/MHGausEvents.[h,cc]
1560 - fixed axes for event and fourier spectrum Draw
1561
1562 * mcalib/MHCalibrationChargePix.[h,cc]
1563 mcalib/MHCalibrationChargeCam.[h,cc]
1564 - moved definition of pulser frequency to MHCalibrationChargeCam
1565
1566
1567
1568 2004/03/24: Thomas Bretz
1569
1570 * mbase/MMath.cc:
1571 - now SignificanceLiMa returns 0 in case sum==0
1572
1573
1574
1575 2004/03/23: Thomas Bretz
1576
1577 * mbase/MContinue.cc, mhbase/MH.cc:
1578 - changed a warning message to an inf-message
1579
1580 * mfileio/MReadTree.cc:
1581 - added an additional logging message when adding files to a
1582 chain successfully.
1583
1584 * mbase/MProgressBar.cc:
1585 - fixed initial size
1586
1587 * mastro/MAstro.[h,cc]:
1588 - changed the code for the rotation angle back to its original
1589 shape. The definition I tried to introduced was already
1590 correctly implemented (assuming that sin is the x-component
1591 of the vector I had it wrong in my mind twice, using
1592 atan2(y,x) everywhere I did recognize it...)
1593
1594 * mreport/MReport.cc:
1595 - fixed a bug which caused a crash when the time is not valid
1596
1597 * mhist/MHStarMap.cc, mpointing/MSrcPosCalc.cc:
1598 - fixed: v.Roatete() must be v=v.Rotate()
1599 - MHStarMap no waorks also without MSrcPosCam, MPointingPos
1600 or MObservatory (leaving out the corresponding translations)
1601
1602
1603
1604 2004/03/22: Markus Gaug
1605
1606 * mfileio/Makefile, mimage/Makefile
1607 - mpointing included
1608
1609
1610
1611 2004/03/22: Thomas Bretz
1612
1613 * mpointing/MSrcPosCalc.[h,cc], MSrcPosCam.[h,cc]:
1614 - added
1615
1616 * mastro/MAstro.[h,cc]:
1617 - added code to calculate rotationangle previously in MObservatory
1618 - changed definition of rotation angle such, that it is now
1619 180deg if Ra and Az grid is parallel
1620
1621 * mastro/MAstroCatalog.[h,cc]:
1622 - fixes and enhancements to the display (such as misscalculated
1623 number of grid lines, title display, etc)
1624 - enhancements to the output
1625 - generalized creation of grid - for further usage
1626
1627 * mastro/MAstroSky2Local.[h,cc]:
1628 - replaced calculation of rotation angle by the function in
1629 MAstro
1630
1631 * mastro/MObservatory.[h,cc]:
1632 - small changes to Print output
1633 - moved code for calculation of rotation angle to MAstro
1634
1635 * mbase/MEvtLoop.cc:
1636 - do not output number of events per second if no events processed
1637
1638 * mbase/MParList.cc:
1639 - updated some comments
1640
1641 * mfileio/MCT1ReadAscii.cc, mfileio/MCT1ReadPreProc.cc,
1642 mfileio/MReadRflFile.cc, mraw/MRawFileRead.cc,
1643 mreport/MReportFileRead.cc:
1644 - output error string if file cannot be opened
1645
1646 * mfileio/MReadTree.cc:
1647 - output name of chain which is scanned
1648
1649 * mimage/MConcentration.cc:
1650 - replaced loop by iterator
1651 - removed obsolete (unused) variables
1652
1653 * mimage/MHNewImagePar.[h,cc]:
1654 - fixed display colors
1655
1656 * mpointing/MPointingPos.[h,cc]:
1657 - added member function to calculate rotation angle
1658 - added comments
1659
1660 * mpointing/Makefile:
1661 - added include MAstro
1662
1663 * manalysis/MSrcPosCam.[h,cc]:
1664 - moved to mpointing
1665
1666 * mpointing/MSrcPosCalc.[h,cc]:
1667 - added: Derotates a star in the camera into MSrcPosCam
1668
1669 * mpointing/Makefile, mpointing/PointingLinkDef.h:
1670 - added MSrcPosCam
1671 - added MSrcPosCalc
1672
1673 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
1674 - removed MSrcPosCam
1675
1676 * mmain/Makefile:
1677 - added include for mpointing
1678
1679 * manalysis/AnalysisIncl.h:
1680 - removed TVector2
1681
1682 * mbase/MParContainer.h:
1683 - added new abstract virtual member function SetVariables
1684 (to be used in fits)
1685 - addeed some text to class description
1686
1687 * mdata/MData.cc:
1688 - added comment
1689
1690 * mdata/MDataArray.[h,cc], mdata/MDataElement.h,
1691 mdata/MDataList.[h,cc], mdata/MDataMember.h,
1692 mfbase/MFDataMember.[h,cc], mfbase/MFilterList.[h,cc]:
1693 - added SetVariables
1694
1695 * mdata/MDataChain.[h,cc]:
1696 - added support for indexed variables [i]
1697 - added SetVariables
1698
1699 * mdata/MDataValue.[h,cc]:
1700 - added support for variable values (through SetVariables)
1701 - added support for an index
1702 - added SetVariables
1703
1704 * mfbase/MF.[h,cc]:
1705 - removed support for {}. This case is now detected
1706 automatically
1707 - added SetVariables
1708 - added support for expressiond like
1709 "MHillas.fLength<2*MHillas.fWidth"
1710
1711 * mfbase/MFDataChain.[h,cc]:
1712 - added fCond data member
1713 - addednew constructor to support fCond
1714 - added support for new condition type
1715 - adapted Print and GetRule
1716
1717 * mimage/MNewImagePar.[h,cc]:
1718 - added some comments
1719
1720 * mhist/MHStarMap.[h,cc]:
1721 - fixed to use the correct MPointingPos instead of the
1722 deprecated MMcEvt. Use MPointingPosCalc to copy the
1723 pointing position from MMcEvt to MPointingPos
1724
1725 * mbase/MMath.[h,cc]:
1726 - added, which currently only implements calculation of
1727 significance and Li/Ma significance
1728
1729 * mbase/Makefile, mbase/BaseLinkDef.h:
1730 - added MMath
1731
1732
1733
1734 2004/03/19: Markus Gaug
1735
1736 * mcalib/MHCalibrationChargePix.cc
1737 - added some style to the default Draw in order to see the
1738 label and axis titles better
1739
1740 * mcalib/MHCalibrationChargeCam.[h,cc]
1741 - store and display more information on the average pxiels
1742
1743 * mcalib/MCalibrationCam.cc
1744 - the GetPixelContent flag were not correct any more, fixed them
1745
1746 * macros/calibration.C
1747 - fixed GetPixelContent flags
1748 - draw radial profile of the variables
1749
1750 * mjobs/MJCalibration.cc
1751 - fixed GetPixelContent flags
1752 - introduced RadialProfile for some displays
1753 - removed some not so important displays
1754
1755 * manalysis/MGeomApply.cc
1756 - included MCalibrationQECam to be initialized
1757
1758 * mcalib/MCalibrationChargePix.[h,cc],
1759 mcalib/MCalibrationQEPix.[h,cc]:
1760 - replace DefinePixId by SetPixId
1761
1762 * mcalib/MCalibrationChargeCalc.[h,cc]
1763 - added MCalibrationQECam
1764 - cleaned the code up a little
1765 - give more information at the end
1766
1767 * mcalib/MCalibrationChargePix.[h,cc]
1768 - took out fNumLoGainSampels whihc is not needed any more because
1769 conversion is only done in the getters
1770 - Canceled function ApplyLoGainConversion (for same reason)
1771
1772 * msignal/MExtractSignal2.cc
1773 - remove uncommented piece of code
1774
1775 * msignal/MExtractSignal.cc, msignal/MExtractSignal2.cc:
1776 - remove warning about pixel with low gain saturation,
1777 now in MBadPixelsPix
1778
1779 * mbadpixels/MBadPixelsPix.[h,cc], mcalib/MCalibrationChargeCam.cc:
1780 - added new flag: kDeviatingNumPhes
1781
1782 * mcalib/MCalibrationChargePix.cc
1783 - check for mean arr. time in last bin replaced by check in last
1784 two bins
1785
1786 * mcalib/MCalibrationChargePix.[h,cc],
1787 mcalib/MCalibrationChargeCam.cc,
1788 mcalib/MHCalibrationChargeCam.cc:
1789 - removed flag kHiGainFitted, kLoGainFitted, since they are
1790 available from MBadPixelsPix
1791
1792 * macros/calibration.C, macros/calibrate_data.C
1793 - a few flags from MCalibrationChargeCam::GetPixelContent were wrong,
1794 corrected them
1795
1796
1797
1798 2004/03/18: Raquel de los Reyes
1799
1800 * macros/DAQDataCheck.C
1801 - macro to check the data from the DAQ system (.raw files).
1802
1803
1804
1805 2004/03/18: Thomas Bretz
1806
1807 * manalysis/AnalysisIncl.h:
1808 - added TVector2
1809
1810 * manalysis/MSrcPosCam.[h,cc]:
1811 - added Getter/Setter using TVector2
1812
1813 * mhbase/MH.cc:
1814 - fixed GetMinimumGT for TH2 and TH3
1815
1816 * mpointing/MPointingPos.h:
1817 - added Getter/Setter for Ra/Dec
1818
1819 * mpointing/MPointingPosCalc.cc:
1820 - fill Ra/Dec into MPointingPos
1821
1822
1823
1824 2004/03/18: Markus Gaug
1825
1826 * mgeom/MGeomCam.[h,cc]
1827 - replace fMaxRadius by a TArrayF of pixel area types
1828 - new TArrayF fMinRadius of each pixel area type
1829 - backward compatibility should be given,
1830 call to GetMaxRadius() returns the value for the whole camera
1831 (which corresponds to the previous value for the Magic camera)
1832
1833 * mimage/MConcentration.cc
1834 - fixed on flog to fLog in order to compile
1835
1836
1837
1838 2004/03/17: Thomas Bretz
1839
1840 * mastro/MAstroCatalog.[h,cc]:
1841 - some simplifications and changes
1842
1843 * mastro/MAstroCatalog.[h,cc]:
1844 - some simplifications and changes
1845
1846 * mastro/MAstroSky2Local.[h,cc]:
1847 - rotation matrix from sky to local coordinates
1848 - added
1849
1850 * mastro/Makefile, mastro/AstroLinkDef.h:
1851 - MAstroSky2Local added
1852
1853 * mraw/MRawEvtPixelIter.cc:
1854 - GetIdxMaxLoGainSample(const Byte_t lofirst) const
1855 accelerated and fixed (the first slice was compared to itself
1856 and the last slice was not taken into account)
1857
1858 * manalysis/MCerPhotAnal2.cc:
1859 - fixed a bug in the new treatment of lo-gains
1860
1861 * mhvstime/MHPixVsTime.cc:
1862 - fixed missing initialization of fTypeErr in constructor
1863
1864 * mimage/MHillas.[h,cc]:
1865 - implemented member function which returns MeanX/Y as TVector2
1866
1867 * mimage/ImageIncl.h:
1868 - added TVector2
1869
1870 * manalysis/MCerPhotEvt.[h,cc]:
1871 - fixed a bug in AddPixels which - in some special circumstances -
1872 cutted pixels with high pixel indices
1873
1874
1875
1876 2004/03/17: Antonio Stamerra
1877
1878 * macros/datatrigcheck.C
1879 - added macro for time and trigger data-checking
1880
1881
1882
1883 2004/03/17: Abelardo Moralejo
1884
1885 * manalysis/MSourcePosfromStarPos.cc
1886 - added cast fabs((Double_t)ival), line 703. Otherwise it does not
1887 compile.
1888
1889 * macros/starmc.C
1890 - added parameter accepted_fraction to select fraction of events
1891 to be processed (useful to make smaller outputs).
1892
1893
1894
1895 2004/03/17: Wolfgang Wittek
1896
1897 * manalysis/MSigmabar.[h,cc]
1898 - correct calculation of sector, which was wrong
1899
1900
1901
1902 2004/03/16: Markus Gaug
1903
1904 * mhist/MHCamera.[h,cc]
1905 - added function RadialProfile which returns a TProfile of the
1906 value along the radius from the camera center
1907
1908
1909
1910 2004/03/16: Oscar Blanch Bigas
1911
1912 * mimage/MConcentration.[h,cc]
1913 - new class for Concentration stuff.
1914 - It computes and stores Concentration 1-8
1915
1916 * mimage/MNewImagePar.[h,cc]
1917 - New Concentration stuff is moved to MConcentration.
1918
1919 * mimage/MHillasCalc.[h,cc], Makefile, ImageLinkDef.h
1920 - Modifications needed to support and compile new
1921 MConcentration class.
1922
1923
1924
1925 2004/03/16: Thomas Bretz
1926
1927 * mjobs/MJ*.[h,cc]
1928 - removed some obsolete comments
1929 - removed projections from Directory (SetDirectory(0))
1930
1931
1932
1933 2004/03/16: Wolfgang Wittek
1934
1935 * manalysis/MSigmabar.[h,cc]
1936 - calculate sigmabar as mean of individual pedestalRMS
1937 instead of sqrt of mean pedestalRMS^2
1938
1939
1940
1941 2004/03/16: Oscar Blanch
1942
1943 * mimage/MNewImagePar.[h,cc]
1944 - New variables members added: fInnerSize, fInnerLeakage[1,2],
1945 fConc[3-8].
1946 - It is only ready for Magic Camera geometry. It has to be done
1947 MGeomCam base.
1948 - The version ahs not been updated since it was done on the
1949 2004/03/10 by Abelardo.
1950
1951
1952
1953 2004/03/15: Markus Gaug
1954
1955 * mcalib/MCalibrationChargePix.[h,cc],
1956 mcalib/MCalibrationChargeCam.[h,cc],
1957 mcalib/MCalibrationChargeCalc.cc:
1958 - conversion from hi- to logain now not applied until the value is
1959 exported outside the class. This is necessary for the error
1960 propagation in the F-Factor method: In the calculation of the
1961 number of Phe, the conversion factors cancel out and do not
1962 enlarge the errors
1963 - pixels with number of phe's outside the range defined by
1964 fPheFFactorRelErrLimit are not any more declared as:
1965 MCalibrationChargePix::IsFFactorMethodValid() == kFALSE ,
1966 but instead as:
1967 MBadPixelsPix::IsSuitableRun(MBadPixelsPix::kUnreliableRun) == kTRUE,
1968 Like this, everybody is allowed to calibrate pixels which give
1969 no reasonable results in the calibration without bothering that
1970 too many pixels fall out. Enjoy!
1971 - In that procedure, the classes passed _internally_ from calculation
1972 of sigmas to calculation of variances which saves all the useless
1973 square rooting.
1974 - took out pointers to MCalibrationChargeBlindPix and
1975 MCalibrationChargePINDiode in MCalibrationChargeCam.
1976
1977
1978
1979 2004/03/15: Abelardo Moralejo
1980
1981 * mmc/MMcEvt.hxx
1982 - added getter function for fZFirstInteraction
1983
1984
1985
1986 2004/03/15: Wolfgang Wittek
1987
1988 * mastro/MObservatory.[h,cc]
1989 - remove bugs in RotationAngle(theta, phi, sin, cos)
1990 replaced
1991 cos = sinl + cosl*cosp /denom;
1992 by
1993 cos = (sinl - cosl*cosp) /denom;
1994
1995
1996
1997 2004/03/15: Thomas Bretz
1998
1999 * mastro/MObservatory.[h,cc]:
2000 - implemented RotationAngle(ra, dec, time)
2001
2002 * mbase/MTask.[h,cc]:
2003 - implemented usage of a TStopwatch to retriev time consumtion
2004 informations
2005 - changed PrintStatistics not to print classes having no
2006 Process() function
2007
2008 * mbase/MTaskList.[h,cc], mfileio/MReadReports.[h,cc]:
2009 - changed PrintStatistics according to changes in MTask
2010
2011 * mraw/MRawEvtHeader.cc:
2012 - added a comment to Fill member function
2013
2014 * manalysis/MCerPhotEvt.[h,cc]:
2015 - added fLut.Set to FixSize and resize fLut by a factor of 2
2016 instead of +1 which acelerates creation of all pixels a lot
2017
2018 * mbadpixels/MBadPixelsPix.cc:
2019 - fixed a typo
2020
2021 * mfilter/MFSoftwareTrigger.cc:
2022 - made statistics output meaning independant of usage of filter!
2023
2024 * mhbase/MFill.[h,cc]:
2025 - added possibility to give tab a different name
2026
2027 * mhist/MHCamera.cc:
2028 - fixed a bug when determin scale for same-option
2029
2030 * mjobs/MJCalibration.cc:
2031 - changed tab names for MFillH
2032
2033 * mjobs/MJExtactSignal.cc:
2034 - added MRawEvtHeader to output
2035
2036 * mbase/MStatusDisplay.[h,cc]:
2037 - changed displayed year
2038 - read and store MStatusArray to and from files
2039
2040 * mfileio/MReadTree.cc:
2041 - enhanced output
2042
2043 * mmain/MCameraDisplay.cc, mmain/MEventDisplay.[h,cc]:
2044 - added preliminary mode to display F1/F2/F3-files
2045
2046 * mbase/MStatusArray.[h,cc]:
2047 - added
2048
2049 * mbase/Makefile, mbase/BaseLinkDef.h:
2050 - added MStatusArray
2051
2052 * mhits/MHCamera.[h,cc], mgui/MHexagon.[h,cc]:
2053 - improved drawing MHCamera with 'same' option
2054
2055
2056
2057 2004/03/13: Markus Gaug
2058
2059 * mcalib/MCalibrationChargeCalc.cc, mcalib/MCalibrationChargeCam.cc,
2060 mcalib/MCalibrationChargePix.[h,cc],
2061 mcalib/MHCalibrationChargeCam.cc,
2062 mcalib/MHCalibrationChargeLoGainPix.cc:
2063 - fixed Low Gain calibration
2064
2065 * mcalib/MHGausEvents.cc:
2066 - changed default fit prob. limit from 0.005 to 0.001
2067
2068 * mbadpixels/MBadPixelsPix.h :
2069 - IsCalibrationResultOK does not ask for FitOK any more
2070
2071 * mcalib/MHCalibrationChargeCam.cc:
2072 - replaced Rel. Err. Limit for outliers in Phe's from 5 sigma to 7
2073
2074 * mraw/MRawEvtPixelIter.[h,cc]:
2075 - function GetIdxMaxLoGainSamples can be called optionally with
2076 offset (because first "loGain" samples are often in reality
2077 hiGain with high values.
2078
2079
2080
2081 2004/03/12: Sebastian Raducci
2082
2083 * manalysis/Makefile
2084 - added mastro in the include directories
2085
2086
2087
2088 2004/03/12: Thomas Bretz
2089
2090 * merpp.cc:
2091 - added 'force' option
2092
2093 * manalysis/MCerPhotAnal2.cc:
2094 - extract pedestal and pedestal rms from lo-gain if hi-gain not
2095 above a certain athreshold
2096
2097 * mastro/MAstroCatalog.[h,c]:
2098 - added text argument to DrawStar
2099
2100 * mbase/MStatusDisplay.cc:
2101 - some small changes to output of SaveAsPS
2102
2103 * mfilter/MFCosmics.cc:
2104 - changed output of filter statistics
2105
2106 * mbadpixels/MBadPixelsTreat.[h,cc]:
2107 - fixed some problems with the code - now it should work like
2108 expected
2109 - added a new member function to be able to change the number
2110 of required neighbors
2111
2112
2113
2114 2004/03/12: Wolfgang Wittek
2115
2116 * manalysis/Makefile
2117 - include 'mastro'
2118
2119 * manalysis/MSourcePosfromStarPos.[h,cc]
2120 - include MObservatory.h
2121 - call member function Rotationangle() of MObservatory
2122
2123
2124
2125 2004/03/12: Markus Gaug
2126
2127 * mjobs/MJCalibration.cc
2128 - updated call in displays to the corr. Cams.
2129
2130 * macros/calibrate_data.C
2131 - macro to study calibrate and study data used in Munich and IFAE
2132
2133
2134
2135 2004/03/12: Antonio Stamerra
2136
2137 * mraw/MRawEvtHeader.[h,cc]
2138 - Added the method GetTriggerID() to decode the trigger pattern.
2139
2140
2141
2142 2004/03/11: Abelardo Moralejo
2143
2144 * mimage/MHillasCalc.cc
2145 - Added some printout in PostProcess, to better express the reasons
2146 for which the reconstruction of some events did not succeed.
2147
2148
2149
2150 2004/03/11: Thomas Bretz
2151
2152 * status.cc:
2153 - updated
2154
2155 * manalysis/MCerPhotAnal2.cc:
2156 - removed an obsolete debug output
2157
2158 * mhist/MHCamera.[h,cc]:
2159 - added same-option to camera display
2160
2161 * mbadpixels/MBadPixelsCalc.[h,cc], mbadpixels/MBadPixelsTreat.[h,cc]:
2162 - implemented functionality of MBlindPixelsCalc2
2163
2164 * mbadpixels/MBadPixelsCam.[h,cc], mbadpixels/MBadPixelsPix.[h,cc],
2165 mbadpixels/MMcBadPixelsSet.cc, mcalib/MCalibrationChargeCalc.cc,
2166 mcalib/MCalibrationChargePix.cc, mcalib/MHCalibrationChargeCam.cc:
2167 - replaced several Set/GetUnsuitable* by a single member function
2168
2169
2170
2171 2004/03/11: Markus Gaug
2172
2173 * mbadpixels/MBadPixelsPix.h
2174 - removed bits about validity of calibration methods
2175 - IsCalibrationResultOK asks also from IsSuitableRun
2176
2177 * mbadpixels/MBadPixelsCam.cc
2178 - updated GetPixelContent
2179 - added Print function
2180
2181 * mcalib/MCalibrationChargeCam.[h,cc]
2182 mcalib/MCalibrationChargePix.h, mcalib/MCalibrationChargeCalc.cc:
2183 - removed pointers to MGeomCam and MBadPixelsCam in MCalibrationChargeCam
2184 - use two loops over pixels in order to determine mean flux of phe;s to
2185 discard pixels far outside the normal distribution
2186
2187 * mcalib/MCalibrate.cc
2188 - added case that no MBadPixelsCam is available.
2189
2190 * mcalib/MHCalibrationChargeCam.cc
2191 - adapted to new MBadPixelsPix::SetUnsuitable function
2192
2193
2194 2004/03/10: Abelardo Moralejo
2195
2196 * manalysis/MCerPhotPix.[h,cc]
2197 - Added member fIsHGSaturated, and setter/getter functions.
2198 Updated class version to 4.
2199
2200 * mcalib/MCalibrate.cc, MCalibrateData.cc
2201 - Added setting of MCerPhotPix.fIsHGSaturated if one or more HG
2202 slices saturate.
2203
2204 * mimage/MNewImagePar.[h,cc]
2205 - Added member fNumHGSaturatedPixels to count the number of pixels
2206 in which high gain saturates. Added getter funciton for it.
2207 Updated class version to 3.
2208
2209
2210
2211 2004/03/10: Markus Gaug
2212
2213 * mcalib/MCalibrationChargeCalc.cc,
2214 mcalib/MCalibrationChargePix.[h,cc],
2215 mcalib/MCalibrationChargeCam.[h,cc]:
2216 - calculation of conversion factor with F-Factor method from
2217 same mean number of photons, derived from weighted mean number
2218 of photo-electrons from inner and outer pixels, respectively
2219
2220 * mjobs/MJPedestal.cc, mjobs/MJCalibration.cc, macros/calibration.C:
2221 - fixed the projections (did only display inner pixels up to now)
2222
2223 * macros/calibration.C
2224 - small bug fixed in display of rel. arrival times
2225 ( used MArrivalTimeCam instead of MHCalibrationRelTimeCam)
2226
2227 * mbadpixels/MBadPixelsCam.cc
2228 - replaced some InitSize(idx) by InitSize(idx+1) in order not to crash
2229 to program when reading from an ascii-file.
2230
2231 * mbadpixels/MBadPixelsCalc.cc
2232 - replaced one SetUnsuitableRun(....) by the new version without
2233 argument.
2234
2235
2236
2237 2004/03/10: Thomas Bretz
2238
2239 * mfilter/MFSoftwareTrigger.[h,cc]:
2240 - changed to support also a predifined number of NN
2241
2242 * mastro/MAstroCatalog.[h,cc]:
2243 - many enhancements
2244 - many speed improvements
2245
2246 * mbadpixels/MBadPixelsPix.[h,cc]:
2247 - fixed
2248
2249
2250
2251 2004/03/10: Ester Aliu
2252
2253 * mtemp/MIslands.[h,cc]
2254 - New MParContainer to hold information about islands
2255 (number of islands, pixels in each Island, Signal/Noise of
2256 each Island).
2257
2258 * mtemp/MIslandCalc.[h,cc]
2259 - New MTask to count and characterize Islands.
2260
2261
2262
2263 2004/03/09: Thomas Bretz
2264
2265 * Makefile.rules:
2266 - replaced *.o by $(...) for building archives
2267
2268 * mjobs/MJCalibration.cc:
2269 - exchanged apply and merge task
2270
2271 * mjobs/MJCalibration.h, mjobs/MJExtractSignal.h, mjobs/MJPedestal.h:
2272 - fixed some const-qualifiers
2273
2274 * mcalib/MHCalibrationChargeBlindPix.cc,
2275 mcalib/MHCalibrationChargeCam.cc,
2276 mcalib/MHCalibrationChargePINDiode.cc
2277 - removed some obsolete output when calling FindCreateObj
2278 - changed some 'not found' output messages to be 'Mars-compliant'
2279 - replaced some gLog by *fLog
2280
2281
2282
2283 2004/03/08: Markus Gaug
2284
2285 * mbadpixels/MBadPixelsPix.h
2286 - small modifications for better readability
2287 - remove Getters for calibration methods
2288 - added flag "UnReliableRun" in fInfo[0]
2289
2290 * mcalib/MHCalibrationChargeCam.cc, mcalib/MCalibrationChargePix.cc:
2291 - fill MBadPixelsPix with UnReliableRun or UnSuitableRun when
2292 calibration does not succeed.
2293
2294 * mcalib/MCalibrationChargeCam.cc
2295 - displaying saturation also for not-valid pixels in GetPixelContent
2296
2297 * msignal/MExtractedSignalCam.[h,cc], msignal/MExtractSignal.[h,cc],
2298 msignal/MExtractSignal2.[h,cc], mananlysis/MHPedestalCam.cc,
2299 mcalib/MCalibrationChargeCalc.[h,cc]:
2300 - in SetUsedFADCSlices, also the window (hi-and logain) is set.
2301 This because MExtractSignal2 set the whole window which was much
2302 bigger than the actually used one. This bug is now removed.
2303
2304
2305
2306 2004/03/08: Thomas Bretz
2307
2308 * merpp.cc:
2309 - fixed a bug in the screen output
2310
2311 * mgeom/MGeomMirror.cc:
2312 - added comment
2313
2314 * mmc/MMcConfigRunHeader.h:
2315 - added member function GetMirrors
2316
2317
2318
2319 2004/03/08: Abelardo Moralejo
2320
2321 * macros/starmc.C, starmcstereo.C, mccalibrate.C
2322 - adapted to m. Gaug's changes: now one MBadPixelsCam containers is
2323 added for each telescope to the parameter list.
2324
2325 * mmain/MEventDisplay.cc, Makefile
2326 - added MBadPixelsCam to par list, and mbadpixels/ to includes.
2327 Necessary due to changes in MCalibrate.
2328
2329
2330
2331 2004/03/06: Markus Gaug
2332
2333 * macros/calibration.C
2334 - adapted call to MHCamera::ProjectionS to the new version
2335
2336 * mcalib/Makefile
2337 - include directory mbadpixels
2338
2339 * manalysis/Makefile
2340 - include directory mbadpixels
2341
2342 * mcalib/MCalibrationChargeCalc.[h,cc]
2343 - include MBadPixelsCam
2344 - remove exclusion of pixels from ascii-file
2345 (now accessible from MBadPixelsCam)
2346
2347 * mcalib/MCalibrationChargePix.[h,cc]
2348 - include MBadPixelsCam
2349
2350 * mcalib/MCalibrationChargeCam.[h,cc]
2351 - include MBadPixelsCam
2352
2353 * mcalib/MHCalibrationChargeCam.[h,cc]
2354 - include MBadPixelsCam
2355 - include one additional MBadPixelsPix for the average inner and
2356 outer pixel, respectively
2357
2358 * mcalib/MHCalibrationChargePix.[h,cc]
2359 - make fSaturated and fPickup a Float_t (for average pixel)
2360
2361 * mbadpixels/MBadPixelsPix.h
2362 - include the CalibrationType_t infos
2363 - exchange "SetUnsuitable" by "SetUnsuitableRun"
2364
2365 * mbadpixels/MBadPixelsCam.cc, mbadpixels/MMcBadPixelsSet.cc:
2366 - exchange "SetUnsuitable" by "SetUnsuitableRun"
2367
2368 * mbadpixels/MBadPixelsCalc.cc:
2369 - exchange "SetUnsuitable" by "SetUnsuitableEvt"
2370
2371 * manalysis/MGeomApply.cc
2372 - remove obsolete MArrivalTime
2373 - add MBadPixelsCam
2374
2375 * mcalib/MCalibrate.[h,cc], mcalib/MCalibrateData.[h,cc]
2376 - implemented calls to MBadPixelsCam
2377
2378 * macros/calibration.C, macros/bootcampstandardanalysis.C,
2379 macros/pedphotcalc.C
2380 - implemented calls to MBadPixelsCam
2381
2382 * mjobs/MJCalibration.cc
2383 - call to MBadPixelsCam
2384
2385
2386
2387 2004/03/05: Nadia Tonello
2388
2389 * manalysis/MBlindPixelsCalc2.[h,cc], manalysis/AnalysisLinkDef.h,
2390 manalysis/Makefile
2391 - Temporary class added (will be included in mbadpixels/ soon)
2392 - All the functions of MBlindPixelCalc are kept(with small improvements)
2393 - New function added: SetCheckPedestalRms
2394
2395 * manalysis/MCerPhotPix.h
2396 - Status Unmapped added (not include the pixel in the cleaned image)
2397
2398 * mimage/MImgCleanStd.cc
2399 - Checks for Unmapped status added
2400
2401 * mastro/MAstroCatalog.cc, msql/MSQLServer.cc:
2402 - include <stdlib.h> to solve compilation error
2403
2404
2405
2406 2004/03/05: Sebastian Raducci
2407
2408 * msignal/MArrivalTimeCalc.cc
2409 - fixed a little bug (exchanged a - with a + in the Calc() method)
2410
2411
2412
2413 2004/03/05: Markus Gaug
2414
2415 * mcalib/MCalibraitonChargeCalc.cc
2416 - remove some runheader line:
2417 if (runheader->IsMonteCarloRun())
2418 return kTRUE;
2419 which gave always true since this week, don't know why.
2420 - added some information in class description
2421
2422
2423
2424 2004/03/04: Sebastian Raducci
2425
2426 * msignal/MArrivalTimeCalc.cc
2427 - fixed a memory leak (the spline was not deleted...)
2428
2429
2430
2431 2004/03/04: Thomas Bretz
2432
2433 * mgeom/MGeomCam.[h,cc]:
2434 - added new data member fNumAreas
2435 - added new function CalcNumAreas
2436 - increased class version to 3
2437
2438 * mgeom/MGeomCamMagic.cc:
2439 - added setting of area index
2440
2441 * mgeom/MGeomPix.[h,cc]:
2442 - added fAidx data member
2443 - added getter function fAidx
2444 - increased class version to 3
2445
2446 * macros/sectorvstime.C:
2447 - added example of how to plot the evolution of a sector vs time
2448
2449 * mhist/MHVsTime.[h,cc], mhist/MHPixVsTime.[h,cc]:
2450 - moved to mhvstime
2451
2452 * mhvstime/MHSectorVsTime.[h,cc]:
2453 - added
2454
2455 * Makefile:
2456 - added mhvstime
2457
2458 * mhvstime/Makefile, mhvstime/HVsTimeLinkDef.h,
2459 mhvstime/HVsTimeIncl.h:
2460 - added
2461
2462 * mhist/Makefile, mhist/HistLinkDef.h,
2463 - removed MHVsTime
2464 - removed MHPixVsTime
2465
2466 * macros/rootlogon.C, macros/dohtml.C:
2467 - added new directory mhvstime
2468
2469 * msignal/MExtractSignal.cc, msignal/MExtractSignal2.cc:
2470 - changes such, that it doesn't crash if signal has no lo-gain
2471 (This might still give wrong results!)
2472
2473 * macros/dohtml.C:
2474 - added pixvstime.C
2475 - added sectorvstime.C
2476
2477 * manalysis/MMcCalibrationUpdate.cc:
2478 - some changes on file consistency check done by Abelardo,
2479 he may comment on it
2480
2481 * mhist/MHCamera.[h,cc]:
2482 - changed to support also dividing the camera in pixels area indices
2483
2484 * mhist/MHEvent.cc:
2485 - minor change
2486
2487 * mjobs/MJPedestal.cc:
2488 - adapted to changes in MHCamera
2489
2490 * mastro/MAstroCatalog.[h,cc]:
2491 - added preliminary catalog
2492
2493 * mastro/Makefile, mastro/AstroLinkDef.h:
2494 - added MAstroCatalog
2495
2496
2497
2498 2004/03/03: Thomas Bretz
2499
2500 * mgeom/MGeomCam.cc:
2501 - give a name and title also if the default constructor is used
2502
2503 * mgeom/MGeomMirror.[h,cc]:
2504 - added member function GetReflection
2505 - added persistent data member fReflector
2506
2507 * mjobs/MJCalibration.cc, mjobs/MJExtractSignal.cc, mjobs/MJPedestal.cc:
2508 - fixed a typo in the output
2509
2510 * mraw/MRawFileWrite.cc:
2511 - added the missing '.' to MRawRunHeader. Because of the design of
2512 MReadTree this is backward compatible
2513
2514 * mraw/MRawRunHeader.h:
2515 - removed last change from Abelardo. '>255' is the correct
2516 check for MC files following the definition that all MC files
2517 have run types >255 which was made in the past.
2518
2519 * manalysis/MCerPhotAnal.[h,cc], manalysis/MCerPhotAnal2.[h,cc]:
2520 - created ReInit member function to hold all code (moved from
2521 PreProcess) accessing the run header. The run header is not
2522 available in PreProcess. That it was working before was only
2523 by chance, because the run type is initialized with 65535 which
2524 is != 255 but not >255.
2525
2526
2527
2528 2004/03/03: Sebastian Raducci
2529
2530 * msignal/MArrivalTimeCalc.cc
2531 - The calculation of the arrival times is made only when needed
2532 (when the HalfMax is over the pedestal)
2533
2534 * mtools/MCubicSpline.cc
2535 - Commented out an annoying warn
2536
2537
2538
2539 2004/03/03: Abelardo Moralejo
2540
2541 * mraw/MRawRunHeader.h
2542 - Replaced
2543 Bool_t IsMonteCarloRun() const { return fRunType>0x00ff; } by
2544 Bool_t IsMonteCarloRun() const { return (fRunType==0x0100); }
2545 since the latter is the exact translation of what the function
2546 intends to do. I do not know why, but the display of real data
2547 did not work with the upper line!
2548
2549 * mgeom/MGeomCam.cc
2550 - Undid yesterday change! I do not know why, display completely
2551 fails after that change, both for old and new camera files.
2552 Put back fPixels[i] = new MGeomPix; in constructor.
2553
2554
2555
2556 2004/03/02: Abelardo Moralejo
2557
2558 * mmc/MMcCorsikaRunHeader.[h,cc]
2559 - Added operator [] to get references to the objects in
2560 TObjArray fTelescopes.
2561 - Added Print() function.
2562 - Added GetNumCT() function.
2563 - Replaced
2564 fTelescopes[i]= new MGeomCorsikaCT;
2565 by
2566 MGeomCorsikaCT* dummy = new MGeomCorsikaCT();
2567 fTelescopes.Add(dummy);
2568
2569 * mgeom/MGeomCorsikaCT.[h,cc]
2570 - Added getter functions for telescope coordinates.
2571 - Added Print() function.
2572
2573 * mgeom/MGeomCam.cc => NOTE: this change was undone later!
2574 - Replaced
2575 fPixels[i] = new MGeomPix;
2576 by
2577 MGeomPix* dummy = new MGeomPix();
2578 fPixels.Add(dummy);
2579
2580
2581
2582 2004/03/02: Thomas Bretz
2583
2584 * mcalib/MCalibrateData.cc:
2585 - removed usage of MGeomCam (you have MGeomApply for this!)
2586
2587
2588
2589 2004/03/01: Nadia Tonello
2590
2591 * manalysis/MCerPhotEvt.cc
2592 - TObject *MCerPhotEvtIter::Next() now returns Used pixels
2593 only if fUsedonly=kTRUE, otherwise it returns all the pixels
2594 in the array
2595
2596
2597
2598 2004/03/01: Sebastian Raducci
2599
2600 * msignal/MArrivalTimeCalc.[cc,h]
2601 - now the arrival time is at the half max of the spline:
2602 half max = (maximum - pedestal)/2
2603
2604 * mmain/MEventDisplay.cc
2605 - fixed an include (from MArrivalTime.h to MArrivalTimeCam.h)
2606
2607
2608
2609 2004/03/01: Wolfgang Wittek
2610
2611 * mhist/MHStarMap.[h,cc]
2612 - remove bugs
2613 - change GetRotationAngle() such that it can be called from outside
2614
2615
2616
2617 2004/03/01: Thomas Bretz
2618
2619 * Makefile:
2620 - enhanced all calls to subsequent makes by '-f Makefile' to
2621 make sure the correct Makefile is called
2622
2623 * merpp.cc:
2624 - enhanced interpretation of time
2625 - fixed a bug in determin the file-type
2626
2627 * mbase/MTime.[h,cc]:
2628 - added GetGmst() member function
2629
2630 * mastro/MAstro.[h,cc]:
2631 - added Coordinate2Angle
2632 - added AngularDistance
2633 - implemented UT2GMST
2634 - replaced defined by TMath::Pi()
2635
2636 * mastro/MObservatory.[h,cc]:
2637 - added data members for sin-/cos-component of latitude
2638 - added calculation of rotation angle
2639
2640 * mhist/MHStarMap.[h,cc]:
2641 - changes to use MObservatory member function
2642
2643 * manalysis/MCerPhotAnal.cc, manalysis/MCerPhotAnal2.cc,
2644 manalysis/MCerPhotCalc.cc, manalysis/MMcCalibrationUpdate.cc,
2645 manalysis/MMcPedestalCopy.cc, manalysis/MMcPedestalNSBAdd.cc,
2646 manalysis/MPedCalcPedRun.cc, manalysis/MPedPhotCalc.cc,
2647 mcalib/MCalibrationChargeCalc.cc, mcalib/MMcCalibrationCalc.cc
2648 - changed to use IsMonteCarloRun() now
2649
2650 * manalysis/MMcCalibrationUpdate.cc:
2651 - unified output to log-stream
2652 - replaced sqrt by TMath::Sqrt
2653
2654 * mcalib/MCalibrationChargeCalc.cc:
2655 - unified output to log-stream
2656 - removed .Data() from TString where obsolete
2657 - fixed memory leak using gSystem->ExpandPathName
2658
2659 * mpointing/MPointingPosCalc.cc, mraw/MRawFileWrite.cc:
2660 - adde class name to used kRT*/kTT* enums
2661
2662 * mraw/MRawEvtHeader.h:
2663 - made enum data member of class
2664
2665 * mraw/MRawRunHeader.[h,cc]:
2666 - made kMagicNumber and kMaxFormatVersion a static data
2667 member of the class
2668 - added IsMonteCarloRun member function
2669
2670
2671
2672 2004/02/27: Markus Gaug
2673
2674 * mjobs/MJPedestal.cc, mjobs/MJCalibration.cc, macros/calibration.C:
2675 - put in call to MHCamera::Projection the name of the calling
2676 class, otherwise the projected hsitogram will be overwritten by
2677 an empyt one.
2678
2679 * mcalib/MHCalibrationChargePix.[h,cc],
2680 mcalib/MHCalibrationHiGainChargePix.[h,cc],
2681 mcalib/MHCalibrationLoGainChargePix.[h,cc]:
2682 - histogram name setting and title setting moved to constructor,
2683 Functions Init and ChangeHistId derive directly from
2684 MHcalibrationChargePix
2685
2686 * mcalib/MHCalibrationChargeCam.[h,cc],
2687 mcalib/MCalibrationChargeCam.[h,cc],
2688 mcalib/MCalibrationChargeCalc.[h,cc]:
2689 - introduced "average inner" and "average outer" higain and logain
2690 pixels.
2691
2692
2693
2694 2004/02/27: Raducci Sebastian
2695
2696 * mhist/Makefile
2697 - added mastro in the include list
2698
2699
2700
2701 2004/02/27: Abelardo Moralejo
2702
2703 * mmain/MEventDisplay.cc
2704 - replaced in fill8 obsolete MArrivalTime with MArrivalTimeCam.
2705 - Updated display of MC data: removed MCerPhotCalc, and replaced
2706 it by MExtractSignal+MMcCalibrationUpdate+MCalibrate. Now
2707 MPedPhotCam is filled and all the camera display tabs are shown
2708 correctly (most were not working for MC events since a while
2709 ago).
2710
2711 * mmain/Makefile
2712 - Added mcalib to list of include directories.
2713
2714 * manalysis/MMcCalibrationUpdate.[h,cc]
2715 - Added member variable Bool_t fOuterPixelsScaling, which is
2716 kTRUE by default. If set to kFALSE, MCalibrationCam is filled
2717 such that MCerPhotEvt will later be filled with the signal as it
2718 is, not corrected for the (possibly) different gain of the outer
2719 pixels electronic chain. This option was necessary to allow for
2720 the change in the camera display (see above).
2721
2722 * macros/starmc.C
2723 - added (optional) division of output into two, for use as train
2724 and test samples in g/h separation studies.
2725
2726
2727
2728 2004/02/26: Hendrik Bartko
2729
2730 * macros/dohtml.C
2731 - included the path msignals/
2732
2733
2734
2735 2004/02/26: Abelardo Moralejo
2736
2737 * macros/starmcstereo.C
2738 - changed filters to divide data between train and test sample for
2739 gamma hadron separation studies. Now we use the modulus operator
2740 applied to (Corsika) event number:
2741 MF filter1("{MMcEvt;1.fEvtNumber%2}<0.5");
2742 MF filter2("{MMcEvt;1.fEvtNumber%2}>0.5");
2743 - cleaned up a bit the way the CT coordinates are fed to the task
2744 MStereoCalc.
2745 - Changed default FADC integration range (center range to adapt to
2746 new camera).
2747
2748
2749
2750 2004/02/26: Thomas Bretz
2751
2752 * mhist/MHCamera.cc:
2753 - fixed a function description
2754
2755 * mreport/MReport.cc, mreport/MReportFileRead.cc:
2756 - introduced return case -1
2757
2758 * Makefile.rules:
2759 - remove all dependancy files when calling 'rmdep'
2760
2761 * mbase/MAGIC.h, mmc/MMcEvt.hxx:
2762 - moved ParticleId_t to MMcEvt
2763 - implemented MMcEvt::GetParticleName
2764 - implemented MMcEvt::GetEnergyStr
2765
2766 * mfilter/MFGeomag.cc, mfilter/MFParticleId.cc, mhist/MHCompProb.cc,
2767 mhist/MHEvent.cc, mhist/MHHadronness.cc,
2768 mmontecarlo/MMcTriggerRateCalc.cc, mranforest/MHRanForest.cc:
2769 - fixed usage of ParticleId_t
2770
2771 * msignal/Makefile:
2772 - removed obsolete includes
2773
2774 * mastro/Makefile, mastro/AstroLinkDef.h, mastro/MAstro.[h,cc],
2775 mastro/MObservatory.[h,cc]:
2776 - added
2777
2778 * mbase/MAstro.[h,cc]:
2779 - removed
2780
2781 * mbase/Makefile, mbase/BaseLinkDef.h:
2782 - removed MAstro
2783
2784 * Makefile:
2785 - added mastro
2786 - added msql
2787 - added mfbase
2788
2789 * mtemp/MObservatory.[h,cc], mtemp/MObservatoryLocation.[h,cc]:
2790 - removed
2791
2792 * merpp.cc:
2793 - added Sql support
2794
2795 * mraw/MRawFileRead.h:
2796 - added GetFileName
2797
2798 * msql/Makefile, msql/SqlLinkDef.h, msql/SqlIncl.h,
2799 MSQLServer.[h,cc], MSqlInsertRun.[h,cc]:
2800 - added
2801
2802 * mfilter/MF.[h,cc], mfilter/MFDataChain.[h,cc],
2803 mfilter/MFDataMember.[h,cc], mfilter/MFEventSelector.[h,cc],
2804 mfilter/MFEventSelector2.[h,cc], mfilter/MFRealTimePeriod.[h,cc]:
2805 - moved to mfbase
2806
2807 * mfbase/Makefile, mfbase/FBaseLinkDef.h, mfbase/FBaseIncl.h:
2808 - added
2809
2810 * merpp.cc:
2811 - implemented control of gDebug (root debugging)
2812
2813 * mfileio/MWriteAsciiFile.[h,cc], mfileio/MWriteFile.[h,cc],
2814 mfileio/MWriteRootFile.[h,cc]:
2815 - implemented CheckAndWrite return value
2816
2817 * mfileio/MWriteRootFile.cc:
2818 - fixed updating already existing branches (eg concatenating report
2819 files)
2820
2821 * macros/dohtml.C, macros/rootlogon.C:
2822 - added mastro
2823 - added mfbase
2824 - added msql
2825
2826 * mraw/MRawEvtHeader.h:
2827 - implemented GetNumTrigLvl1
2828 - implemented GetNumTrigLvl2
2829
2830
2831
2832 2004/02/25: Markus Gaug
2833
2834 * mcalib/MExtractBlindPixel.[h,cc],
2835 mcalib/MExtractPINDiode.[h,cc],
2836 mcalib/MExtractedSignalBlindPixel.[h,cc],
2837 mcalib/MExtractedSignalPINDiode.[h,cc],
2838 mcalib/Makefile, msignal/Makefile, mcalib/CalibLinkDef.h,
2839 msignal/SignalLinkDef.h:
2840 - moved blindpixel and PINdiode extractors to msignal
2841
2842
2843 * mcalib/MCalibrationQECam.[h,cc], mcalib/MCalibrationQEPix.[h,cc]:
2844 - two new classes to hold the quantum efficieny information of the
2845 calibration
2846
2847 * msignal/MArrivalTimeCalc.[h,cc]
2848 - fill now MArrivalTimePix instead of MArrivalTime
2849
2850 * mcalib/MHCalibrationChargeCam.cc
2851 - display only valid pixels for the corr. values in GetPixelContent
2852
2853 * mcalib/MHCalibrationRelTimeCam.cc
2854 - is now filled from MArrivalTimeCam instead of MArrivalTime
2855
2856 * macros/calibration.C
2857 - divided into two macros: calibration.C using the MJPedestal
2858 standard procedure and pedestalstudies.C using the old
2859 procedures
2860
2861 * macros/pedestalstudies.C
2862 - new macro containing the first previous part of calibration.C
2863
2864 * mcalib/MCalibrationChargeBlindPix.h,
2865 mcalib/MCalibrationChargePINDiode.h, mbase/MAGIC.h,
2866 mjobs/MJCalibration.cc:
2867 - definition of PulserColot_t in MAGIC.h.
2868
2869
2870
2871 2004/02/25: Hendrik Bartko
2872
2873 * macros/rootlogon.C
2874 - set the include path also to msignals/
2875
2876 * manalysis/MExtractSignal.[h,cc], manalysis/MExtractSignal2.[h,cc],
2877 manalysis/MExtractedSignalCam.[h,cc],
2878 manalysis/MExtractedSignalPix.[h,cc],
2879 manalysis/MArrivalTime.[h,cc], manalysis/MArrivalTimeCalc.[h,cc],
2880 manalysis/MArrivalTimeCalc2.[h,cc]:
2881 - removed
2882
2883 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
2884 - removed classes mentioned above
2885
2886 * msignal/MExtractSignal.[h,cc], msignal/MExtractSignal2.[h,cc],
2887 msignal/MExtractedSignalCam.[h,cc],
2888 msignal/MExtractedSignalPix.[h,cc],
2889 msignal/MArrivalTime.[h,cc], msignal/MArrivalTimeCalc.[h,cc],
2890 msignal/MArrivalTimeCalc2.[h,cc]:
2891 - added
2892
2893 * msignal/Makefile, msignal/AnalysisLinkDef.h:
2894 - added classes mentioned above
2895
2896 * mfilter/Makefile, mcalib/Makefile, mjobs/Makefile, mmain/Makefile:
2897 - added include msignal
2898
2899
2900
2901
2902 2004/02/25: Wolfgang Wittek
2903
2904 * mcalib/MCalibrateData.[h,cc]
2905 - initialize size for MPedPhotCam
2906
2907
2908
2909 2004/02/24: Wolfgang Wittek
2910
2911 * manalysis/MSourcPosfromStarPos.[h,cc]
2912 - change member function SetSourceAndStarPosition() to expect sky
2913 coordinates in the standard units
2914 - generalize to more than 1 star
2915 - the class is not yet fully tested
2916
2917 * mfilter/MFSelBasic.[h,cc]
2918 - change default values of cuts
2919
2920
2921
2922 2004/02/24: Markus Gaug
2923
2924 * mjobs/MJCalibration.cc, macros/calibration.C,
2925 macros/bootcampstandardanalysis.C, macros/pedphotcalc.C:
2926 - added MCalibrationChargeBlindPix to plist
2927 - added new filling of histograms with MFillH
2928 - changed SetPulserColor to MCalibrationChargeBlindPix and
2929 MCalibrationChargePINDiode
2930
2931 * mcalib/MHCalibrationChargeBlindPix.[h,cc]:
2932 - receives a pointer to MCalibrationChargePINDiode which is filled
2933 with the results and told to calculate the fluxes in the
2934 Finalize function
2935 - is filled via MFillH from MExtractBlindPixel
2936 - SetPulserColor directly in this class
2937
2938 * mcalib/MCalibrationChargeBlindPix.[h,cc]
2939 - new storage container of the blind pxiel resutls, replaces
2940 MCalibrationBlindPix
2941
2942 * mcalib/MCalibrationChargeCalc.[h,cc]:
2943 - does not fill the histograms any more, but does ony the
2944 calculations in the postprocess. No pointer to MExtractPINDidoe
2945 or MExtractBlindPixel any more.
2946
2947 * mcalib/MCalibrationChargePix.cc
2948 - discovered an error in the calculation of phe's in
2949 CalcFFactorMethod(). The average QE was applied twice.
2950 This error had been introduced on 13/02/04
2951 - loosened criterium convFFactorRelErrLimit from 0.1 to 0.2
2952 - CalcFFactor asks for IsChargeValid before calculating anything
2953
2954 * mcalib/MCalibrationChargePINDiode.[h,cc]
2955 - added function SetFluxOutsidePlexiglassAvailable
2956 - SetPulserColor directly in this class
2957
2958 * mcalib/MCalibrationChargeCam.cc
2959 - removed function SetPulserColor from here
2960
2961 * mcalib/MCalibrationPINDiode.[h,cc], mcalib/MHCalibrationConfig.h,
2962 mcalib/MHCalibrationPINDiode.[h,cc],
2963 mcalib/MCalibrationBlindPix.[h,cc],
2964 mcalib/MHCalibrationBlindPixel.[h,cc]:
2965 - removed since obsolote
2966
2967 * mcalib/MHCalibrationChargePix.cc
2968 - make fPickup an Int_t
2969
2970 * mcalib/MCalibrate.cc
2971 - test validity of every calibration method before retrieving
2972 conversion factors
2973
2974 * mcalib/MHGausEvents.[h,cc]
2975 - add possibility to set fit ranges in call to FitGaus
2976 - make function CreateXaxis protected
2977
2978
2979
2980 2004/02/23: Markus Gaug
2981
2982 * mraw/MRawEvtPixelIter.h
2983 - include GetNumHiGainSamples and GetNumLoGainSamples
2984
2985 * mcalib/MExtractedSignalBlindPixel.h,
2986 mcalib/MExtractBlindPixel.[h,cc]:
2987 - included storage of pedestal
2988
2989 * mcalib/MHGausEvents.[h,cc]
2990 - make the fit functions protected
2991
2992
2993
2994 2004/02/22: Markus Gaug
2995
2996 * mfilter/MFCosmics.[h,cc]
2997 - fMaxNumEmpty changed from absolute number to relative number of
2998 pixels
2999
3000 * mcalib/MHGausEvents.h
3001 - remove the "->" from the pointers which are initialized only
3002 in certain cases. The streamer did not work in case that
3003 MFGausFit was left at the NULL pointer.
3004
3005
3006
3007 2004/02/21: Markus Gaug
3008
3009 * manalysis/MExtractedSignalPix.[h,cc]
3010 - changed variable fIsLoGainUsed to fLoGainUsed
3011 - added function GetNumHiGainSaturated()
3012
3013
3014 2004/02/20: Markus Gaug
3015
3016 * mcalib/MHCalibrationChargeHiGainPix.[h,cc], mcalib/Makefile,
3017 mcalib/MHCalibrationChargeLoGainPix.[h,cc],
3018 mcalib/CalibLinkDef.h
3019 - new class to replace MHCalibrationPixel,
3020 based on MHCalibrationChargePix
3021
3022 * mcalib/MCalibrationChargeCalc.[h,cc]
3023 mcalib/MCalibrationChargeCam.[h,cc]
3024 mcalib/MCalibrationChargePix.[h,cc]
3025 mcalib/MCalibrationChargePINDiode.[h,cc]
3026 mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc],
3027 mcalib/MCalibrationPINDiode.[h,cc]:
3028 - added the "charge" versions, remove the old ones. The histograms
3029 should be filled in the MH... versions independently of
3030 MCalibrationChargeCalc. This is fully realized for the PIN Didoe
3031 now and will later be so for the pixels and the blind pixel.
3032
3033 * mcalib/MHCalibrationChargePINDiode.[h,cc]
3034 - receives a pointer to MCalibrationChargePINDiode which is filled
3035 with the results and told to calculate the fluxes in the
3036 Finalize function
3037
3038 * mcalib/MCalibrate.[h,cc], mcalib/MCalibrateData.[h,cc],
3039 mcalib/MMcCalibrationCalc.[h,cc], mjobs/MJCalibration.[h,cc],
3040 manalysis/MMcCalibrationUpdate.[h,cc],
3041 mjobs/MJExtractSignal.[h,cc], manalysis/MGeomApply.cc,
3042 mcalib/Makefile, mcalib/CalibLinkDef.h, macros/calibration.C,
3043 macros/bootcampstandardanalysis.C,
3044 macros/pedphotcalc.C:
3045 - replace MCalibrationCam by MCalibrationChargeCam
3046 - replace MCalibrationCalc by MCalibrationChargeCalc
3047
3048
3049
3050 2004/02/19: Markus Gaug
3051
3052 * mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationCam.cc,
3053 mcalib/MCalibrate.cc, mcalib/MCalibrateDate.cc,
3054 manalysis/MMcCalibrationUpdate.cc:
3055 - standardized naming of variables containing "Error", this also affected
3056 the calling functions MCalibrate, MMcCalibrationUpdate and MCalibrateData
3057
3058 * mcalib/MCalibrationCam.cc, mcalib/MCalibrationPix.cc,
3059 mcalib/MCalibrationCalc.cc, mcalib/MCalibrate.cc,
3060 mcalib/MCalibrateData.cc, mcalib/MCalibrationConfig.h:
3061 - took out some configuration numbers and put them directly into
3062 the class
3063 - remove completely MCalibrationConfig.h
3064
3065
3066
3067 2004/02/19: Abelardo Moralejo
3068
3069 * mhist/MHEvent.[h,cc]:
3070 - Changed names of Event "types" to make them more descriptive.
3071 Former kEvtSignal is now called kEvtSignalDensity, and indicates
3072 pixel content scaled by area. Added kEvtSignalRaw, which
3073 corresponds to pixel content (with no scaling) in whatever units
3074 (this depends on how the MHEvent object is filled!). The default
3075 constructor initializes type=kEvtSignalRaw.
3076
3077 * mmain/MEventDisplay.cc
3078 - Changed filling of evt1 and evt2. Now they are filled with raw
3079 content of MCerPhotEvt. Since in MEventDisplay, MCerPhotEvt is
3080 still filled uncalibrated (hence in ADC counts), this means that
3081 what will be now shown in Mars' camera display is now the signal
3082 in each pixel without scaling with pixel area. Given that the
3083 default flat fielding is such that equal light density
3084 corresponds to equal absolute signal (in ADC counts), this is
3085 more reasonable, and allows to check for instance how the
3086 relative pixel gains are adjusted by looking at calibration
3087 events. To be FIXED: there is however an "inconsistency" in
3088 MEventDisplay, and it is that MCerPhotEvt is still used to keep
3089 uncalibrated signals. To be replaced by MExtractedSignalCam?
3090
3091
3092
3093 2004/02/19: Thomas Bretz
3094
3095 * manalysis/MCerPhotEvt.h:
3096 - added operator= to MCerPhotEvtIter -- is this correct?
3097
3098 * mhist/MHCamera.[h,cc]:
3099 - added member function to calculate minimum content and
3100 maximum content for a single sector
3101 - Added possibility to get a projection for a single sector.
3102 - GetMinimum/GetMaximum now only takes used pixels into account
3103 (you can request all pixels using a different member function)
3104 - fixed projection (projection only took pixels with contents!=0
3105 instead of 'used' pixels
3106 - Don't call Sumw2() anymore for projection
3107
3108 * mjobs/MJPedestal.cc:
3109 - added MPedestalCam to output again - MPedestalCam was fixed
3110 yesterday
3111 - Added Histograms for the two camera halves
3112
3113
3114
3115 2004/02/18: Markus Gaug
3116
3117 * macros/calibration.C
3118 - fixed a buggy display of the F-Factor method
3119
3120 * mcalib/MCalibrationCalc.cc
3121 - calculate the F-Factor method already in the post-Process
3122
3123 * mcalib/MCalibrationPix.h
3124 - move CalcFFactorMethod to public
3125
3126
3127
3128 2004/02/18: Abelardo Moralejo
3129
3130 * mtools/MCubicSpline.cc
3131 - in Init, corrected initialization of arrays temp and ysd, which
3132 was done with n-1 elements instead of n.
3133
3134 * mgui/MHexagon.cc
3135 - added comment explaining the algorithm.
3136 - changed explicit values of Sin and Cos 60 degrees by const
3137 variables (more readable).
3138
3139
3140
3141 2004/02/18: Hendrik Bartko
3142
3143 * msignal/:
3144 - removed the backup files *~
3145 - removed the object files *.o
3146 - removed the files SignalCint.*
3147
3148 * mgui/MHexagon.cc
3149 - added comment explaining the algorithm.
3150
3151
3152
3153 2004/02/18: Thomas Bretz
3154
3155 * manalysis/MPedestalCam.[h,cc]:
3156 - Changed order of derivements - seems to be VERY important!
3157 - changed GetSize from UInt_t to Int_t which is the type
3158 of TClonesArray::GetSize() !
3159
3160 * mfileio/MReadReports.cc:
3161 - skip trees with no entries
3162
3163 * mgui/MCamEvent.cc:
3164 - added a comment
3165
3166 * mhbase/MFillH.cc:
3167 - in case SetupFill returns kFALSE and kCanSkip is set
3168 Skip task
3169
3170 * mraw/MRawFileRead.cc:
3171 - don't print warning in case of none executions
3172
3173 * manalysis/MArrivalTimeCalc2.cc:
3174 - added some const-qualifiers
3175
3176
3177
3178 2004/02/17: Raquel de los Reyes
3179
3180 * macros/CCDataCheck.C
3181 - Added some improvements in the plots.
3182
3183
3184
3185 2004/02/17: Abelardo Moralejo
3186
3187 * macros/readrfl.C
3188 - Added missing gPad->cd(1), otherwise the display of events was
3189 not updated.
3190
3191 * mgui/MHexagon.cc
3192 - DistanceToPrimitive(Float_t px, Float_t py) Changed check of
3193 whether px,py is inside the pixel or not. Previous algorithm
3194 was just an approximation.
3195
3196
3197
3198 2004/02/17: Raquel de los Reyes
3199
3200 * mcamera/MCameraHV.h
3201 - Now it derives from a MCamEvent class and implemented the
3202 GetPixContent() and DrawPixelContent() functions. Added the
3203 GetMean function to get the mean HV settings of the camera.
3204
3205 * macros/CCDataCheck.C
3206 - Added the HV settings plots.
3207
3208
3209
3210 2004/02/17: Hendrik Bartko
3211
3212 * msignal:
3213 - new: directory for all signal and time extraction classes
3214
3215 * msignal/MArrivalTimeCam.[h,cc], manalysis/Makefile,
3216 msignal/AnalysisLinkDef.h, MGeomApply.cc:
3217 - new: Storage Container for the ArrivalTime in the camera
3218
3219 * msignal/MArrivalTimePix.[h,cc], manalysis/Makefile,
3220 msignal/AnalysisLinkDef.h:
3221 - new: Storage Container for ArrivalTime information of one pixel
3222
3223 * msignal/Makefile, SignalCint.[h,cc], SignalDep.d, SignalIncl.h,
3224 SignalLinkDef.h
3225 - auxiliary files for msignal directory
3226
3227 * manalysis/MArrivalTimeCalc2.[h,cc]:
3228 - added functionality to compute error of the extracted ArrivalTime
3229 - calculated ArrivalTime is stored in MArrivalTimeCam
3230
3231 * manalysis/MGeomApply.cc
3232 - geometry is applied to MArrivalTimeCam
3233
3234 * Makefile:
3235 - directory msignal is included
3236
3237
3238
3239 2004/02/17: Sebastian Raducci
3240
3241 * mtools/MCubicSpline.[h,cc]
3242 - little corrections in minimums evalustion methods
3243 - changed constructors (they require the fadc slices to be const)
3244
3245 * macros/spline.C
3246 - changed according to the MCubicSpline new constructors
3247
3248 * manalysis/MArrivalTimeCalc.[h,cc]
3249 - changed to use the MCubicSpline class intead of the TSpline class
3250 - warning: now the arrival time is again the maximum of the spline,
3251 soon it will be changed to half maximum
3252
3253
3254
3255 2004/02/17: Wolfgang Wittek
3256
3257 * manalysis/MSourcPosfromStarPos.[h,cc]
3258 - new class; calculates the position of the source in the camera from
3259 the position of a star in the camera and puts it into
3260 MSrcPosCam
3261
3262
3263
3264 2004/02/16: Abelardo Moralejo
3265
3266 * mcalib/MMcCalibrationCalc.cc
3267 - Fixed two typos in screen output.
3268
3269
3270
3271 2004/02/16: Markus Gaug
3272
3273 * mcalib/MCalibrationPix.cc
3274 - documentation from David's email added
3275 - EffectiveQE decreased from 0.2 to 0.18 (see documentation)
3276
3277 * mcalib/Makefile, mcalib/CalibLinkDef.h:
3278 - added MExtractBlindPixel and MExtractedSignalBlindPixel
3279
3280 * mcalib/MExtractBlindPixel.[h,cc]
3281 - new signal extractor for the Blind Pixel
3282
3283 * mcalib/MExtractedSignalBlindPixel.[h,cc]
3284 - new container for the extracted signal of the BlindPixel
3285
3286 * mcalib/MCalibrationCalc.[h,cc]
3287 - does not extract signal from Blind Pixel any more, searches
3288 for MExtractedSignalBlindPixel and fills the hists from there
3289
3290 * macros/calibration.C, macros/bootcampstandardanalysis.C,
3291 macros/pedphotcalc.C, mjobs/MJCalibration.cc:
3292 - introduce the blind pixel and PIN diode extraction in the macro
3293
3294 * manalysis/MPedestalCam.h
3295 - changed type of fTotalEntries from ULong_t to UInt_t
3296 - fixed documentation of fTotalEntries
3297
3298 * manalysis/MPedCalcPedRun.h
3299 - changed type of fNumSamplesTot from ULong_t to UInt_t
3300
3301 * mcalib/MHGausEvents.h
3302 - changed type of fCurrentSize from ULong_t to UInt_t
3303
3304 * mcalib/MCalibrationConfig.h
3305 - removed gkConversionHiLo and gkConversionHiLoErr which is now
3306 directly in the class MCalibrationPix
3307
3308
3309
3310 2004/02/16: Thomas Bretz
3311
3312 * manalysis/AnalysisLinkDef.h:
3313 - added missing MCerPhotEvtIter
3314
3315 * merpp.cc:
3316 - added possible usage of database
3317
3318 * star.cc:
3319 - moved source code into new class MJStar - preliminary
3320
3321 * manalysis/MCerPhotPix.cc:
3322 - updated class header
3323 - fixed Print-output
3324
3325 * mbase/MAGIC.h:
3326 - removed definition of MLog
3327
3328 * mbase/MArgs.h:
3329 - removed include of MAGIC.h
3330
3331 * mbase/MLog.h:
3332 - added extern definition of gLog
3333
3334 * mbase/MParContainer.[h,cc]:
3335 - move body of constructors to source file
3336
3337 * mcalib/MCalibrate.cc, mcalib/MCalibrateData.cc,
3338 mraw/MRawCrateArray.cc, mraw/MRawCrateData.cc,
3339 mraw/MRawEvtData.cc, mraw/MRawEvtHeader.cc, mraw/MRawRead.cc,
3340 mraw/MRawEvtPixelIter.cc, mraw/MRawFileWrite.cc:
3341 - fixed documentation header
3342
3343 * mcalib/MMcCalibrationCalc.[h,cc]:
3344 - fixed documentation header
3345 - fixed usage of FindCreateObj and FindObject
3346 - removed data member to count entries (use histogram instead)
3347 - use TH1 function Integral instead of doing it manually
3348
3349 * mfilter/MFCosmics.cc:
3350 - fixed documentation
3351
3352 * mimage/MHillas.cc, mimage/MImgCleanStd.cc,
3353 mimage/MNewImagePar.[h,cc]:
3354 - replaced for-loops by Iterators
3355
3356 * mraw/MRawFileRead.cc, mraw/MRawSocketRead.cc:
3357 - fixed documentation header
3358 - check return value of MRawRunHeader::ReadEvt
3359
3360 * mraw/mraw/MRawRunHeader.[h,cc]:
3361 - fixed documentation header
3362 - added return value to MRawRunHeader::ReadEvt
3363 - added constant number for max format version - preliminary
3364 (should by a static data member)
3365
3366 * mcalib/MHCalibrationPINDiode.cc:
3367 - do not delete pointers in the destructor which are already
3368 deleted in the base class
3369 - reset histograms in Clear()
3370
3371 * mcalib/MHCalibrationPixel.cc:
3372 - after deletion of instances in Clear() initialize pointer to NULL
3373
3374 * mcalib/MCalibrationCalc.cc, mcalib/MHCalibrationBlindPixel.cc:
3375 - fixed usage of logging stream output levels
3376
3377 * manalysis/MPedCalcPedRun.[h,cc]:
3378 - removed obsolete fSignals
3379
3380 - removed obsolete fNumPixels
3381
3382 * manalysis/MPedestalCam.h:
3383 - added '->' to fArray
3384
3385 * mfileio/MWriteRootFile.cc:
3386 - changed some output to make debugging easier
3387
3388 * mjobs/MJCalibration.cc:
3389 - fixed a bug in drawing
3390
3391 * mjobs/MJExtractSignal.cc:
3392 - removed MPedestalCam from MWriteRootFile output.
3393 When creating the branch it crashes - reason unknown I'll
3394 investigate further
3395
3396
3397
3398 2004/02/16: Markus Gaug
3399
3400 * mcalib/Makefile, mcalib/CalibLinkDef.h, macros/calibration.C:
3401 - added MHCalibrationRelTimePix
3402
3403 * mcalib/MHCalibrationRelTimePix.[h,cc],
3404 mcalib/MHCalibrationRelTimeCam.[h,cc]:
3405 - new classes to fit and display the relative arrival times.
3406 - filled from MArrivalTime
3407 - need: MFillH("MHCalibrationRelTimeCam","MArrivalTime")
3408
3409 * manalysis/MCalibrationCalc.cc
3410 - take out all uncommented code referring to the relative arrival time
3411
3412 * manalysis/MArrivalTime.h
3413 - changed function GetNumPixels to GetSize
3414
3415 * macros/bootcampstandardanalysis.C, macros/pedphotcalc.C
3416 - included cosmics rejection which was in MCalibrationCalc before
3417
3418
3419
3420 2004/02/14: Markus Gaug
3421
3422 * mcalib/Makefile, mcalib/CalibLinkDef.h:
3423 - added MHCalibrationChargePINDiode
3424
3425 * mcalib/MHCalibrationChargePINDiode.[h,cc]
3426 - new class to fill the PIN Diode histograms. Derives from
3427 MHCalibrationChargePix and is filled with MFillH from the
3428 container MExtractedSignalPINDiode.
3429 Will replace MHCalibrationPINDiode entirely soon.
3430
3431 * mcalib/MHCalibrationChargePix.[h,cc]
3432 - new base class for the calibration charges histogram pixel.
3433 Derives from MH and can be filled with the MH with the MH
3434 functions.
3435
3436 * mcalib/MExtractPINDiode.[h,cc]
3437 - new signal extractor for the PIN Diode
3438
3439 * mcalib/MExtractedSignalPINDiode.[h,cc]
3440 - new container for the extracted signal of the PIN Diode
3441
3442 * mcalib/MCalibrationCalc.[h,cc]
3443 - remove the PIN Diode signal extraction
3444
3445 * manalysis/MHPedestalPix.[h,cc]
3446 - new version of MHPedestalPixel, deriving from MHGausEvents.
3447
3448 * manalysis/MHPedestalPixel.[h,cc]
3449 - old version removed, since obsolete (and erroneous)
3450
3451 * manalysis/MHPedestalCam.[h,cc]
3452 - histogramming part of MPedestalCam now in own class
3453
3454 * manalysis/MPedestalPix.h
3455 - removed include of MHPedestalPixel
3456
3457 * macros/calibration.C
3458 - changed pedestal displays accordingly
3459
3460 * mjobs/MJPedestal.h
3461 - class TCanvas included (did not compile otherwise)
3462
3463 * mhbase/MH.cc
3464 - included call to FindGoodLimits(..) in CutEdges()
3465 - axe from pointer to reference
3466 - "CutEdges" renamed to "StripZeros"
3467
3468 * manalysis/MHPedestalPixel.cc, mcalib/MHCalibrationPixel.cc,
3469 mcalib/MHCalibrationBlindPixel.cc:
3470 - "CutEdges" renamed to "StripZeros"
3471
3472 * mcalib/MHGausEvent.[h,cc], mcalib/Makefile, mcalib/CalibLinkDef.h:
3473 - replaced by the improved version: MHGausEvents.[h,cc]
3474
3475
3476
3477 2004/02/14: Thomas Bretz
3478
3479 * manalysis/MCerPhotEvt.[h,cc]:
3480 - added 'Iterator' facility, this will replace some for-loops
3481 in the near future
3482
3483 * mbase/MTime.[h,cc]:
3484 - added a more powerfull interface to get and interprete the
3485 MTime contents as string
3486 - added a new constructor
3487
3488 * mreport/MReportTrigger.h:
3489 - fixed GetPixContent
3490
3491 * mtools/MCubicCoeff.cc, mtools/MCubicSpline.[h,cc]:
3492 - many small changes to simple details (like order of includes)
3493 - some speed improvements
3494 - many small simplifications
3495 - changed parts of the code to be more C++ like (eg Iterators
3496 instead of for-loops)
3497 - disentangles some if-cases
3498 - replaced some math.h function by TMath::
3499 - removed data-member fN (obsolete with iterators)
3500
3501
3502
3503 2004/02/13: Wolfgang Wittek
3504
3505 * mcalib/MCalibrateData.[h,cc]
3506 - new class;
3507 like MCalibrate, but in ReInit it fills the MPedPhot container
3508 using informations from MPedestal, MExtracteSignalCam and
3509 MCalibrationCam
3510
3511 * mcalib/Makefile, mcalib/CalibLinkDef.h
3512 - added MCalibrateData
3513
3514 * manalysis/MPedestalWorkaround.[h,cc]
3515 - create MMcEvt container and fill with theta = 10.0
3516 - set pedestalRMS = 0. if it is > 10.0
3517
3518 * manalysis/MSupercuts.[h,cc]
3519 - change default values of parameters
3520
3521 * manalysis/MSupercutsCalc.[h,cc]
3522 - change dNOMLOGSIZE from 4.1 to 5.0
3523
3524 * mhist/MHBlindPixels.[h,cc]
3525 - change MPedestalCam to MPedPhotCam
3526
3527 * mhist/MHSigmaTheta.[h,cc]
3528 - automatic binning for pixel number doesn't work
3529 use default binning
3530
3531
3532
3533 2004/02/13: Markus Gaug
3534
3535 * mcalib/MCalibrationPix.[h,cc]
3536 - added variables gkAverageQE, gkAverageQEErr, and fAverageQE,
3537 fAverageQEErr
3538 - gkAverageQE initializes to 0.2 (according to David)
3539 - gkAverageQEErr initializes to 0.02 (dito)
3540 - added new member function: SetAverageQE
3541 - call to GetMeanConversionFFactorMethod returns:
3542 fMeanConversionFFactorMethod/fAverageQE.
3543 - call to GetErrorConversionFFactorMethod returns:
3544 errors of fMeanConversionFFactorMethod and fAverageQEErr added
3545 quadratically
3546
3547 * mcalib/Makefile
3548 - split into two parts one comment line
3549
3550
3551 2004/02/13: Thomas Bretz
3552
3553 * mbadpixels/MBadPixelsTreat.[h.cc]:
3554 - added for new bad pixel treatment
3555
3556 * mbadpixels/Makefile, mbadpixels/BadPixelsLinkDef.h:
3557 - added MBadPixelsTreat
3558
3559 * merpp.cc:
3560 - changed the name of the "DC" tree to "Currents" to make
3561 MReportRead work correctly with this tree
3562
3563 * mbase/MTime.[h,cc]:
3564 - Changed UpDMagicTime to support nanosec instead of millisec
3565 - exchanged Reset() by Clear() not to clear the yy/mm/dd
3566 information away in an eventloop
3567
3568 * mraw/MRawEvtHeader.[h,cc]:
3569 - implemented decoding of the time-stamp for raw-data files
3570 with version>2. Thanks to Marcos.
3571
3572 * mraw/MRawRead.[h,c]:
3573 - pipe file version number to MRawEvtHeader::ReadEvt
3574 - create fake time for file-version<3
3575
3576 * macros/readMagic.C:
3577 - changed to use MInteractiveTask
3578
3579 * mbase/MPrint.cc:
3580 - fixed debugging level of some output
3581
3582 * mhist/MHCamera.[h,cc]:
3583 - fixed handling in AddNotify (necessayr due to change of
3584 inheritance from MCamEvent)
3585 - replaced cout by gLog
3586 - added fNotify to list of cleanups
3587
3588 * mhist/MHEvent.cc, mjobs/MJCalibration.cc,
3589 mjobs/MJPedestal.cc:
3590 - fixed usage of AddNotify
3591
3592 * mfileio/MReadReports.cc:
3593 - use a different way to determin whether the tree is a valid tree,
3594 skip invalid trees
3595
3596 * mfileio/MReadTree.cc:
3597 - added another sanity check at the beginning of PreProcess
3598
3599 * mhbase/MFillH.[h,cc]:
3600 - added bit kCanSkip which skips MFillH in case the necessary container
3601 wasn't found.
3602 - cd into the corresponding canvas before filling the MH
3603
3604
3605
3606 2004/02/12: Markus Gaug
3607
3608 * mbase/MArray.[h,cc]:
3609 - changed name of StripZeros
3610
3611 * mcalib/MHGausEvent.cc:
3612 - corrected call to StripZeros
3613
3614 * mcalib/MCalibrationPix.[h,cc]
3615 - implemented dummy for combined method
3616
3617 * mcalib/MCalibrate.[h,cc]
3618 - implemented a dummy for calibration factor 1. (requested by
3619 Javier Rico)
3620 - implemented combined method
3621 - check for valid methods moved to ReInit
3622
3623 * mcalib/MCalibrationCalc.cc
3624 - removed initialization of non-used nsamples
3625
3626 * mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationPix.[h,cc],
3627 mcalib/MCalibrationCalc.[h,cc]
3628 macros/calibration.C
3629 - implemented new histograms:
3630 HSinglePheFADCSlices and HPedestalFADCSlices
3631 They are filled with the FADC slice values of either a s.phe.
3632 event or a pedestal event. The decision is taken with the
3633 variable: MCalibrationCalc::fBlindPixelSinglePheCut, to be set
3634 with a setter
3635
3636 * mtools/MFFT.[h,cc]
3637 - PowerSpectrumDensity of TArrayI implemented
3638
3639
3640
3641 2004/02/12: Thomas Bretz
3642
3643 * mbase/MArray.[h,cc]:
3644 - changed argument of CutEdges from pointer to reference
3645
3646 * mgeom/MGeomPix.h:
3647 - fixed calculation of area of pixel. It was too big for a
3648 factor of 2
3649
3650 * mjobs/MJCalibration.cc:
3651 - slight change of name of a MHCamera
3652
3653 * manalysis/MExtractSignal.cc:
3654 - slight change to the creation of the satpixels list
3655
3656 * mcalib/MHCalibrationBlindPixel.cc, mcalib/MHCalibrationPixel.cc,
3657 mcalib/MHGausEvent.cc:
3658 - corrected call to ProjectArray
3659 - corrected call to CutEdges
3660
3661 * mfilter/MFCosmics.[h,cc]:
3662 - small fixes to logging output
3663 - small simplification to return statement
3664 - declared CosmicsRejection const
3665
3666 * mhbase/MH.[h,cc]:
3667 - changed argument of ProjectArray from pointer to reference
3668 - added missing calcualtion of minimum
3669 - removed obsolete SetEntries
3670 - changed SetDirectory from NULL to gROOT
3671
3672
3673
3674 2004/02/12: Javier López
3675
3676 * macros/pointspreadfunction.C
3677 - added new macro that fits with a 2D gaussian the DC spot for an
3678 star. It gives you the RMS of the PSF and the center of the star,
3679 very useful for misspointing studies.
3680
3681
3682
3683 2004/02/11: Hendrik Bartko
3684
3685 * manalysis/MExtractSignal2.cc:
3686 - introduced a validity check for the set-function of the window
3687 size (even number of slices, WindowSize < NumberSlices)
3688
3689 * manalysis/MArrivalTimeCalc2.[h,cc], manalysis/Makefile,
3690 manalysis/AnalysisLinkDef.h:
3691 - new: introduced the calculation of the arrival time as the signal
3692 weighted mean of the time slices in the maximum window
3693
3694
3695
3696 2004/02/11: Markus Gaug
3697
3698 * mcalib/MCalibrationCalc.cc:
3699 - the blind pixel signal extractor introduced one week ago, counted
3700 one FADC slice too little, thus the normalization w.r.t. pedestals
3701 was wrong. Now corrected.
3702
3703 * manalysis/MExtractSignal.cc, manalysis/MExtractSignal2.cc:
3704 - when "WARNING - Lo Gain saturated" occurs, display also the
3705 corr. pixel numbers.
3706
3707 * mbase/MArray.[h,cc]:
3708 - introduced function to cut array edges with zeros.
3709 (Thomas, should we keep it there or move it to another class? )
3710
3711 * mcalib/MCalibrationCalc.[h,cc]:
3712 - new function SetBlindPixelRange to set start and end of FADC slices
3713 used for the blind pixel signal extraction.
3714 - remove fEvents which are not necessary any more after the shift
3715 to MFCosmics.
3716
3717 * mcalib/MHCalibration(Blind)Pixel.[h,cc]:
3718 - show the fourier spectrum now with axes in frequency [Hz] instead
3719 of inverted events.
3720
3721 * mcalib/MHGausEvent.[h,cc], mcalib/Makefile, mcalib/CalibLinkDef.h:
3722 - new base class for all kind of events with variables having a
3723 Gaussian distribution. Will serve as base class for the
3724 existing and new calibration histogram classes.
3725
3726
3727
3728 2004/02/11: Abelardo Moralejo
3729
3730 * mmain/MEventDisplay.cc
3731 - Switched order of MMcPedestalCopy and MCerPhotCalc in tasklist:
3732 MMcPedestalCopy must be executed earlier!
3733
3734
3735
3736 2004/02/10: Raquel de los Reyes
3737
3738 * mhist/MHPixVsTime.[h,cc]:
3739 - Added a default draw function and replaced the TGraph object
3740 by a pointer to a TGraph object.
3741
3742 * mreport/MReportTrigger.h:
3743 - Now it dereives from a MCamEvent class and implemented the
3744 GetPixContent() and DrawPixelContent() functions.
3745
3746 * maccros/CCDataCheck.C:
3747 - An update of the previous macro. New plots: subsystems status and
3748 macrocells trigger.
3749
3750
3751
3752 2004/02/10: Markus Gaug
3753
3754 * mcalib/MCalibrationCam.cc:
3755 - fixed documentation
3756
3757 * mhbase/MH.[h,cc]:
3758 - new function ProjectArray
3759
3760 * mcalib/MHCalibrationPixel.[h,cc],
3761 mcalib/MHCalibrationBlindPixel.[h,cc]:
3762 - use ProjectArray from MH to plot the projection of the fourier
3763 spectrum
3764
3765 * mfilter/MFCosmics.[h,cc], mfilter/Makefile,
3766 mfilter/FilterLinkDef.h:
3767 - new filter removing cosmics, the same as in MCalibrationCalc
3768 where it was removed now.
3769 Call: MFCosmics cosmics;
3770 MContinue cont(&cosmics);
3771 tlist.AddToList(&cont);
3772
3773 * mcalib/MCalibrationCalc.[h,cc]:
3774 - removed cosmics rejection from there
3775
3776 * macros/calibration.C, mjobs/MJCalibration.cc:
3777 - changed cosmics rejection to the filter algorithm
3778
3779
3780
3781 2004/02/09: Markus Gaug
3782
3783 * mcalib/MCalibrationBlindPix.[h,cc]:
3784 - added histogram to display the average in FADC slices of all
3785 single and double phe events
3786
3787 * mcalib/MCalibrationCalc.cc:
3788 - fill histograms of single-phe events with higain and logain
3789 sampls
3790
3791 * mcalib/MCalibrationCam.[h,cc], mcalib/MCalibrationCalc.cc,
3792 mcalib/MCalibrationConfig.h:
3793 - take all pixel areas out of MGeomPix::GetA(), remove all previous
3794 areas
3795 - calculate photon fluxes from blind pixel and PIN diode, use
3796 area only to fill the conversion factors in MCalibrationPix
3797
3798
3799 * mcalib/MJCalibration.cc:
3800 - display of number of photons for Blindpixel and PIN Diode Method
3801 changed to display of photon flux which is the actually
3802 calculated quantity
3803
3804
3805
3806 2004/02/09: Thomas Bretz
3807
3808 * mbadpixels/*:
3809 - added
3810
3811 * Makefile:
3812 - added MBadPixels
3813
3814 * manalysis/MGeomApply.cc:
3815 - fixed class description
3816
3817 * mjobs/MJCalibration.[h,cc], mjobs/MJExtractSignal.[h,cc]:
3818 - added bad pixel treatment
3819
3820 * mjobs/MJPedestal.[h,cc]:
3821 - reorganized order of functions
3822 - removed a nonsense scrren output (some BLABABLA or so)
3823
3824 * mjobs/Makefile:
3825 - added include for mbadpixels
3826
3827 * mmain/MBrowser.cc:
3828 - do not call construtor of TGTReeLBEntry if pic0=0
3829
3830
3831
3832 2004/02/09: Raquel de los Reyes
3833
3834 * mcamera/MCameraLids.h, mreport/MReportCamera.h
3835 - Added the "Get" functions to access the private data
3836 members of the class.
3837
3838
3839
3840 2004/02/09: Markus Gaug
3841
3842 * MMcCalibrationUpdate.cc, MCalibrate.cc, MCalibrationPix.cc,
3843 MCalibrationPix.h:
3844 - replace MCalibrationPix->IsChargeFitValid() by IsChargeValid()
3845 because we can calibrate with the histogram mean and RMS even
3846 if the fit is not OK. Thus, there is a question: IsFitted() and
3847 IsChargeValid(), i.e. does the charge make any sense?
3848
3849 * MCalibrationCam.cc, MCalibrationConfig.h, MCalibrationCalc.cc:
3850 - found serious bug in calculation of conversion factors for the
3851 outer pixels:
3852 GetMeanConversionBlindPixelMethod and
3853 GetMeanConversionPINDiodeMethod
3854 did not correct for the area of the outer pixel, this did only
3855 MCalibrationCam::GetPixelContent which is not used by MCalibrate
3856
3857
3858
3859 2004/02/06: Markus Gaug
3860
3861 * mgeom/MGeomCam.h
3862 - replaced in Comment of fPixRatio:
3863 "ratio between size of pixel idx and pixel 0" by
3864 "ratio between size of pixel 0 and pixel idx"
3865
3866 * manalysis/MPedestalCam.cc
3867 - catch calls to MHPedestalPixel in case that they are not filled
3868 This led previous calls to segmentation violations
3869 - remove include of MHExtractedSignalPix
3870
3871 * manalysis/MHExtractedSignalPix.[h,cc]
3872 - is everything in MHPedestalPixel, so removed it again
3873
3874 * mjobs/MJPedestal.cc
3875 - put the projections into Display()
3876 - correct the input of Display (0: pedestal, 1: pedestalerror,
3877 2: pedRMS, 3: pedRMSerror)
3878
3879 * manalysis/MHPedestalPixel.cc
3880 - increased number of bins in for charges plot
3881
3882 * mtools/MFFT.[h,cc]
3883 - possibility to have PSD directly from TArray
3884
3885 * mjobs/MJCalibration.[h,cc]
3886 - fixed displays
3887 - replaced MExtractSignal by MExtractSignal2
3888
3889 * mcalib/MHCalibrationPixel.[h,cc], mcalib/MHCalibrationBlindPixel.[h,cc],
3890 mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationBlindPix.[h,cc],
3891 mcalib/MCalibrationPINDiode.[h,cc], mcalib/MHCalibrationPINDiode.[h,cc]:
3892 - remove histograms MHChargevsN..., now keep TArrays directly
3893 - check for oscillations for all pixels (and you will not trust
3894 your eyes when you look at the results :-((((
3895
3896 * mcalib/MCalibrationCalc.[h,cc]
3897 - remove ArrivalTime -> go to separate class
3898 - remove BlindPixel and PIN Diode overflow, now handled directly
3899 inside the corr. classes.
3900 - remove SkipTimeFits -> go the arrival time class
3901
3902 * mcalib/MCalibrationCam.h
3903 - new getters for number of photons
3904 - removed timeslicewidth -> go the corr. time containers
3905
3906 * mcalib/MCalibrationCam.cc
3907 - removed times of GetPixelContent
3908 - added OscillationChecks in GetPixelContent
3909
3910 * manalysis/MMcCalibrationUpdate.cc
3911 - remove calpix.SkipTimeFits which is now obsolet
3912
3913 * macros/calibration.C
3914 - all previous changes now in this macro.
3915 - (NB: Thomas, du brauchst in MJCalibration nicht mehr aendern,
3916 das ging diesmal in einem Aufwasch)
3917
3918
3919
3920 2004/02/06: Thomas Bretz
3921
3922 * mhist/MHPixVsTime.[h,cc]:
3923 - changed such that you can set the name of the time container now
3924
3925 * mraw/MRawRunHeader.[h,cc]:
3926 - added GetMaxPixId()
3927
3928 * mraw/MRawEvtData.cc:
3929 - fixed wrong size calculation for fABflags
3930
3931
3932
3933 2004/02/06: Oscar Blanch
3934
3935 * mmc/MFadcDefine.h && mmc/MMcFadcHeader.cxx
3936 - We cahnged the name (and values) of the global variable
3937 MFADC_RESPONSE_AMPLITUDE to MFADC_RESPONSE_INTEGRAL
3938
3939
3940
3941 2004/02/05: Markus Gaug
3942
3943 * mcalib/MHCalibrationPixel.[h,cc]
3944 - put an NDF limit for the fit
3945 - removed all TStrings and replace them by Form(..)
3946 - Check for nan's of all returned fit values
3947
3948 * mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationCam.cc:
3949 - reshuffled HiLoGainConversion, calculation of F-Factor method,
3950 - calculation of total F-Factor of the readout.
3951
3952 * mcalib/MCalibrationCam.cc
3953 - include relative times to display with GetPixelContent
3954
3955 * mcalib/MCalibrationCalc.[h,cc]
3956 - flag to skip Hi-Lo Calibration
3957 - Hi-LO Graph not filled any more after overflow of ChargevsN
3958 - fill the blind pixel differently from the rest of pixels
3959
3960 * mcalib/MCalibrate.cc:
3961 - call to const MCalibrationPix &pix replaced by MCalibrationPix &pix
3962
3963 * manalysis/MArrivalTimeCalc.cc
3964 - default step width 100 ps.
3965 - look for half maximum (at rising edge)
3966
3967 * manalysis/MExtractSignal.[h,cc]
3968 - removed uncommented code (arrival time)
3969 - set start byte back by one like it was before TB's changes
3970 (does not affect the calculation of number of FADC slices)
3971
3972 * manalysis/MExtractSignal2.[h,cc]
3973 - removed uncommented code (arrival time)
3974
3975 * manalysis/MHPedestalPixel.[h,cc]
3976 - is now filled with total pedestals (not per slice), but results are
3977 renormalized to values per slice (this is not to screw up with the
3978 pedestal RMS and the derived uncertainties)
3979 - new function Renorm(nslices)
3980
3981 * manalysis/MPedestalCam.[h,cc]
3982 - introduced function Clone() (like proposed by TB)
3983 - call to MHPedestalPixel operator() not const any more
3984 - take out lots of uncommented code
3985 - found bug in initialization of hists. SetupFill is called in
3986 PreProcess, therefore, TObjArray is not yet enlarged there.
3987 Now, InitUseHists is called in Fill
3988 - MHPedestalPixel is now filled with total pedestals (not per slice),
3989 but results are
3990 renormalized to values per slice (this is not to screw up with the
3991 pedestal RMS and the derived uncertainties)
3992
3993 * manalysis/MPedCalcPedRun.cc
3994 - added author
3995 - split calculation of RMS into two steps to make it more clear to
3996 the user
3997
3998 * macros/calibration.C
3999 - found bug introduced two days ago, namely calculating pedestlas with
4000 MExtractSignal2 which is now fixed
4001 - Skip HiLoConversionCalibration
4002
4003
4004
4005 2004/02/05: Abelardo Moralejo
4006
4007 * macros/starmc2.C
4008 - added 3rd argument, "kFALSE", to call of MWriteRootFile::Add
4009 for both MMcEvt and MMcRunHeader since these containers are
4010 not present in real data. Name of macro is no longer adequate if
4011 we will use it for calibrated real data (to be changed if so).
4012
4013
4014
4015 2004/02/05: Sebastian Raducci
4016
4017 * mtools/MCubicSpline.[h,cc]
4018 - added
4019 - this class will take the place of the TSpline class to
4020 calculate arrival times
4021
4022 * mtools/MCubicCoeff.[h,cc]
4023 - added
4024 - this class is used by MCubicSpline to store coefficients
4025
4026 * macros/spline.C
4027 - added
4028 - test macro. Shows how to use the MCubicSpline class
4029 - it could be used to test the methods of the Spline class
4030
4031
4032
4033 2004/02/05: Thomas Bretz
4034
4035 * mmain/MBrowser.cc:
4036 - fixed a double deletion of a TGLayoutHints
4037
4038
4039
4040 2004/02/04: Markus Gaug
4041
4042 * mmain/MBrowser.cc:
4043 - corrected TGTReeLBEntry for TGTreeLBEntry
4044
4045
4046
4047 2004/02/04: Thomas Bretz
4048
4049 * manalysis/MExtractSignal2.cc:
4050 - don't allow odd numbers for the window size
4051
4052 * mfilter/MFilterList.cc:
4053 - corrected a wrong logging message
4054
4055 * mmain/MBrowser.cc:
4056 - added '/data/MAGIC' as shortcut in the combo box
4057
4058 * mraw/MRawEvtPixelIter.cc:
4059 - optimized calculation of MaxIdx
4060
4061
4062
4063 2004/02/04: Abelardo Moralejo
4064
4065 * macros/starmc2.C
4066 - removed unnecessary variables BinsHigh, BinsLow
4067
4068
4069
4070 2004/02/04: Markus Gaug
4071
4072 * manalysis/MPedestalCam.[h,cc], manalysis/MPedestalPix.[h,cc],
4073 manalysis/MPedCalcPedRun.[h,cc], manalysis/MHPedestalPixel.[h,cc],
4074 macros/calibration.C:
4075 - histograms are now filled with MFillH as proposed and coded by
4076 Thomas Bretz. Some modifications had to be done, however.
4077 - Class to hold MHPedestalPixel is still MPedestalCam
4078 - MPedCalcPedRun does nothing any more (except from what is was
4079 doing before)
4080
4081 * manalysis/MExtractSignal.cc
4082 - remove uncommented code
4083
4084 * mcalib/MCalibrationCalc.[h,cc]
4085 - modified way to handle histogram overflow: Now flags are set and
4086 ChargevsN histogram is not tried to be filled subsequently
4087
4088
4089
4090 2004/02/03: Markus Gaug
4091
4092 * manalysis/MHExtractedSignalPix.[h,cc]
4093 - added Thomas B. modified version of MHPedestalPixel. Later will
4094 remove MHPedestalPixel
4095
4096 * manalysis/MCalibrationPix.[h,cc], manalysis/MHCalibrationPixel.[h,cc],
4097 manalysis/MCalibrationCam.cc, macros/calibration.C:
4098 - now split completely absolute and relative times. Absolute
4099 times are not fitted, but their histogram mean and rms are
4100 returned.
4101
4102
4103
4104 2004/02/03: Thomas Bretz
4105
4106 * mfileio/MReadTree.cc:
4107 - fixed handling of -1 entries in AddFile: root 3.10/02 crashed
4108
4109 * manalysis/MExtractSignal.[h,cc]:
4110 - moved code to extract the signal from Process to
4111 new member function FindSignal, I left the arrival time
4112 extraction as commented-out code in the code just as a
4113 demonstration to do this very fast.
4114
4115
4116
4117 2004/02/02: Markus Gaug
4118
4119 * manalysis/MPedCalcPedRun.cc
4120 - corrected formulae in Class description
4121
4122 * mcalib/MCalibration.[h,cc], mcalib/MHCalibration.[h,cc],
4123 manalysis/MMcCalibrationUpdate.cc:
4124 - calculate relative times and absolute times. Fit only
4125 the relative ones.
4126
4127
4128
4129 2004/02/02: Abelardo Moralejo
4130
4131 * manalysis/MMcCalibrationUpdate.cc, MMcPedestalCopy.cc
4132 - removed file type check (MC or data) from PreProcess since now
4133 run headers are not yet known at that point.
4134
4135 * mcalib/MMcCalibrationCalc.cc
4136 - same as above.
4137
4138 * NEWS
4139 - updated.
4140
4141
4142
4143 2004/02/02: Thomas Bretz
4144
4145 * manalysis/MExtractSignal2.[h,cc]:
4146 - added new task which takes a given number of slices with the
4147 highest integral content as signal.
4148
4149 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
4150 - added MExtractSignal2
4151
4152
4153
4154 2004/01/30: Abelardo Moralejo
4155
4156 * macros/starmc.C
4157 - changed default FADC integration range (more adequate for coming
4158 camera version).
4159
4160 * macros/mccalibrate.C, starmc2.C
4161 - added. First macro transforms input files from camera simulation
4162 into files with pixel data already calibrated in photons. The
4163 second reads in an already calibrated data file and produces an
4164 output file with Hillas parameters. Both together do the same as
4165 starmc.C, but it is convenient to have files containing
4166 calibrated pixel information.
4167
4168
4169
4170 2004/01/30: Thomas Bretz
4171
4172 * mbase/MDirIter.h:
4173 - added GetNumEntries
4174
4175 * mhist/MHEvent.cc:
4176 - added a dynamic_cast from MParContainer to MCamEvent to get the
4177 correct pointer to the correct base-class.
4178
4179 * mbase/MStatusDisplay.cc:
4180 - In EventInfo check whether gPad==0
4181
4182 * mfileio/MReadMarsFile.cc:
4183 - removed reading RunHeaders from PreProcess, this resulted
4184 in strange behaviour of writing RunHeaders
4185 - fixed consistency check for RunType accordingly
4186
4187 * mfilter/MFilterList.cc:
4188 - do not skip adding filter if only a filter with the same name
4189 exists
4190
4191 * mraw/MRawFileRead.cc:
4192 - added an output message if run header is not accessible
4193
4194 * mraw/MRawRunHeader.[h,cc]:
4195 - initialize fRunType to new enum kRTNone
4196
4197 * mfilter/MFGeomag.cc:
4198 - set fResult to kFALSE at the beginning of Process
4199 - according to this removed setting fResult=kFALSE before return
4200 - replaced some float by Float_t
4201 - added some const-qualifiers
4202 - replaced (rig<0.5/pr*R*(r2-r1)+r1) by (rig-r1)*pr<rnd
4203 with rnd = R * (r2-r1)/2 to make sure that we cannot
4204 devide by 0
4205
4206 * manalysis/MPedCalcPedRun.cc:
4207 - added some comments
4208
4209 * Makefile:
4210 - added mjobs
4211
4212 * mjobs/*:
4213 - added
4214
4215 * mbase/Makefile, mbase/BaseLinkDef.h:
4216 - added MRunIter
4217
4218 * mbase/MRunIter.[h,cc]:
4219 - added
4220
4221
4222
4223 2004/01/30: Markus Gaug
4224
4225 * manalysis/MPedestalCam.h
4226 - added function IsUsedHists()
4227
4228 * manalysis/MPedestalCam.cc
4229 - modified GetPixelContent
4230
4231 * manalysis/MPedestalCam.cc, manalysis/MPedCalcPedRun.cc:
4232 - include storage of number of used FADC slices to compare later
4233 the pedestal per slice ( and sigma per slice)
4234 - return relative differences in GetPixelContent
4235
4236 * mcalib/MCalibrationCalc.[h,cc], mcalib/MHCalibrationBlindPixel.[h,cc]:
4237 - fBlindPixelId and fPINDiodeId now like in PedestalCam
4238 - fill Blind Pixel with information about its fitted pedestal if
4239 available
4240 - initialize charges histogram with a bigger range
4241 - use pedestal information to constrain the pedestal fit ranges
4242
4243 * manalysis/MHPedestalPixel.cc
4244 - initialize charges histogram with a bigger range
4245
4246 * macros/calibration.C
4247 - SetRange of MExtractSignal to 1,14 (see emails of yesterday)
4248 - apply new GetPixelContents of MPedestalCam (more calculations
4249 and displays of errors, correction for different FADC slice
4250 number)
4251
4252 * manalysis/MExtractSignal.cc
4253 - not access to MArrivalTime any more. The same information is
4254 stored in MRawEvt->GetPixelContent(...)
4255
4256 * manalysis/MCalibrationCalc.cc
4257 - retrieve default arrival time from MRawEvt
4258
4259 * manalysis/MCalibrationBlindPix.cc, manalysis/MCalibrationPix.cc
4260 - check for NaN's in fit results
4261
4262
4263
4264 2004/01/29: Abelardo Moralejo
4265
4266 * mfileio/MWriteFile.h
4267 - added missing declaration of ReInit
4268
4269 * manalysis/MMcCalibrationUpdate.cc
4270 - added call to MCalibrationCam::SetBlindPixelMethodValid(kTRUE)
4271 to adapt to recent changes in MCalibrate.
4272
4273
4274
4275 2004/01/29: Thomas Bretz
4276
4277 * manalysis/MArrivalTime.h, manalysis/MCameraData.h,
4278 manalysis/MCerPhotEvt.h, manalysis/MExtractSignalCam.h,
4279 manalysis/MPedPhotCam.h, manalysis/MPedestalCam.h,
4280 mcalib/MCalibrationCam.h, mcamera/MCameraDC.h,
4281 mraw/MRawEvtData.h, mreflector/MRflEvtData.h:
4282 - split derivement into MParContainer and MCamEvent
4283
4284 * manalysis/MExtractSignalCam.[h,cc]:
4285 - removed obsolete MExtractSignal::ReInit
4286 - added -> to fArray
4287
4288 * mbase/MParList.h:
4289 - added a new bit kIsProcessing
4290
4291 * mbase/MTaskList.cc:
4292 - fixed the handling of kDoNotReset and the bahaviour of
4293 SetReadyToSave, such that it is possible to write all
4294 headers
4295
4296 * mfileio/MWriteFile.cc:
4297 - added ReInit which also calls CheckAndWrite
4298
4299 * mgui/MCamEvent.h:
4300 - does not derive from MParContainer anymore
4301
4302
4303
4304 2004/01/29: Markus Gaug
4305
4306 * mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc],
4307 mcalib/MCalibrationConfig.h
4308 - put gkCalibrationBlindPixelId and gkCalibrationPINDiodeId
4309 directly into the corresponding classes.
4310
4311
4312
4313 2004/01/29: Nicola Galante
4314
4315 * mhistmc/MHMcTriggerLvl2.[h,cc]:
4316 - In method MHMcTriggerLvl2::GetHistByName(const TString name)
4317 added string checking to return also
4318 fHistCellPseudoSize, fHistCellPseudoSizeNorm
4319 and fHistCellPseudoSizeEnergy.
4320 - Added inline functions GetHistCellPseudoSize() and
4321 GetHistCellPseudoSizeNorm().
4322
4323
4324
4325 2004/01/28: Javier Rico
4326
4327 * mcalib/MCalibrate.[h.cc]
4328 - include possibility to select the calibration method to be used
4329
4330
4331
4332 2004/01/28: Markus Gaug
4333
4334 * mcalib/MCalibrate.[h.cc]
4335 - corrected Int_t ReInit() to Bool_t ReInit(MParList *pList)
4336
4337 * mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc]:
4338 - included flags to indicate if Blind Pixel Method or PIn Diode
4339 method was OK. Up to now, program stopped, if one of the two
4340 methods was chosen but not able to being executed.
4341
4342 * manalysis/MArrivalTimeCalc.cc, manalysis/MExtractSignals.cc,
4343 manalysis/MGeomApply.cc:
4344 - put all missing InitSize(npixels) into MGeomApply
4345
4346 * manalysis/MPedCalcPedRun.[h,cc], manalysis/MPedestalCam.[h,cc],
4347 manalysis/MPedestalPix.[h,cc], manalysis/MHPedestalPixel.[h,cc],
4348 manalysis/Makefile, manalysis/AnalysisLinkDef.h:
4349 - include possibility to fit the pedestals with Gaussian.
4350 - old methods are not affected.
4351 - add new method with MPedCalcPedRun::SetUseHists()
4352
4353
4354
4355 2004/01/28: Abelardo Moralejo
4356
4357 * mcalib/MMcCalibration.cc
4358 - fixed wrong variable type in call to TH1F constructor (number of
4359 bins is now integer), which resulted in a compilation warning.
4360
4361
4362
4363 2004/01/28: Thomas Bretz
4364
4365 * manalysis/MPedestalCam.cc:
4366 - removed unwanted CheckBound from operators. CheckBounds is ONLY
4367 ment for really old MC files and will be removed in the future
4368 anyhow.
4369
4370 * mcalib/MHCalibrationPixel.h:
4371 - removed obsolete include of MFFT
4372
4373 * manalysis/MCerPhotAnal.cc, manalysis/MCerPhotCalc.cc,
4374 manalysis/MPedestalCam.[h,cc]:
4375 - removed use of obsolete MPedestalCam::CheckBounds. This was
4376 a workaround for a 'bug' in very old camera files, which is not
4377 necessary anymore.
4378
4379 * manalysis/MCerPhotAnal2.[h,cc]:
4380 - replaced MPedestalCam by MPedPhotCam
4381
4382 * manalysis/MExtractSignal.cc:
4383 - some small simplification to the signal extraction
4384 - removed some obsolete variables
4385 - replaced for by while
4386 - removed obsolete casts
4387
4388 * mmain/MEventDisplay.cc:
4389 - gave names to the filters
4390 - removed adding MHCamera to fList because it was deleted twice
4391
4392 * mhist/MHCamera.cc:
4393 - fixed usage of fPainter in Paint() - title was not updated
4394 correctly
4395
4396
4397
4398 2004/01/28: Sebastian Raducci
4399
4400 * manalysis/MArrivalTime.[h,cc]:
4401 - removed all the code relative to the cluster evaluation
4402
4403
4404
4405 2004/01/27: Markus Gaug
4406
4407 * manalysis/MPedestalPix.cc:
4408 - initialize default values to 0 instead of -1.
4409
4410 * manalysis/MPedestalCam.[h,cc]:
4411 - include CheckBounds, also in operator[]
4412
4413 * mcalib/MCalibrationCam.[h,cc]:
4414 - apparently, there was a reference to InitSize(UInt_t i) instead
4415 of InitSize(Int_t i), where compiler complained, now changed
4416
4417 * mcalib/MHCalibration*, mcalib/MCalibration*:
4418 - fixed all Clear()'s, Reset()'s, direct intializers
4419
4420
4421
4422 2004/01/27: Thomas Bretz
4423
4424 * mdata/MDataChain.cc:
4425 - added '%' to supported operators
4426
4427
4428
4429 2004/01/26: Nicola Galante
4430
4431 * manalysis/MMcTriggerLvl2.[cc,h]:
4432
4433 - Defined some static constants to avoid ugly "magic numbers"
4434 in arrays: gsNCells, gsNTrigPixels,
4435 gsNPixInCell, gsNLutInCell, gsNPixInLut, fNumPixCell.
4436 - Added method
4437 MMcTriggerLvl2::GetCellCompactPixel(int cell, MGeomCam *fCam)
4438 which computes compact pixels into a given L2T macrocell.
4439 - Added method
4440 MMcTriggerLvl2::CalcBiggerCellPseudoSize()
4441 which computes fCellPseudoSize, the maximum Pseudo Size into L2T
4442 macrocells
4443 - Added method
4444 MMcTriggerLvl2::GetCellPseudoSize() const
4445 which returns fCellPseudoSize
4446 - Added method
4447 MMcTriggerLvl2::IsPixelInCell(Int_t pixel, Int_t cell),
4448 which controls whether a pixel belongs to a given L2T cell.
4449 - Added method
4450 MMcTriggerLvl2::GetMaxCell() const
4451 which returns fMaxCell, the cell with the maximum
4452 fCellPseudoSize.
4453
4454
4455
4456 2004/01/26: Markus Gaug, Michele Doro
4457
4458 * manalysis/MArrivalTime.[h,cc], manalysis/MArrivalTimeCalc.[h,cc]:
4459 - moved calculation of arrival time from MArrivalTime to
4460 MArrivalTimeCalc. MArrivalTime does not do any Process-job
4461 anymore
4462 - TSpline5 now on stack.
4463 - function to set the stepsize
4464
4465 * mcalib/MHCalibrationBlindPixel.[h,cc]:
4466 - force mu_{0} in Blind Pixel Fit to be around 0 in fKPoisson4
4467 - implement combined Polya fit and Michele's back-scattered electron
4468 fit
4469
4470 * mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationPix.cc,
4471 mcalib/MCalibrationPINDiode.cc:
4472 - combine FitChargeHiGain and FitChargeLoGain into one function
4473
4474 * macros/calibration.C
4475 - improve double gauss fit a bit
4476
4477
4478
4479 2004/01/26: Thomas Bretz
4480
4481 * mraw/MRawEvtPixelIter.[h,cc]:
4482 - removed member function GetNumPixels. For more details see mantis.
4483
4484 * manalysis/MArrivalTime.[h,cc]:
4485 - reorganized includes
4486 - fixed InitSize and ClearArray (now Reset) to fit MParContainer
4487 definition
4488 - for the moment removed usage of fPixelChecked - THIS WILL CRASH YOUR
4489 PROGRAM
4490
4491 * manalysis/MArrivalTimeCalc.[h,cc]:
4492 - reorganized includes
4493 - removed many obsolete code, exspecially copy&paste relicts!
4494 - fixed usage of InitSize
4495 - removed CleanArray. Reset() is called automatically before Process()
4496
4497 * manalysis/MExtractedSignalCam.[h,cc]:
4498 - added SetLogStream
4499 - removed obsolete include MGeomCam
4500 - replaced PrintOut by Print
4501 - added const-qualifiers to all Getters
4502 - fixed documentation
4503
4504 * manalysis/MExtractedSignalPix.[h,cc]:
4505 - replaced PrintOut by Print
4506 - fixed documentation
4507
4508 * manalysis/MEventRateCalc.cc, manalysis/MPedCalcPedRun.cc:
4509 - replaced memset by Reset()
4510
4511
4512
4513 2004/01/24: Abelardo Moralejo
4514
4515 * macros/starmcstereo.C
4516 - Added. Example of how to run the analysis chain for MC files
4517 containing simulation of stereo systems of 2 telescopes.
4518
4519 * mcalib/MCalibrate.cc
4520 - Added check that value of signal from MExtractedSignalPix is not
4521 the default (error) value. In such a case, the signal in
4522 MCerPhotEvt is now set to 0. Before, all pixels got very high
4523 values in MCerPhotEvt in case the MRawEvtData object for the
4524 event was missing in the file. This happened in MC files, in
4525 which in some circumstances an event is written without the
4526 pixel information (for instance, when running stereo simulations
4527 the pixel data is missing for non-triggered telescopes, but the
4528 event headers are present).
4529
4530
4531
4532 2004/01/23: Markus Gaug
4533
4534 * manalysis/MExtractSignal.[h,cc], manalysis/MExtractedSignalPix.[h,cc],
4535 manalysis/MArrivalTime.[h,cc], mcalib/MCalibrationBlindPix.h,
4536 mcalib/MHCalibrationBlindPixel.[h,cc], mcalib/MCalibrationPINDiode.h,
4537 mcalib/MHCalibrationPINDiode.[h,cc], mcalib/MCalibrationPix.[h,cc],
4538 mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationCalc.[h,cc]:
4539 - use MArrivalTime for Storage (or calculation) of time
4540 in MExtractSignal
4541 - pass from TH1I histos to TH1F for times
4542
4543 * mcalib/MCalibrationBlindPix.h, mcalib/MHCalibrationBlindPixel.[h,cc],
4544 mcalib/MCalibrationPix.[h,cc], mcalib/MHCalibrationPixel.[h,cc],
4545 mcalib/MCalibrationCalc.[h,cc]:
4546 - clean up setters
4547 - pass to bit-fields for all flags
4548
4549 * mcalib/MCalibrationCam.cc
4550 - exclude Blind Pixel from Camera display
4551 - do not fill &val when return kFALSE
4552
4553 * macros/calibration.C
4554 - include functions to exclude the blind pixel,
4555 calculation of times and quality checks
4556
4557
4558
4559 2004/01/23: Abelardo Moralejo
4560
4561 * mcalib/MCalibrate.cc, manalysis/MExtractSignal.cc
4562 - Added support (using AddSerialNumber) for stereo MC files.
4563
4564
4565
4566 2004/01/23: Thomas Bretz
4567
4568 * mbase/MAstro.cc:
4569 - Fixed calculation of MJD. In Ymd2Mjd a plus should be a minus.
4570
4571 * mreport/MReport*.[h,cc]:
4572 - changed all classes to return Int_t instead of Bool_t in
4573 InterpreteBody
4574 - changed MReportFileRead such, that a wrong line results in
4575 skipping the line instead of abort reading.
4576
4577 * manalysis/MExtractSignal.cc:
4578 - do not print information for each pixel - it's too much.
4579
4580 * mbase/MStatusDisplay.cc:
4581 - when reading a status display do not display tabs with
4582 the same name than one which is already existing.
4583
4584 * mcalib/MCalibrate.cc:
4585 - directly store pointer to pixel when setting saturation flag
4586
4587 * mcamera/MCameraDC.cc:
4588 - fixed some comments
4589
4590 * mhist/MHCamEvent.cc:
4591 - fixed a crash when no geometry was available
4592
4593 * mhist/MHCamera.[h,cc]:
4594 - removed obsolete member function SetPix
4595
4596 * mbase/MStatusDisplay.[h,cc]:
4597 - added EventInfo member function
4598 - implemented preliminary redirection of GetObjectInfo to
4599 StatusLine2 -> An own status line for this is missing
4600
4601 * manalysis/MExtractSignal.[h,cc]:
4602 - implemented StreamPrimitive
4603 - changed deafults to be static const data members
4604
4605 * manalysis/MGeomApply.[h,cc]:
4606 - implemented StreamPrimitive
4607
4608
4609
4610 2004/01/23: Abelardo Moralejo
4611
4612 * manalysis/MMcCalibrationUpdate.[h,cc]
4613 - Added check to guarantee that the FADC simulation parameters of
4614 all read files (those used for calibration and those analyzed)
4615 are the same.
4616 - Added missing support for analysis of stereo files.
4617
4618 * mcalib/MMcCalibrationCalc.cc
4619 - Removed obsolete FIXME comment.
4620 - Added missing support for analysis of stereo files.
4621
4622
4623 2004/01/23: Raquel de los Reyes
4624
4625 * macros/CCDataCheck.C
4626 - Added the temperature distribution of the optical links
4627 and the plots of the LV power supplies.
4628 * mcamera/MCameraLV.h
4629 - Added the "Get" functions to access the private data
4630 members of the class.
4631
4632
4633 2004/01/22: Abelardo Moralejo
4634
4635 * manalysis/MMcCalibrationUpdate.[h,cc]
4636 - Now ratio of high to low gain is taken from MCalibrationCam if
4637 it existed previously in the parameter list, instead of being
4638 read again from the MMcFadcHeader. Removed Setter function for
4639 fADC2PhInner, no longer necessary. Fixed error regarding the
4640 pedestal conversion to photons (did not read conversion factor
4641 from preexisting MCalibrationCam object).
4642
4643 * mcalib/MMcCalibrationCalc.cc
4644 - Changed parameters of the histogram, and also the quantity being
4645 histogrammed. Check that input data come from a noiseless camera
4646 file before proceeding to do the calibration. Introduced lower
4647 size in cut for calibration. Now rhe calibration constant is not
4648 calculated from the mean of photons/ADC counts, but from the peak
4649 of the histogram.
4650
4651 * macros/starmc.C
4652 - Introduced new scheme. Now there are two loops over two different
4653 sets of files. First loop calculates the calibration constants,
4654 second one does the analysis. Introduced comments. Now the
4655 histogram used in the light calibration is written to the output
4656 file.
4657
4658
4659
4660 2004/01/22: Thomas Bretz
4661
4662 * mcalib/MCalibrate.[h,cc], mcalib/MCalibrationCam.[h,cc],
4663 mcalib/MCalibrationBlindPix.[h,cc], mcalib/MCalibrationCalc.[h,cc],
4664 mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationPINDiode.[h,cc],
4665 mcalib/MCalibrationBlindPixel.[h,cc],
4666 mcalib/MHCalibrationPixel.[h,cc], mcalib/MMcCalibrationCalc.[h,cc],
4667 mcalib/MHCalibrationBlindPixel.[h,cc],
4668 mcalib/MHCalibrationPINDiode.[h,cc]:
4669 - cleaned up includes
4670
4671
4672
4673 2004/01/22: Raquel de los Reyes
4674
4675 * macros/CCDataCheck.C
4676 - macro to check the data from the central control (.rep files).
4677
4678
4679
4680 2004/01/22: Markus Gaug
4681
4682 * macros/calibration.C
4683 - made MStatusDisplay 3 bit smaller
4684
4685 * manalysis/MExtractSignal.cc
4686 - put fSignals->SetUsedFADCSlices into PreProcess
4687
4688 * manalysis/MPedCalcPedRun.cc
4689 - calculate PedRMS as RMS of the sums, later renormalized to units
4690 of RMS/slice (eliminate the wrong effect of odd and even slices)
4691
4692 * mcalib/MCalibrationCalc.cc
4693 - if bit SkipBlindPixelFit is set, now number of photons outside
4694 plexiglass is not intended to be calculated any more (previous
4695 bug)
4696 - exclude excluded pixels in eventloop
4697
4698 * mcalib/MHCalibrationBlindPixel.[h,cc]
4699 - move functions to pointer again (otherwise, Clone will give
4700 strange results)
4701
4702
4703
4704 2004/01/21: Abelardo Moralejo
4705
4706 * mcalib/MMcCalibrationCalc.[h,cc]
4707 - Added. First version of the task intended to calculate the
4708 conversion factors from ADC counts to photons in the MC. It has
4709 a different aim than the recently renamed class
4710 "MMcCalibrationUpdate" (which takes care that the correct
4711 pedestals and conversion factors are supplied to each event, but
4712 does not really calculate anything).
4713
4714 * mcalib/Makefile, CalibLinkDef.h
4715 - Added new class MMcCalibrationCalc
4716
4717 * manalysis/MMcCalibrationUpdate.[h,cc]
4718 - Now the container MCalibrationCam is not created or modified if
4719 it is found that one such container already exists in the
4720 Parameter list (from a previous calibration).
4721
4722
4723
4724 2004/01/21: Thomas Bretz
4725
4726 * mraw/MRawRead.cc:
4727 - restore the fake time for all runs (current time stamp in
4728 the data seems to be toally nonsense)
4729
4730 * mraw/MRawEvtHeader.cc:
4731 - removed decoding of real time (current time stamp in the data
4732 seems to be toally nonsense)
4733
4734
4735
4736 2004/01/21: Abelardo Moralejo
4737
4738 * mmc/MMcEvt.hxx
4739 - Uncommented 6 Getter functions (those regarding the number of
4740 photons surviving the different stages of simulation).
4741
4742 * manalysis/MMcCalibrationUpdate.[h,cc]
4743 - Added (see below).
4744
4745 * manalysis/MMcCalibrationCalc.[h,cc]
4746 - Removed: changed name of this class to MMcCalibrationUpdate,
4747 which is more representative of what it really does. Moved
4748 the filling of the MCalibrationCam container from Process to
4749 ReInit, since it does not change on an event by event basis.
4750 Simplified PreProcess (MCalibrationCam was searched for twice).
4751 Updated class description and comments.
4752
4753 * manalysis/Makefile, AnalysisLinkDef.h
4754 - Adapted to change above
4755
4756 * macros/starmc.C
4757 - Adapted to change above. Changed also task instance name from
4758 mccalibcalc to mccalibupdate.
4759
4760
4761
4762 2004/01/21: Raquel de los Reyes
4763
4764 * mreport/MReportCC.h, mreport/MReportTrigger.h, mcamera/MCameraHV.h
4765 and mcamera/MCameraCalibration.h
4766 - Added the "Get" functions (e.g GetStatus() for fStatus) to access
4767 the private data members of the class.
4768
4769
4770
4771 2004/01/20: Thomas Hengstebeck
4772
4773 * mranforest/MRanForestCalc.[h,cc]
4774 - Added member functions Grow (training of RF) and Fill (reading in
4775 trained forest from file) which simplify macros.
4776 One just needs to call them instead of using MRanForestGrow and
4777 MRanForestFill (and the related training and fill loops) in a
4778 macro.
4779
4780
4781
4782 2004/01/20: Abelardo moralejo
4783
4784 * manalysis/MMcCalibrationCalc.cc
4785 - removed call to MCalibrationPix::SetPedestal, which was not
4786 needed.
4787
4788
4789
4790 2004/01/20: Thomas Bretz
4791
4792 * Makefile:
4793 - replaced 'make' by '$(MAKE)'
4794
4795 * Makefile.rules:
4796 - added Makefile itself to dependencies
4797
4798 * mbase/MTask.cc:
4799 - added comment about ReInit
4800
4801 * mhbase/MH.cc:
4802 - do not clear pad in DrawClone if 'same' option given
4803
4804 * mhist/MHVsTime.cc:
4805 - evaluate 'same' option
4806
4807 * mfileio/MReadCurrents.[h,cc]:
4808 - obsolete, removed
4809
4810 * manalysis/MCerPhotEvt.cc, manalysis/MCerPhotPix.cc:
4811 - added some comments
4812
4813
4814
4815 2004/01/20: Abelardo moralejo
4816
4817 * mcalib/MHCalibrationPINDiode.cc
4818 - Added call to SetDirecory(0) for histograms fHErrCharge,
4819 fHPCharge, fHPTime.
4820
4821 * manalysis/MCerPhotPix.h:
4822 - Changed position of declaration of fIsSaturated to be the last
4823 private variable. Otherwise, since in the constructor it is
4824 initialized in the last place, a warning is displayed upon
4825 compilation in some systems.
4826
4827
4828
4829 2004/01/20: Markus Gaug
4830 * mcalib/Makefile, manalysis/Makefile:
4831 - include directory ../mtools
4832
4833 * mtools/MFFT.[h,cc]
4834 - class inherits from TObject now
4835
4836
4837
4838 2004/01/19: Markus Gaug
4839
4840 * mcalib/MHCalibrationBlindPixel.[h,cc]
4841 - fixed a bug in fFitLegend due to which program crashed by calls
4842 to DrawClone
4843 - Modified way to change the fit function
4844
4845 * mcalib/MHCalibrationPixel.[h,cc]
4846 - reordered function calls
4847 - removed SetupFill
4848
4849 * mcalib/MHCalibrationPINDiode.h
4850 - reordered function calls
4851
4852 * mcalib/MCalibrationPix.[h,cc]
4853 - limits to define fFitValid now as variables in class
4854
4855 * mcalib/MCalibrationCam.[h,cc]
4856 - reordered function calls
4857 - incorporate option to exclude pixels
4858
4859 * mcalib/MCalibrationBlindPix.h
4860 - Modified way to change the fit function
4861
4862 * mcalib/MCalibrationCalc.[h,cc]
4863 - Modified way to change the fit function
4864 - incorporate option to exclude pixels from configuration file
4865
4866 * macros/calibration.C
4867 - Modified way to change the fit function
4868 - incorporate option to exclude pixels from configuration file
4869
4870
4871
4872 2004/01/19: Javier Rico
4873
4874 * manalysis/MPedCalcPedRun.cc, manalysis/MPedPhotCalc.cc
4875 - Added documentation of member functions
4876
4877
4878
4879 2004/01/19: Abelardo Moralejo
4880
4881 * manalysis/MCerPhotPix.[h,cc]
4882 - Added fIsSaturated to flag whether low gain of the pixel is
4883 saturated. Added corresponding getter and setter functions.
4884 Updated ClassDef to version 2.
4885
4886 * mcalib/MCalibrate.cc
4887 - Set the new saturation flag of MCerPhotPix to kTRUE if at least
4888 one low gain FADC slice is saturated.
4889
4890 * mimage/MNewImagePar.[h,cc]
4891 - Added new member variable fNumSaturatedPixels to count how many
4892 pixels were saturated. Updated ClassDef to version 2.
4893
4894
4895
4896 2004/01/19: Thomas Bretz
4897
4898 * manalysis/MPedPhotCalc.[cc,h]:
4899 - fixed order of includes
4900 - removed obsolete forward declarations
4901 - removed obsolete data member fNumPixels (stored already twice in
4902 the two TArrayF)
4903 - fixed some small bugs in the documentation
4904
4905 * manalysis/MPedCalcPedRun.cc:
4906 - updated my eMail address
4907
4908
4909
4910 2004/01/19: Javier Rico
4911
4912 * macros/dohtml.C, NEWS
4913 - include some missing info
4914
4915
4916
4917 2004/01/19: Abelardo Moralejo
4918
4919 * manalysis/MExtractedSignalPix.h
4920 - added GetNumLoGainSaturated()
4921
4922
4923
4924 2004/01/19: Markus Gaug
4925
4926 * macros/dohtml.C
4927 - include calibration.C
4928
4929 * manalysis/MExtractSignal.cc
4930 - warning of logain saturation now only once per event (out of loop)
4931
4932 * mcalib/MCalibrationCalc.cc, mcalib/MCalibrationPix.[h,cc]
4933 - new Flag fExcluded to indicate if pixel has been excluded from
4934 further analysis
4935
4936
4937
4938 2004/01/16: Javier Rico & Pepe Flix
4939
4940 * manalysis/MPedPhotCalc.[cc,h]
4941 - added
4942 - new class for the evaluation of pedestals in units of photons
4943 using the extracted signal from pedestal runs and calibration
4944 constants defined in MCalibrate
4945
4946 * manalysis/AnalysisLinkDef.h, manalysis/Makefile
4947 - added entries for MPedPhotCalc
4948
4949 * macros/pedphotcalc.C
4950 - added
4951 - example on how to use MPedPhotCalc task
4952
4953
4954
4955 2004/01/16: Markus Gaug
4956
4957 * mcalib/MCalibrationFits.h
4958 - removed and incorporated in MHCalibrationBlindPixel.h
4959
4960 * mcalib/MHCalibrationBlindPixel.[h,cc], mcalib/MHCalibrationConfig.h,
4961 mcalib/MCalibrationBlindPix.h:
4962 - incorporate Fit functions
4963 - fixed a bug due to which DrawClone crashed when class was used
4964 in a compiled macro
4965
4966 * mcalib/MCalibrationCalc.cc, mcalib/MCalibrationPix.cc,
4967 mcalib/MCalibrationBlindPix.cc, mcalib/MCalibrationPINDiode.cc,
4968 mcalib/MCalibrationCam.cc, mcalib/MHCalibrationBlindPixel.cc,
4969 mcalib/MHCalibrationPixel.cc:
4970 - fixed the warns and errs in fLog's
4971
4972
4973
4974 2004/01/16: Abelardo Moralejo
4975
4976 * manalysis/MMcCalibrationCalc.cc
4977 - TMath::Max() is no longer used because it did not compile in some
4978 systems for unkown reasons. I replaced it by a safer (and may be
4979 slower) code.
4980 - Added calpix.SetFitValid();
4981
4982 * mhist/MHEvent.cc
4983 - In MHEvent::Fill, fixed: second parameter of SetCamContent must
4984 be 1 in case of RMS:
4985 case kEvtPedestalRMS:
4986 fHist->SetCamContent(*(MCamEvent*)par, 1);
4987
4988
4989
4990 2004/01/15: Abelardo Moralejo
4991
4992 * macros/starmc.C
4993 - Added. Version of star showing new chain to get Hillas
4994 parameters (with Size calibrated in photons) from MC files.
4995
4996
4997
4998 2004/01/15: Javier Rico
4999
5000 * manalysis/MPedCalcPedRun.[h,cc]
5001 - optimize the running time
5002 - add (some) documentation
5003 - correct treatment for the case of several input files
5004
5005 * macros/pedvsevent.C
5006 - added
5007 - draw pedestal mean and rms vs event# for input pixel# and run
5008 file, and compares them to the global pedestal mean and rms
5009
5010
5011
5012 2004/01/15: Raquel de los Reyes
5013
5014 * mhist/MHCamEvent.cc, mhist/MHCamera.cc
5015 - changed the MHCamEvent::SetupFill and MHCamera::GetBinError
5016 functions to compute the estimation of the error of the
5017 mean. It can be done calling to the function
5018 MCamEvent::SetBit(MHCamera::kVariance) in the macro
5019
5020
5021
5022 2004/01/15: Markus Gaug
5023
5024 * mhist/MHCamera.[h,cc]
5025 - incorporate Thomas's changes
5026 - replace void CreateProjection() by TH1D *Projection(const char*)
5027
5028 * macros/calibration.C
5029 - replace MHCamera->Draw("proj") by MHCamera->Projection()
5030 - produce better fits to the projection
5031
5032 * manalysis/MSimulatedAnnealing.[h,cc],
5033 mhist/MHSimulatedAnnealing.[h,cc]:
5034 - moved to directory mtools
5035 - MSimulatedAnnealing now inherits from TObject
5036
5037 * manalysis/Makefile, manalysis/AnalysisLinkDef.h,
5038 mhist/Makefile, mhist/HistLinkDef.h:
5039 - removed MSimulatedAnnealing
5040 - removed MHSimulatedAnnealing
5041
5042 * mtools/Makefile, mtools/AnalysisLinkDef.h:
5043 - added MSimulatedAnnealing
5044 - added MHSimulatedAnnealing
5045
5046
5047
5048 2004/01/15: Thomas Bretz
5049
5050 * manalysis/AnalysisLinkDef.h:
5051 - removed MCurrents
5052
5053 * mhist/MHCamera.[h,cc]:
5054 - added member function Projection
5055 - removed fYproj
5056
5057 * mreport/MReport*.*:
5058 - added more comments
5059
5060
5061
5062 2004/01/14: Markus Gaug
5063
5064 * mtools/MFFT.[h,cc]
5065 - new class to perform Fast Fourier Transforms
5066
5067 * mtools/Makefile
5068 * mtools/ToolsLinkDef.h
5069 - include MFFT
5070
5071 * manalysis/MExtractedSignalCam.h
5072 - removed variables fNumHiGainSamples and fNumLoGainSamples
5073 - function SetNumUsedFADCSlices replaced by SetUsedFADCSlices
5074
5075 * manalysis/MExtractSignal.cc
5076 - updated call to SetUsedFADCSlices
5077
5078
5079
5080 2004/01/14: Abelardo Moralejo
5081
5082 * manalysis/MMcCalibrationCalc.cc:
5083 - set pedestal rms per FADC slice to 0.01 counts in case it is 0.
5084 This can happen (depending on camera simulation parameters), and
5085 rms = 0 later resulted in the pixel being eliminated in the
5086 image cleaning.
5087
5088
5089
5090 2004/01/14: Thomas Bretz
5091
5092 * Makefile:
5093 - replaced old style Makefile.depend by directory specific
5094 dependancy files
5095
5096 * Makefile.rules:
5097 - changed obsolete '.cc.o' style to newer style '%.o: %.c'
5098 - added rule to make dependency files
5099 - added rule to remove dependancy files.
5100 - added rmdep as prerequisite to clean
5101 - include dependency file
5102
5103 * mbase/Makefile, mcalib/Makefile, mcamera/Makefile,
5104 mdata/Makefile, mfileio/Makefile, mfilter/Makefile,
5105 mgeom/Makefile, mgui/Makefile, mhbase/Makefile,
5106 mhist/Makefile, mhistmc/Makefile, mimage/Makefile,
5107 mmain/Makefile, mmc/Makefile, mmontecarlo/Makefile,
5108 mpointing/Makefile, mranforest/Makefile, mraw/Makefile,
5109 mreflector/Makefile, mreport/Makefile, mtemp/Makefile,
5110 mtools/Makefile:
5111 - removed clean-rule, use the one in Makefile.rules instead
5112
5113 * mreport/Makefile, mreport/ReportLinkDef.h:
5114 - added MReportHelp
5115
5116 * mreport/MReportFileRead.cc:
5117 - moved code from MReportHelp to new file
5118 - removed usage of MReport class completely
5119
5120 * mfilter/MFGeomag.[h,cc]:
5121 - fixed a bug which causes MFGeomag to fail if MARSSYS is not set
5122 - changed the second loop from 0->1151 to 1152->2304
5123 - removed dummy arrays used for reading
5124 - output filename in case of 'file not found'
5125 - removed obsolete data members
5126 - removed obsolete Init function
5127 - removed forbidden underscore from member variable
5128 - changed wrong 0/1 in allocation of fResult into kFALSE/TRUE
5129
5130 * mbase/MStatusDisplay.[h,cc]:
5131 - added new member function Open
5132 - added new menu entry kFileOpen
5133 - changed UpdatePSheader algorithm (the old one was much too slow)
5134
5135 * manalysis/MCurrents.[h,cc]:
5136 - removed (old outdated)
5137
5138 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
5139 - removed MCurrents
5140
5141
5142
5143 2004/01/14: Wolfgang Wittek
5144
5145 * macros/ONOFFAnalysis.C:
5146 - current version
5147
5148 * mhist/MHSigmaTheta.[h,cc]:
5149 - replace MPedestalCam by MPedPhotCam
5150
5151 * manalysis/MPad.[h,cc], manalysus/MSigmabar.[h,cc],
5152 manalysus/MSigmabarCalc.[h,cc], manalysus/MCT1PadONOFF.[h,cc],
5153 manalysus/MCT1PadSchweizer.[h,cc], manalysus/MPadding.[h,cc]:
5154 - replace MPedestalCam by MPedPhotCam
5155
5156 * manalysis/MPedPhotPix.[h,cc]
5157 - uncomment SetRms()
5158
5159
5160
5161 2004/01/13: Markus Gaug
5162
5163 * manalysis/MExtractSignal.h
5164 - seems that the reduced light intensity of the CT1 Pulser
5165 results in broader pulses -> Set Default time slices to [3,10]
5166
5167 * mhist/MHCamera.cc
5168 - make Stat Window in option 'proj' bigger
5169 - add comment line at beginning of Draw()
5170
5171 * mcalib/MHCalibrationBlindPixel.[h.cc]
5172 - add Function DrawClone()
5173 - fix bug in calculation of integral (GetIntegral("width"))
5174 - restrict parameters tighter
5175 - declare fit as not valid, if less than 100 events
5176 in single photo-electron peak
5177
5178 * mcalib/MCalibrationFits.h, mcalib/MHCalibrationBlindPixel.[h.cc]
5179 - fit now with fixed normalization
5180
5181 * mcalib/MHCalibrationPixel.[h.cc]
5182 - new function IsEmpty()
5183 - Time fit accepted if ChiSquare less than 30. (instead of 20.)
5184
5185 * mcalib/MCalibrationPix.[h.cc]
5186 - F-Factor corrected and added error
5187 - Histograms not fitted if they are empty
5188 - rejection criteria of fitted charges now > 5 PedRMS (instead 3)
5189
5190 * mcalib/MCalibrationCam.cc
5191 - Square Root of Reduced Sigmas not taken, if they are < 0.
5192 - Reduced Sigma / Charge squared replaced by reduced sigma / charge
5193
5194 * mcalib/MCalibrationCalc.cc
5195 - Blind Pixel is not additionally treated as normal pixel any more
5196 - Blind Pixel Draw replaced by DrawClone
5197
5198 * macros/calibration.C
5199 - took out some unused code
5200 - some default axis labelling corrected
5201
5202
5203
5204 2004/01/13: Abelardo Moralejo
5205
5206 * manalysis/MMcPedestalCopy.cc
5207 - added check of whether input file is a MC file before executing
5208 the PreProcess.
5209
5210
5211
5212 2004/01/13: Wolfgang Wittek
5213
5214 * macros/ONOFFAnalysis.C, macros/ONAnalysis.C:
5215 - change macro to handle also MC events with finite sigmabar
5216
5217 * manalysis/MPadOn.[h,cc]:
5218 - deleted, is replaced by MPad
5219
5220 * manalysis/MPadOnOFF.[h,cc]:
5221 - deleted, is replaced by MPad
5222
5223 * manalysis/MPad.[h,cc]:
5224 - new class, replacing MPadON and MPadONOFF
5225 - handle also MC events with finite sigmabar
5226
5227 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
5228 - replace MPadON and MPadONOFF by MPad
5229
5230
5231
5232 2004/01/13: Thomas Bretz
5233
5234 * mraw/MRawRunHeader.[h,cc]:
5235 - implemented new member function GetRunTypeStr
5236
5237 * Changelog.03:
5238 - added (contains entries of 2003)
5239
5240 * Changelog:
5241 - removed entries of 2003
5242
5243 * mfilter/MFGeomag.cc:
5244 - simplified open/close of input files
5245
5246 * manalysis/MEventRate.[h,cc], manalysis/MEventRateCalc.cc:
5247 - added some comments
5248 - added new member function GetError
5249
5250 * Makefile:
5251 - updated 'make dox' output for convinience
5252
5253 * macros/dohtml.C:
5254 - do not print Info's
5255 - added mcamera
5256 - added mpointing
5257 - added mreport
5258
5259 * mreport/MReportCurrents.cc, mreport/MReportDAQ.cc:
5260 - removed some obsolete comments (these comments confused THtml)
5261
5262 * manalysis/MCameraData.[h,cc], mfileio/MCT1ReadAscii.[h,cc],
5263 mfileio/MCT1ReadPreProc.[h,cc], mfilter/MFCT1SelBasic.cc,
5264 mfilter/MFSelBasic.cc, mhist/MHCamera.cc, mhist/MHEvent.[h,cc],
5265 mimage/MImgCleanStd.[h,cc], mimage/MImgCleanTGB.[h,cc],
5266 mmain/MAnalysis.cc, mmain/MEventDisplay.cc:
5267 - replaced MPedestalCam by MPedPhotCam
5268 - removed some obsolete includes
5269
5270 * mbase/BaseLinkDef.h, mbase/Makefile:
5271 - added MLogPlugin
5272 - added MLogHtml
5273
5274 * mbase/MLog.[h,cc]:
5275 - added use of plugins
5276
5277 * mbase/MLogPlugin.[h,cc], mbase/MLogHtml.[h,cc]:
5278 - added
5279
5280 * mbase/MStatusDisplay.[h,cc]:
5281 - added a Save-As dialog
5282
5283
5284
5285 2004/01/12: Thomas Bretz
5286
5287 * macros/rootlogon.C:
5288 - added mcamera to include path
5289 - added mpointing to include path
5290 - added mreport to include path
5291
5292 * mbase/MLog.cc:
5293 - updated my eMail address
5294
5295 * mbase/MParContainer.h:
5296 - added Read member function
5297
5298 * mbase/MStatusDisplay.[h,cc]:
5299 - changed size of ps-paper
5300 - added a user defined bottom line to the ps-files
5301 - added name (currently unused)
5302 - added title (used as possible bottom line in ps-file)
5303
5304 * mraw/MRawRunHeader.cc:
5305 - added some comments
5306
5307 * status.cc:
5308 - set name of input as bottom line of status display
5309
5310
5311
5312 2004/01/12: Abelardo Moralejo
5313
5314 * mimage/MStereoPar.cc
5315 - fixed mistake: now fSourceY = scale1*hillas1.GetMeanY() + ...
5316 instead of fSourceY = scale2*hillas1.GetMeanY() + ...
5317 Bug had no effect unless scale1 != scale2 (-> telescopes of
5318 different size).
5319
5320
5321
5322 2004/01/12: Markus Gaug
5323
5324 * manalysis/MExtractSignal.[h,cc]
5325 - take out some uncommented code
5326 - replace logainshift by two independent variables:
5327 logainfirst, logainlast
5328 - because in most data, maximum occurs in slice 4, shift default
5329 from slices 4-9 to slices 3-8.
5330
5331 * manalysis/MExtractedSignalPix.[h,cc]
5332 - took out some uncommented code
5333 - new initializers: instead of -1. now 99999.9
5334
5335
5336
5337 2004/01/09: Markus Gaug
5338
5339 * mcalib/MCalibrationCam.[h,cc]
5340 - take out 1-dim histos because we can use
5341 the projections in MHCamera (s.b.)
5342
5343 * mcalib/MHCalibrationBlindPixel.h
5344 - make the fit by default quiet
5345
5346 * mcalib/MHCalibrationPixel.[h,cc]
5347 * mcalib/MCalibrationPix.[h,cc]
5348 - Ranges of time slices stored independently for HiGain and LoGain
5349 in order to allow consecutive checks
5350
5351 * mhist/MHCamera.[h.cc]
5352 - add the possibility to call a Draw("proj") which will
5353 draw a Y-Projection of the histogram
5354
5355 * macros/calibration.C
5356 - apply the drawing of the projections and fit them
5357
5358 * mcalib/MCalibrationCalc.cc
5359 - catch the possibility of a calibration file,
5360 unintendedly being a pedestal or cosmic file.
5361 Program now exits with an error before doing the fits
5362
5363 * mcalib/MCalibrationPix.[h,cc]
5364 - fixed a bug in calculation of fFitValid.
5365 before, a call to IsFitValid() always returned false
5366
5367
5368
5369 2004/01/09: Javier L¢pez
5370
5371 * macros/bootcampstandardanalysis.C
5372 - added new macro that holds the main scheleton discussed in the
5373 december bootcamp in Wuerzburg. It runs first over a pedestal
5374 run, then over a calibration run, again over the pedestal run
5375 to compute de pedestal in number of photons and finally over a
5376 data run to calibrate the data.
5377
5378
5379
5380 2004/01/06: Sebastian Raducci
5381
5382 * manalysis/MArrivalTime.[h,cc]
5383 - added new method to calculate photon arrival times. It uses the
5384 TSpline5 Root Class to interpolate the Fadc Slices. The time is
5385 the abscissa value of the absolute maximum of the interpolation
5386 - added new method to find clusters with similar arrival times.
5387 For now it's a preliminary version. It simply search for adiacent
5388 pixels having the same arrival time (color).
5389
5390 * manalysis/MArrivalTimeCalc.[h,cc]
5391 - modified the Process() method according to the changes in the
5392 Arrival Time Cointainer
5393
5394 * mmain/MEventDisplay.cc
5395 - added new tab in the camera event display to show the arrival
5396 time. This arrival time is calculated with the spline method
5397 - the old Arrival Time pad now it's called Max Slice Idx, because
5398 it's only the index of the slice with the max content.
5399
5400 * mhist/MHEvent.[h,cc]
5401 - added new fType in te enumeration to handle the arrival time
5402 histos
Note: See TracBrowser for help on using the repository browser.