source: trunk/MagicSoft/Mars/Changelog@ 4116

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