source: trunk/MagicSoft/Mars/Changelog@ 4130

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