source: trunk/MagicSoft/Mars/Changelog@ 4101

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