source: trunk/MagicSoft/Mars/Changelog@ 4113

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