source: trunk/MagicSoft/Mars/Changelog@ 4125

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