source: trunk/MagicSoft/Mars/Changelog@ 4064

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