source: trunk/MagicSoft/Mars/Changelog@ 4021

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