source: trunk/MagicSoft/Mars/Changelog@ 4033

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