source: trunk/MagicSoft/Mars/Changelog@ 3572

Last change on this file since 3572 was 3572, checked in by tbretz, 22 years ago
*** empty log message ***
File size: 109.9 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 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/03/22: Thomas Bretz
22
23 * mpointing/MSrcPosCalc.[h,cc], MSrcPosCam.[h,cc]:
24 - added
25
26 * mastro/MAstro.[h,cc]:
27 - added code to calculate rotationangle previously in MObservatory
28 - changed definition of rotation angle such, that it is now
29 180deg if Ra and Az grid is parallel
30
31 * mastro/MAstroCatalog.[h,cc]:
32 - fixes and enhancements to the display (such as misscalculated
33 number of grid lines, title display, etc)
34 - enhancements to the output
35 - generalized creation of grid - for further usage
36
37 * mastro/MAstroSky2Local.[h,cc]:
38 - replaced calculation of rotation angle by the function in
39 MAstro
40
41 * mastro/MObservatory.[h,cc]:
42 - small changes to Print output
43 - moved code for calculation of rotation angle to MAstro
44
45 * mbase/MEvtLoop.cc:
46 - do not output number of events per second if no events processed
47
48 * mbase/MParList.cc:
49 - updated some comments
50
51 * mfileio/MCT1ReadAscii.cc, mfileio/MCT1ReadPreProc.cc,
52 mfileio/MReadRflFile.cc, mraw/MRawFileRead.cc,
53 mreport/MReportFileRead.cc:
54 - output error string if file cannot be opened
55
56 * mfileio/MReadTree.cc:
57 - output name of chain which is scanned
58
59 * mimage/MConcentration.cc:
60 - replaced loop by iterator
61 - removed obsolete (unused) variables
62
63 * mimage/MHNewImagePar.[h,cc]:
64 - fixed display colors
65
66 * mpointing/MPointingPos.[h,cc]:
67 - added member function to calculate rotation angle
68 - added comments
69
70 * mpointing/Makefile:
71 - added include MAstro
72
73 * manalysis/MSrcPosCam.[h,cc]:
74 - moved to mpointing
75
76 * mpointing/MSrcPosCalc.[h,cc]:
77 - added: Derotates a star in the camera into MSrcPosCam
78
79 * mpointing/Makefile, mpointing/PointingLinkDef.h:
80 - added MSrcPosCam
81 - added MSrcPosCalc
82
83 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
84 - removed MSrcPosCam
85
86 * mmain/Makefile:
87 - added include for mpointing
88
89 * manalysis/AnalysisIncl.h:
90 - removed TVector2
91
92 * mbase/MParContainer.h:
93 - added new abstract virtual member function SetVariables
94 (to be used in fits)
95 - addeed some text to class description
96
97 * mdata/MData.cc:
98 - added comment
99
100 * mdata/MDataArray.[h,cc], mdata/MDataElement.h,
101 mdata/MDataList.[h,cc], mdata/MDataMember.h:
102 - added SetVariables
103
104 * mdata/MDataChain.[h,cc]:
105 - added support for indexed variables [i]
106 - added SetVariables
107
108 * mdata/MDataValue.[h,cc]:
109 - added support for variable values (through SetVariables)
110 - added support for an index
111 - added SetVariables
112
113
114
115
116 2004/03/19: Markus Gaug
117
118 * mcalib/MHCalibrationChargePix.cc
119 - added some style to the default Draw in order to see the
120 label and axis titles better
121
122 * mcalib/MHCalibrationChargeCam.[h,cc]
123 - store and display more information on the average pxiels
124
125 * mcalib/MCalibrationCam.cc
126 - the GetPixelContent flag were not correct any more, fixed them
127
128 * macros/calibration.C
129 - fixed GetPixelContent flags
130 - draw radial profile of the variables
131
132 * mjobs/MJCalibration.cc
133 - fixed GetPixelContent flags
134 - introduced RadialProfile for some displays
135 - removed some not so important displays
136
137 * manalysis/MGeomApply.cc
138 - included MCalibrationQECam to be initialized
139
140 * mcalib/MCalibrationChargePix.[h,cc],
141 mcalib/MCalibrationQEPix.[h,cc]:
142 - replace DefinePixId by SetPixId
143
144 * mcalib/MCalibrationChargeCalc.[h,cc]
145 - added MCalibrationQECam
146 - cleaned the code up a little
147 - give more information at the end
148
149 * mcalib/MCalibrationChargePix.[h,cc]
150 - took out fNumLoGainSampels whihc is not needed any more because
151 conversion is only done in the getters
152 - Canceled function ApplyLoGainConversion (for same reason)
153
154 * msignal/MExtractSignal2.cc
155 - remove uncommented piece of code
156
157 * msignal/MExtractSignal.cc, msignal/MExtractSignal2.cc:
158 - remove warning about pixel with low gain saturation,
159 now in MBadPixelsPix
160
161 * mbadpixels/MBadPixelsPix.[h,cc], mcalib/MCalibrationChargeCam.cc:
162 - added new flag: kDeviatingNumPhes
163
164 * mcalib/MCalibrationChargePix.cc
165 - check for mean arr. time in last bin replaced by check in last
166 two bins
167
168 * mcalib/MCalibrationChargePix.[h,cc],
169 mcalib/MCalibrationChargeCam.cc,
170 mcalib/MHCalibrationChargeCam.cc:
171 - removed flag kHiGainFitted, kLoGainFitted, since they are
172 available from MBadPixelsPix
173
174 * macros/calibration.C, macros/calibrate_data.C
175 - a few flags from MCalibrationChargeCam::GetPixelContent were wrong,
176 corrected them
177
178
179
180 2004/03/18: Raquel de los Reyes
181
182 * macros/DAQDataCheck.C
183 - macro to check the data from the DAQ system (.raw files).
184
185
186
187 2004/03/18: Thomas Bretz
188
189 * manalysis/AnalysisIncl.h:
190 - added TVector2
191
192 * manalysis/MSrcPosCam.[h,cc]:
193 - added Getter/Setter using TVector2
194
195 * mhbase/MH.cc:
196 - fixed GetMinimumGT for TH2 and TH3
197
198 * mpointing/MPointingPos.h:
199 - added Getter/Setter for Ra/Dec
200
201 * mpointing/MPointingPosCalc.cc:
202 - fill Ra/Dec into MPointingPos
203
204
205
206 2004/03/18: Markus Gaug
207
208 * mgeom/MGeomCam.[h,cc]
209 - replace fMaxRadius by a TArrayF of pixel area types
210 - new TArrayF fMinRadius of each pixel area type
211 - backward compatibility should be given,
212 call to GetMaxRadius() returns the value for the whole camera
213 (which corresponds to the previous value for the Magic camera)
214
215 * mimage/MConcentration.cc
216 - fixed on flog to fLog in order to compile
217
218
219
220 2004/03/17: Thomas Bretz
221
222 * mastro/MAstroCatalog.[h,cc]:
223 - some simplifications and changes
224
225 * mastro/MAstroCatalog.[h,cc]:
226 - some simplifications and changes
227
228 * mastro/MAstroSky2Local.[h,cc]:
229 - rotation matrix from sky to local coordinates
230 - added
231
232 * mastro/Makefile, mastro/AstroLinkDef.h:
233 - MAstroSky2Local added
234
235 * mraw/MRawEvtPixelIter.cc:
236 - GetIdxMaxLoGainSample(const Byte_t lofirst) const
237 accelerated and fixed (the first slice was compared to itself
238 and the last slice was not taken into account)
239
240 * manalysis/MCerPhotAnal2.cc:
241 - fixed a bug in the new treatment of lo-gains
242
243 * mhvstime/MHPixVsTime.cc:
244 - fixed missing initialization of fTypeErr in constructor
245
246 * mimage/MHillas.[h,cc]:
247 - implemented member function which returns MeanX/Y as TVector2
248
249 * mimage/ImageIncl.h:
250 - added TVector2
251
252 * manalysis/MCerPhotEvt.[h,cc]:
253 - fixed a bug in AddPixels which - in some special circumstances -
254 cutted pixels with high pixel indices
255
256
257
258 2004/03/17: Antonio Stamerra
259
260 * macros/datatrigcheck.C
261 - added macro for time and trigger data-checking
262
263
264
265 2004/03/17: Abelardo Moralejo
266
267 * manalysis/MSourcePosfromStarPos.cc
268 - added cast fabs((Double_t)ival), line 703. Otherwise it does not
269 compile.
270
271 * macros/starmc.C
272 - added parameter accepted_fraction to select fraction of events
273 to be processed (useful to make smaller outputs).
274
275
276
277 2004/03/17: Wolfgang Wittek
278
279 * manalysis/MSigmabar.[h,cc]
280 - correct calculation of sector, which was wrong
281
282
283
284 2004/03/16: Markus Gaug
285
286 * mhist/MHCamera.[h,cc]
287 - added function RadialProfile which returns a TProfile of the
288 value along the radius from the camera center
289
290
291
292 2004/03/16: Oscar Blanch Bigas
293
294 * mimage/MConcentration.[h,cc]
295 - new class for Concentration stuff.
296 - It computes and stores Concentration 1-8
297
298 * mimage/MNewImagePar.[h,cc]
299 - New Concentration stuff is moved to MConcentration.
300
301 * mimage/MHillasCalc.[h,cc], Makefile, ImageLinkDef.h
302 - Modifications needed to support and compile new
303 MConcentration class.
304
305
306
307 2004/03/16: Thomas Bretz
308
309 * mjobs/MJ*.[h,cc]
310 - removed some obsolete comments
311 - removed projections from Directory (SetDirectory(0))
312
313
314
315 2004/03/16: Wolfgang Wittek
316
317 * manalysis/MSigmabar.[h,cc]
318 - calculate sigmabar as mean of individual pedestalRMS
319 instead of sqrt of mean pedestalRMS^2
320
321
322
323 2004/03/16: Oscar Blanch
324
325 * mimage/MNewImagePar.[h,cc]
326 - New variables members added: fInnerSize, fInnerLeakage[1,2],
327 fConc[3-8].
328 - It is only ready for Magic Camera geometry. It has to be done
329 MGeomCam base.
330 - The version ahs not been updated since it was done on the
331 2004/03/10 by Abelardo.
332
333
334
335 2004/03/15: Markus Gaug
336
337 * mcalib/MCalibrationChargePix.[h,cc],
338 mcalib/MCalibrationChargeCam.[h,cc],
339 mcalib/MCalibrationChargeCalc.cc:
340 - conversion from hi- to logain now not applied until the value is
341 exported outside the class. This is necessary for the error
342 propagation in the F-Factor method: In the calculation of the
343 number of Phe, the conversion factors cancel out and do not
344 enlarge the errors
345 - pixels with number of phe's outside the range defined by
346 fPheFFactorRelErrLimit are not any more declared as:
347 MCalibrationChargePix::IsFFactorMethodValid() == kFALSE ,
348 but instead as:
349 MBadPixelsPix::IsSuitableRun(MBadPixelsPix::kUnreliableRun) == kTRUE,
350 Like this, everybody is allowed to calibrate pixels which give
351 no reasonable results in the calibration without bothering that
352 too many pixels fall out. Enjoy!
353 - In that procedure, the classes passed _internally_ from calculation
354 of sigmas to calculation of variances which saves all the useless
355 square rooting.
356 - took out pointers to MCalibrationChargeBlindPix and
357 MCalibrationChargePINDiode in MCalibrationChargeCam.
358
359
360
361 2004/03/15: Abelardo Moralejo
362
363 * mmc/MMcEvt.hxx
364 - added getter function for fZFirstInteraction
365
366
367
368 2004/03/15: Wolfgang Wittek
369
370 * mastro/MObservatory.[h,cc]
371 - remove bugs in RotationAngle(theta, phi, sin, cos)
372 replaced
373 cos = sinl + cosl*cosp /denom;
374 by
375 cos = (sinl - cosl*cosp) /denom;
376
377
378
379 2004/03/15: Thomas Bretz
380
381 * mastro/MObservatory.[h,cc]:
382 - implemented RotationAngle(ra, dec, time)
383
384 * mbase/MTask.[h,cc]:
385 - implemented usage of a TStopwatch to retriev time consumtion
386 informations
387 - changed PrintStatistics not to print classes having no
388 Process() function
389
390 * mbase/MTaskList.[h,cc], mfileio/MReadReports.[h,cc]:
391 - changed PrintStatistics according to changes in MTask
392
393 * mraw/MRawEvtHeader.cc:
394 - added a comment to Fill member function
395
396 * manalysis/MCerPhotEvt.[h,cc]:
397 - added fLut.Set to FixSize and resize fLut by a factor of 2
398 instead of +1 which acelerates creation of all pixels a lot
399
400 * mbadpixels/MBadPixelsPix.cc:
401 - fixed a typo
402
403 * mfilter/MFSoftwareTrigger.cc:
404 - made statistics output meaning independant of usage of filter!
405
406 * mhbase/MFill.[h,cc]:
407 - added possibility to give tab a different name
408
409 * mhist/MHCamera.cc:
410 - fixed a bug when determin scale for same-option
411
412 * mjobs/MJCalibration.cc:
413 - changed tab names for MFillH
414
415 * mjobs/MJExtactSignal.cc:
416 - added MRawEvtHeader to output
417
418 * mbase/MStatusDisplay.[h,cc]:
419 - changed displayed year
420 - read and store MStatusArray to and from files
421
422 * mfileio/MReadTree.cc:
423 - enhanced output
424
425 * mmain/MCameraDisplay.cc, mmain/MEventDisplay.[h,cc]:
426 - added preliminary mode to display F1/F2/F3-files
427
428 * mbase/MStatusArray.[h,cc]:
429 - added
430
431 * mbase/Makefile, mbase/BaseLinkDef.h:
432 - added MStatusArray
433
434 * mhits/MHCamera.[h,cc], mgui/MHexagon.[h,cc]:
435 - improved drawing MHCamera with 'same' option
436
437
438
439 2004/03/13: Markus Gaug
440
441 * mcalib/MCalibrationChargeCalc.cc, mcalib/MCalibrationChargeCam.cc,
442 mcalib/MCalibrationChargePix.[h,cc],
443 mcalib/MHCalibrationChargeCam.cc,
444 mcalib/MHCalibrationChargeLoGainPix.cc:
445 - fixed Low Gain calibration
446
447 * mcalib/MHGausEvents.cc:
448 - changed default fit prob. limit from 0.005 to 0.001
449
450 * mbadpixels/MBadPixelsPix.h :
451 - IsCalibrationResultOK does not ask for FitOK any more
452
453 * mcalib/MHCalibrationChargeCam.cc:
454 - replaced Rel. Err. Limit for outliers in Phe's from 5 sigma to 7
455
456 * mraw/MRawEvtPixelIter.[h,cc]:
457 - function GetIdxMaxLoGainSamples can be called optionally with
458 offset (because first "loGain" samples are often in reality
459 hiGain with high values.
460
461
462
463 2004/03/12: Sebastian Raducci
464
465 * manalysis/Makefile
466 - added mastro in the include directories
467
468
469
470 2004/03/12: Thomas Bretz
471
472 * merpp.cc:
473 - added 'force' option
474
475 * manalysis/MCerPhotAnal2.cc:
476 - extract pedestal and pedestal rms from lo-gain if hi-gain not
477 above a certain athreshold
478
479 * mastro/MAstroCatalog.[h,c]:
480 - added text argument to DrawStar
481
482 * mbase/MStatusDisplay.cc:
483 - some small changes to output of SaveAsPS
484
485 * mfilter/MFCosmics.cc:
486 - changed output of filter statistics
487
488 * mbadpixels/MBadPixelsTreat.[h,cc]:
489 - fixed some problems with the code - now it should work like
490 expected
491 - added a new member function to be able to change the number
492 of required neighbors
493
494
495
496 2004/03/12: Wolfgang Wittek
497
498 * manalysis/Makefile
499 - include 'mastro'
500
501 * manalysis/MSourcePosfromStarPos.[h,cc]
502 - include MObservatory.h
503 - call member function Rotationangle() of MObservatory
504
505
506
507 2004/03/12: Markus Gaug
508
509 * mjobs/MJCalibration.cc
510 - updated call in displays to the corr. Cams.
511
512 * macros/calibrate_data.C
513 - macro to study calibrate and study data used in Munich and IFAE
514
515
516
517 2004/03/12: Antonio Stamerra
518
519 * mraw/MRawEvtHeader.[h,cc]
520 - Added the method GetTriggerID() to decode the trigger pattern.
521
522
523
524 2004/03/11: Abelardo Moralejo
525
526 * mimage/MHillasCalc.cc
527 - Added some printout in PostProcess, to better express the reasons
528 for which the reconstruction of some events did not succeed.
529
530
531
532 2004/03/11: Thomas Bretz
533
534 * status.cc:
535 - updated
536
537 * manalysis/MCerPhotAnal2.cc:
538 - removed an obsolete debug output
539
540 * mhist/MHCamera.[h,cc]:
541 - added same-option to camera display
542
543 * mbadpixels/MBadPixelsCalc.[h,cc], mbadpixels/MBadPixelsTreat.[h,cc]:
544 - implemented functionality of MBlindPixelsCalc2
545
546 * mbadpixels/MBadPixelsCam.[h,cc], mbadpixels/MBadPixelsPix.[h,cc],
547 mbadpixels/MMcBadPixelsSet.cc, mcalib/MCalibrationChargeCalc.cc,
548 mcalib/MCalibrationChargePix.cc, mcalib/MHCalibrationChargeCam.cc:
549 - replaced several Set/GetUnsuitable* by a single member function
550
551
552
553 2004/03/11: Markus Gaug
554
555 * mbadpixels/MBadPixelsPix.h
556 - removed bits about validity of calibration methods
557 - IsCalibrationResultOK asks also from IsSuitableRun
558
559 * mbadpixels/MBadPixelsCam.cc
560 - updated GetPixelContent
561 - added Print function
562
563 * mcalib/MCalibrationChargeCam.[h,cc]
564 * mcalib/MCalibrationChargePix.h
565 * mcalib/MCalibrationChargeCalc.cc
566 - removed pointers to MGeomCam and MBadPixelsCam in MCalibrationChargeCam
567 - use two loops over pixels in order to determine mean flux of phe;s to
568 discard pixels far outside the normal distribution
569
570 * mcalib/MCalibrate.cc
571 - added case that no MBadPixelsCam is available.
572
573 * mcalib/MHCalibrationChargeCam.cc
574 - adapted to new MBadPixelsPix::SetUnsuitable function
575
576
577 2004/03/10: Abelardo Moralejo
578
579 * manalysis/MCerPhotPix.[h,cc]
580 - Added member fIsHGSaturated, and setter/getter functions.
581 Updated class version to 4.
582
583 * mcalib/MCalibrate.cc, MCalibrateData.cc
584 - Added setting of MCerPhotPix.fIsHGSaturated if one or more HG
585 slices saturate.
586
587 * mimage/MNewImagePar.[h,cc]
588 - Added member fNumHGSaturatedPixels to count the number of pixels
589 in which high gain saturates. Added getter funciton for it.
590 Updated class version to 3.
591
592
593
594 2004/03/10: Markus Gaug
595
596 * mcalib/MCalibrationChargeCalc.cc,
597 mcalib/MCalibrationChargePix.[h,cc],
598 mcalib/MCalibrationChargeCam.[h,cc]:
599 - calculation of conversion factor with F-Factor method from
600 same mean number of photons, derived from weighted mean number
601 of photo-electrons from inner and outer pixels, respectively
602
603 * mjobs/MJPedestal.cc, mjobs/MJCalibration.cc, macros/calibration.C:
604 - fixed the projections (did only display inner pixels up to now)
605
606 * macros/calibration.C
607 - small bug fixed in display of rel. arrival times
608 ( used MArrivalTimeCam instead of MHCalibrationRelTimeCam)
609
610 * mbadpixels/MBadPixelsCam.cc
611 - replaced some InitSize(idx) by InitSize(idx+1) in order not to crash
612 to program when reading from an ascii-file.
613
614 * mbadpixels/MBadPixelsCalc.cc
615 - replaced one SetUnsuitableRun(....) by the new version without
616 argument.
617
618
619
620 2004/03/10: Thomas Bretz
621
622 * mfilter/MFSoftwareTrigger.[h,cc]:
623 - changed to support also a predifined number of NN
624
625 * mastro/MAstroCatalog.[h,cc]:
626 - many enhancements
627 - many speed improvements
628
629 * mbadpixels/MBadPixelsPix.[h,cc]:
630 - fixed
631
632
633
634 2004/03/10: Ester Aliu
635
636 * mtemp/MIslands.[h,cc]
637 - New MParContainer to hold information about islands
638 (number of islands, pixels in each Island, Signal/Noise of
639 each Island).
640
641 * mtemp/MIslandCalc.[h,cc]
642 - New MTask to count and characterize Islands.
643
644
645
646 2004/03/09: Thomas Bretz
647
648 * Makefile.rules:
649 - replaced *.o by $(...) for building archives
650
651 * mjobs/MJCalibration.cc:
652 - exchanged apply and merge task
653
654 * mjobs/MJCalibration.h, mjobs/MJExtractSignal.h, mjobs/MJPedestal.h:
655 - fixed some const-qualifiers
656
657 * mcalib/MHCalibrationChargeBlindPix.cc,
658 mcalib/MHCalibrationChargeCam.cc,
659 mcalib/MHCalibrationChargePINDiode.cc
660 - removed some obsolete output when calling FindCreateObj
661 - changed some 'not found' output messages to be 'Mars-compliant'
662 - replaced some gLog by *fLog
663
664
665
666 2004/03/08: Markus Gaug
667
668 * mbadpixels/MBadPixelsPix.h
669 - small modifications for better readability
670 - remove Getters for calibration methods
671 - added flag "UnReliableRun" in fInfo[0]
672
673 * mcalib/MHCalibrationChargeCam.cc, mcalib/MCalibrationChargePix.cc:
674 - fill MBadPixelsPix with UnReliableRun or UnSuitableRun when
675 calibration does not succeed.
676
677 * mcalib/MCalibrationChargeCam.cc
678 - displaying saturation also for not-valid pixels in GetPixelContent
679
680 * msignal/MExtractedSignalCam.[h,cc], msignal/MExtractSignal.[h,cc],
681 msignal/MExtractSignal2.[h,cc], mananlysis/MHPedestalCam.cc,
682 mcalib/MCalibrationChargeCalc.[h,cc]:
683 - in SetUsedFADCSlices, also the window (hi-and logain) is set.
684 This because MExtractSignal2 set the whole window which was much
685 bigger than the actually used one. This bug is now removed.
686
687
688
689 2004/03/08: Thomas Bretz
690
691 * merpp.cc:
692 - fixed a bug in the screen output
693
694 * mgeom/MGeomMirror.cc:
695 - added comment
696
697 * mmc/MMcConfigRunHeader.h:
698 - added member function GetMirrors
699
700
701
702 2004/03/08: Abelardo Moralejo
703
704 * macros/starmc.C, starmcstereo.C, mccalibrate.C
705 - adapted to m. Gaug's changes: now one MBadPixelsCam containers is
706 added for each telescope to the parameter list.
707
708 * mmain/MEventDisplay.cc, Makefile
709 - added MBadPixelsCam to par list, and mbadpixels/ to includes.
710 Necessary due to changes in MCalibrate.
711
712
713
714 2004/03/06: Markus Gaug
715
716 * macros/calibration.C
717 - adapted call to MHCamera::ProjectionS to the new version
718
719 * mcalib/Makefile
720 - include directory mbadpixels
721
722 * manalysis/Makefile
723 - include directory mbadpixels
724
725 * mcalib/MCalibrationChargeCalc.[h,cc]
726 - include MBadPixelsCam
727 - remove exclusion of pixels from ascii-file
728 (now accessible from MBadPixelsCam)
729
730 * mcalib/MCalibrationChargePix.[h,cc]
731 - include MBadPixelsCam
732
733 * mcalib/MCalibrationChargeCam.[h,cc]
734 - include MBadPixelsCam
735
736 * mcalib/MHCalibrationChargeCam.[h,cc]
737 - include MBadPixelsCam
738 - include one additional MBadPixelsPix for the average inner and
739 outer pixel, respectively
740
741 * mcalib/MHCalibrationChargePix.[h,cc]
742 - make fSaturated and fPickup a Float_t (for average pixel)
743
744 * mbadpixels/MBadPixelsPix.h
745 - include the CalibrationType_t infos
746 - exchange "SetUnsuitable" by "SetUnsuitableRun"
747
748 * mbadpixels/MBadPixelsCam.cc, mbadpixels/MMcBadPixelsSet.cc:
749 - exchange "SetUnsuitable" by "SetUnsuitableRun"
750
751 * mbadpixels/MBadPixelsCalc.cc:
752 - exchange "SetUnsuitable" by "SetUnsuitableEvt"
753
754 * manalysis/MGeomApply.cc
755 - remove obsolete MArrivalTime
756 - add MBadPixelsCam
757
758 * mcalib/MCalibrate.[h,cc], mcalib/MCalibrateData.[h,cc]
759 - implemented calls to MBadPixelsCam
760
761 * macros/calibration.C, macros/bootcampstandardanalysis.C,
762 macros/pedphotcalc.C
763 - implemented calls to MBadPixelsCam
764
765 * mjobs/MJCalibration.cc
766 - call to MBadPixelsCam
767
768
769
770 2004/03/05: Nadia Tonello
771
772 * manalysis/MBlindPixelsCalc2.[h,cc], manalysis/AnalysisLinkDef.h,
773 manalysis/Makefile
774 - Temporary class added (will be included in mbadpixels/ soon)
775 - All the functions of MBlindPixelCalc are kept(with small improvements)
776 - New function added: SetCheckPedestalRms
777
778 * manalysis/MCerPhotPix.h
779 - Status Unmapped added (not include the pixel in the cleaned image)
780
781 * mimage/MImgCleanStd.cc
782 - Checks for Unmapped status added
783
784 * mastro/MAstroCatalog.cc, msql/MSQLServer.cc:
785 - include <stdlib.h> to solve compilation error
786
787
788
789 2004/03/05: Sebastian Raducci
790
791 * msignal/MArrivalTimeCalc.cc
792 - fixed a little bug (exchanged a - with a + in the Calc() method)
793
794
795
796 2004/03/05: Markus Gaug
797
798 * mcalib/MCalibraitonChargeCalc.cc
799 - remove some runheader line:
800 if (runheader->IsMonteCarloRun())
801 return kTRUE;
802 which gave always true since this week, don't know why.
803 - added some information in class description
804
805
806
807 2004/03/04: Sebastian Raducci
808
809 * msignal/MArrivalTimeCalc.cc
810 - fixed a memory leak (the spline was not deleted...)
811
812
813
814 2004/03/04: Thomas Bretz
815
816 * mgeom/MGeomCam.[h,cc]:
817 - added new data member fNumAreas
818 - added new function CalcNumAreas
819 - increased class version to 3
820
821 * mgeom/MGeomCamMagic.cc:
822 - added setting of area index
823
824 * mgeom/MGeomPix.[h,cc]:
825 - added fAidx data member
826 - added getter function fAidx
827 - increased class version to 3
828
829 * macros/sectorvstime.C:
830 - added example of how to plot the evolution of a sector vs time
831
832 * mhist/MHVsTime.[h,cc], mhist/MHPixVsTime.[h,cc]:
833 - moved to mhvstime
834
835 * mhvstime/MHSectorVsTime.[h,cc]:
836 - added
837
838 * Makefile:
839 - added mhvstime
840
841 * mhvstime/Makefile, mhvstime/HVsTimeLinkDef.h,
842 mhvstime/HVsTimeIncl.h:
843 - added
844
845 * mhist/Makefile, mhist/HistLinkDef.h,
846 - removed MHVsTime
847 - removed MHPixVsTime
848
849 * macros/rootlogon.C, macros/dohtml.C:
850 - added new directory mhvstime
851
852 * msignal/MExtractSignal.cc, msignal/MExtractSignal2.cc:
853 - changes such, that it doesn't crash if signal has no lo-gain
854 (This might still give wrong results!)
855
856 * macros/dohtml.C:
857 - added pixvstime.C
858 - added sectorvstime.C
859
860 * manalysis/MMcCalibrationUpdate.cc:
861 - some changes on file consistency check done by Abelardo,
862 he may comment on it
863
864 * mhist/MHCamera.[h,cc]:
865 - changed to support also dividing the camera in pixels area indices
866
867 * mhist/MHEvent.cc:
868 - minor change
869
870 * mjobs/MJPedestal.cc:
871 - adapted to changes in MHCamera
872
873 * mastro/MAstroCatalog.[h,cc]:
874 - added preliminary catalog
875
876 * mastro/Makefile, mastro/AstroLinkDef.h:
877 - added MAstroCatalog
878
879
880
881 2004/03/03: Thomas Bretz
882
883 * mgeom/MGeomCam.cc:
884 - give a name and title also if the default constructor is used
885
886 * mgeom/MGeomMirror.[h,cc]:
887 - added member function GetReflection
888 - added persistent data member fReflector
889
890 * mjobs/MJCalibration.cc, mjobs/MJExtractSignal.cc, mjobs/MJPedestal.cc:
891 - fixed a typo in the output
892
893 * mraw/MRawFileWrite.cc:
894 - added the missing '.' to MRawRunHeader. Because of the design of
895 MReadTree this is backward compatible
896
897 * mraw/MRawRunHeader.h:
898 - removed last change from Abelardo. '>255' is the correct
899 check for MC files following the definition that all MC files
900 have run types >255 which was made in the past.
901
902 * manalysis/MCerPhotAnal.[h,cc], manalysis/MCerPhotAnal2.[h,cc]:
903 - created ReInit member function to hold all code (moved from
904 PreProcess) accessing the run header. The run header is not
905 available in PreProcess. That it was working before was only
906 by chance, because the run type is initialized with 65535 which
907 is != 255 but not >255.
908
909
910
911 2004/03/03: Sebastian Raducci
912
913 * msignal/MArrivalTimeCalc.cc
914 - The calculation of the arrival times is made only when needed
915 (when the HalfMax is over the pedestal)
916
917 * mtools/MCubicSpline.cc
918 - Commented out an annoying warn
919
920
921
922 2004/03/03: Abelardo Moralejo
923
924 * mraw/MRawRunHeader.h
925 - Replaced
926 Bool_t IsMonteCarloRun() const { return fRunType>0x00ff; } by
927 Bool_t IsMonteCarloRun() const { return (fRunType==0x0100); }
928 since the latter is the exact translation of what the function
929 intends to do. I do not know why, but the display of real data
930 did not work with the upper line!
931
932 * mgeom/MGeomCam.cc
933 - Undid yesterday change! I do not know why, display completely
934 fails after that change, both for old and new camera files.
935 Put back fPixels[i] = new MGeomPix; in constructor.
936
937
938
939 2004/03/02: Abelardo Moralejo
940
941 * mmc/MMcCorsikaRunHeader.[h,cc]
942 - Added operator [] to get references to the objects in
943 TObjArray fTelescopes.
944 - Added Print() function.
945 - Added GetNumCT() function.
946 - Replaced
947 fTelescopes[i]= new MGeomCorsikaCT;
948 by
949 MGeomCorsikaCT* dummy = new MGeomCorsikaCT();
950 fTelescopes.Add(dummy);
951
952 * mgeom/MGeomCorsikaCT.[h,cc]
953 - Added getter functions for telescope coordinates.
954 - Added Print() function.
955
956 * mgeom/MGeomCam.cc => NOTE: this change was undone later!
957 - Replaced
958 fPixels[i] = new MGeomPix;
959 by
960 MGeomPix* dummy = new MGeomPix();
961 fPixels.Add(dummy);
962
963
964
965 2004/03/02: Thomas Bretz
966
967 * mcalib/MCalibrateData.cc:
968 - removed usage of MGeomCam (you have MGeomApply for this!)
969
970
971
972 2004/03/01: Nadia Tonello
973
974 * manalysis/MCerPhotEvt.cc
975 - TObject *MCerPhotEvtIter::Next() now returns Used pixels
976 only if fUsedonly=kTRUE, otherwise it returns all the pixels
977 in the array
978
979
980
981 2004/03/01: Sebastian Raducci
982
983 * msignal/MArrivalTimeCalc.[cc,h]
984 - now the arrival time is at the half max of the spline:
985 half max = (maximum - pedestal)/2
986
987 * mmain/MEventDisplay.cc
988 - fixed an include (from MArrivalTime.h to MArrivalTimeCam.h)
989
990
991
992 2004/03/01: Wolfgang Wittek
993
994 * mhist/MHStarMap.[h,cc]
995 - remove bugs
996 - change GetRotationAngle() such that it can be called from outside
997
998
999
1000 2004/03/01: Thomas Bretz
1001
1002 * Makefile:
1003 - enhanced all calls to subsequent makes by '-f Makefile' to
1004 make sure the correct Makefile is called
1005
1006 * merpp.cc:
1007 - enhanced interpretation of time
1008 - fixed a bug in determin the file-type
1009
1010 * mbase/MTime.[h,cc]:
1011 - added GetGmst() member function
1012
1013 * mastro/MAstro.[h,cc]:
1014 - added Coordinate2Angle
1015 - added AngularDistance
1016 - implemented UT2GMST
1017 - replaced defined by TMath::Pi()
1018
1019 * mastro/MObservatory.[h,cc]:
1020 - added data members for sin-/cos-component of latitude
1021 - added calculation of rotation angle
1022
1023 * mhist/MHStarMap.[h,cc]:
1024 - changes to use MObservatory member function
1025
1026 * manalysis/MCerPhotAnal.cc, manalysis/MCerPhotAnal2.cc,
1027 manalysis/MCerPhotCalc.cc, manalysis/MMcCalibrationUpdate.cc,
1028 manalysis/MMcPedestalCopy.cc, manalysis/MMcPedestalNSBAdd.cc,
1029 manalysis/MPedCalcPedRun.cc, manalysis/MPedPhotCalc.cc,
1030 mcalib/MCalibrationChargeCalc.cc, mcalib/MMcCalibrationCalc.cc
1031 - changed to use IsMonteCarloRun() now
1032
1033 * manalysis/MMcCalibrationUpdate.cc:
1034 - unified output to log-stream
1035 - replaced sqrt by TMath::Sqrt
1036
1037 * mcalib/MCalibrationChargeCalc.cc:
1038 - unified output to log-stream
1039 - removed .Data() from TString where obsolete
1040 - fixed memory leak using gSystem->ExpandPathName
1041
1042 * mpointing/MPointingPosCalc.cc, mraw/MRawFileWrite.cc:
1043 - adde class name to used kRT*/kTT* enums
1044
1045 * mraw/MRawEvtHeader.h:
1046 - made enum data member of class
1047
1048 * mraw/MRawRunHeader.[h,cc]:
1049 - made kMagicNumber and kMaxFormatVersion a static data
1050 member of the class
1051 - added IsMonteCarloRun member function
1052
1053
1054
1055 2004/02/27: Markus Gaug
1056
1057 * mjobs/MJPedestal.cc, mjobs/MJCalibration.cc, macros/calibration.C:
1058 - put in call to MHCamera::Projection the name of the calling
1059 class, otherwise the projected hsitogram will be overwritten by
1060 an empyt one.
1061
1062 * mcalib/MHCalibrationChargePix.[h,cc],
1063 mcalib/MHCalibrationHiGainChargePix.[h,cc],
1064 mcalib/MHCalibrationLoGainChargePix.[h,cc]:
1065 - histogram name setting and title setting moved to constructor,
1066 Functions Init and ChangeHistId derive directly from
1067 MHcalibrationChargePix
1068
1069 * mcalib/MHCalibrationChargeCam.[h,cc],
1070 mcalib/MCalibrationChargeCam.[h,cc],
1071 mcalib/MCalibrationChargeCalc.[h,cc]:
1072 - introduced "average inner" and "average outer" higain and logain
1073 pixels.
1074
1075
1076
1077 2004/02/27: Raducci Sebastian
1078
1079 * mhist/Makefile
1080 - added mastro in the include list
1081
1082
1083
1084 2004/02/27: Abelardo Moralejo
1085
1086 * mmain/MEventDisplay.cc
1087 - replaced in fill8 obsolete MArrivalTime with MArrivalTimeCam.
1088 - Updated display of MC data: removed MCerPhotCalc, and replaced
1089 it by MExtractSignal+MMcCalibrationUpdate+MCalibrate. Now
1090 MPedPhotCam is filled and all the camera display tabs are shown
1091 correctly (most were not working for MC events since a while
1092 ago).
1093
1094 * mmain/Makefile
1095 - Added mcalib to list of include directories.
1096
1097 * manalysis/MMcCalibrationUpdate.[h,cc]
1098 - Added member variable Bool_t fOuterPixelsScaling, which is
1099 kTRUE by default. If set to kFALSE, MCalibrationCam is filled
1100 such that MCerPhotEvt will later be filled with the signal as it
1101 is, not corrected for the (possibly) different gain of the outer
1102 pixels electronic chain. This option was necessary to allow for
1103 the change in the camera display (see above).
1104
1105 * macros/starmc.C
1106 - added (optional) division of output into two, for use as train
1107 and test samples in g/h separation studies.
1108
1109
1110
1111 2004/02/26: Hendrik Bartko
1112
1113 * macros/dohtml.C
1114 - included the path msignals/
1115
1116
1117
1118 2004/02/26: Abelardo Moralejo
1119
1120 * macros/starmcstereo.C
1121 - changed filters to divide data between train and test sample for
1122 gamma hadron separation studies. Now we use the modulus operator
1123 applied to (Corsika) event number:
1124 MF filter1("{MMcEvt;1.fEvtNumber%2}<0.5");
1125 MF filter2("{MMcEvt;1.fEvtNumber%2}>0.5");
1126 - cleaned up a bit the way the CT coordinates are fed to the task
1127 MStereoCalc.
1128 - Changed default FADC integration range (center range to adapt to
1129 new camera).
1130
1131
1132
1133 2004/02/26: Thomas Bretz
1134
1135 * mhist/MHCamera.cc:
1136 - fixed a function description
1137
1138 * mreport/MReport.cc, mreport/MReportFileRead.cc:
1139 - introduced return case -1
1140
1141 * Makefile.rules:
1142 - remove all dependancy files when calling 'rmdep'
1143
1144 * mbase/MAGIC.h, mmc/MMcEvt.hxx:
1145 - moved ParticleId_t to MMcEvt
1146 - implemented MMcEvt::GetParticleName
1147 - implemented MMcEvt::GetEnergyStr
1148
1149 * mfilter/MFGeomag.cc, mfilter/MFParticleId.cc, mhist/MHCompProb.cc,
1150 mhist/MHEvent.cc, mhist/MHHadronness.cc,
1151 mmontecarlo/MMcTriggerRateCalc.cc, mranforest/MHRanForest.cc:
1152 - fixed usage of ParticleId_t
1153
1154 * msignal/Makefile:
1155 - removed obsolete includes
1156
1157 * mastro/Makefile, mastro/AstroLinkDef.h, mastro/MAstro.[h,cc],
1158 mastro/MObservatory.[h,cc]:
1159 - added
1160
1161 * mbase/MAstro.[h,cc]:
1162 - removed
1163
1164 * mbase/Makefile, mbase/BaseLinkDef.h:
1165 - removed MAstro
1166
1167 * Makefile:
1168 - added mastro
1169 - added msql
1170 - added mfbase
1171
1172 * mtemp/MObservatory.[h,cc], mtemp/MObservatoryLocation.[h,cc]:
1173 - removed
1174
1175 * merpp.cc:
1176 - added Sql support
1177
1178 * mraw/MRawFileRead.h:
1179 - added GetFileName
1180
1181 * msql/Makefile, msql/SqlLinkDef.h, msql/SqlIncl.h,
1182 MSQLServer.[h,cc], MSqlInsertRun.[h,cc]:
1183 - added
1184
1185 * mfilter/MF.[h,cc], mfilter/MFDataChain.[h,cc],
1186 mfilter/MFDataMember.[h,cc], mfilter/MFEventSelector.[h,cc],
1187 mfilter/MFEventSelector2.[h,cc], mfilter/MFRealTimePeriod.[h,cc]:
1188 - moved to mfbase
1189
1190 * mfbase/Makefile, mfbase/FBaseLinkDef.h, mfbase/FBaseIncl.h:
1191 - added
1192
1193 * merpp.cc:
1194 - implemented control of gDebug (root debugging)
1195
1196 * mfileio/MWriteAsciiFile.[h,cc], mfileio/MWriteFile.[h,cc],
1197 mfileio/MWriteRootFile.[h,cc]:
1198 - implemented CheckAndWrite return value
1199
1200 * mfileio/MWriteRootFile.cc:
1201 - fixed updating already existing branches (eg concatenating report
1202 files)
1203
1204 * macros/dohtml.C, macros/rootlogon.C:
1205 - added mastro
1206 - added mfbase
1207 - added msql
1208
1209 * mraw/MRawEvtHeader.h:
1210 - implemented GetNumTrigLvl1
1211 - implemented GetNumTrigLvl2
1212
1213
1214
1215 2004/02/25: Markus Gaug
1216
1217 * mcalib/MExtractBlindPixel.[h,cc],
1218 mcalib/MExtractPINDiode.[h,cc],
1219 mcalib/MExtractedSignalBlindPixel.[h,cc],
1220 mcalib/MExtractedSignalPINDiode.[h,cc],
1221 mcalib/Makefile, msignal/Makefile, mcalib/CalibLinkDef.h,
1222 msignal/SignalLinkDef.h:
1223 - moved blindpixel and PINdiode extractors to msignal
1224
1225
1226 * mcalib/MCalibrationQECam.[h,cc], mcalib/MCalibrationQEPix.[h,cc]:
1227 - two new classes to hold the quantum efficieny information of the
1228 calibration
1229
1230 * msignal/MArrivalTimeCalc.[h,cc]
1231 - fill now MArrivalTimePix instead of MArrivalTime
1232
1233 * mcalib/MHCalibrationChargeCam.cc
1234 - display only valid pixels for the corr. values in GetPixelContent
1235
1236 * mcalib/MHCalibrationRelTimeCam.cc
1237 - is now filled from MArrivalTimeCam instead of MArrivalTime
1238
1239 * macros/calibration.C
1240 - divided into two macros: calibration.C using the MJPedestal
1241 standard procedure and pedestalstudies.C using the old
1242 procedures
1243
1244 * macros/pedestalstudies.C
1245 - new macro containing the first previous part of calibration.C
1246
1247 * mcalib/MCalibrationChargeBlindPix.h,
1248 mcalib/MCalibrationChargePINDiode.h, mbase/MAGIC.h,
1249 mjobs/MJCalibration.cc:
1250 - definition of PulserColot_t in MAGIC.h.
1251
1252
1253
1254 2004/02/25: Hendrik Bartko
1255
1256 * macros/rootlogon.C
1257 - set the include path also to msignals/
1258
1259 * manalysis/MExtractSignal.[h,cc], manalysis/MExtractSignal2.[h,cc],
1260 manalysis/MExtractedSignalCam.[h,cc],
1261 manalysis/MExtractedSignalPix.[h,cc],
1262 manalysis/MArrivalTime.[h,cc], manalysis/MArrivalTimeCalc.[h,cc],
1263 manalysis/MArrivalTimeCalc2.[h,cc]:
1264 - removed
1265
1266 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
1267 - removed classes mentioned above
1268
1269 * msignal/MExtractSignal.[h,cc], msignal/MExtractSignal2.[h,cc],
1270 msignal/MExtractedSignalCam.[h,cc],
1271 msignal/MExtractedSignalPix.[h,cc],
1272 msignal/MArrivalTime.[h,cc], msignal/MArrivalTimeCalc.[h,cc],
1273 msignal/MArrivalTimeCalc2.[h,cc]:
1274 - added
1275
1276 * msignal/Makefile, msignal/AnalysisLinkDef.h:
1277 - added classes mentioned above
1278
1279 * mfilter/Makefile, mcalib/Makefile, mjobs/Makefile, mmain/Makefile:
1280 - added include msignal
1281
1282
1283
1284
1285 2004/02/25: Wolfgang Wittek
1286
1287 * mcalib/MCalibrateData.[h,cc]
1288 - initialize size for MPedPhotCam
1289
1290
1291
1292 2004/02/24: Wolfgang Wittek
1293
1294 * manalysis/MSourcPosfromStarPos.[h,cc]
1295 - change member function SetSourceAndStarPosition() to expect sky
1296 coordinates in the standard units
1297 - generalize to more than 1 star
1298 - the class is not yet fully tested
1299
1300 * mfilter/MFSelBasic.[h,cc]
1301 - change default values of cuts
1302
1303
1304
1305 2004/02/24: Markus Gaug
1306
1307 * mjobs/MJCalibration.cc, macros/calibration.C,
1308 macros/bootcampstandardanalysis.C, macros/pedphotcalc.C:
1309 - added MCalibrationChargeBlindPix to plist
1310 - added new filling of histograms with MFillH
1311 - changed SetPulserColor to MCalibrationChargeBlindPix and
1312 MCalibrationChargePINDiode
1313
1314 * mcalib/MHCalibrationChargeBlindPix.[h,cc]:
1315 - receives a pointer to MCalibrationChargePINDiode which is filled
1316 with the results and told to calculate the fluxes in the
1317 Finalize function
1318 - is filled via MFillH from MExtractBlindPixel
1319 - SetPulserColor directly in this class
1320
1321 * mcalib/MCalibrationChargeBlindPix.[h,cc]
1322 - new storage container of the blind pxiel resutls, replaces
1323 MCalibrationBlindPix
1324
1325 * mcalib/MCalibrationChargeCalc.[h,cc]:
1326 - does not fill the histograms any more, but does ony the
1327 calculations in the postprocess. No pointer to MExtractPINDidoe
1328 or MExtractBlindPixel any more.
1329
1330 * mcalib/MCalibrationChargePix.cc
1331 - discovered an error in the calculation of phe's in
1332 CalcFFactorMethod(). The average QE was applied twice.
1333 This error had been introduced on 13/02/04
1334 - loosened criterium convFFactorRelErrLimit from 0.1 to 0.2
1335 - CalcFFactor asks for IsChargeValid before calculating anything
1336
1337 * mcalib/MCalibrationChargePINDiode.[h,cc]
1338 - added function SetFluxOutsidePlexiglassAvailable
1339 - SetPulserColor directly in this class
1340
1341 * mcalib/MCalibrationChargeCam.cc
1342 - removed function SetPulserColor from here
1343
1344 * mcalib/MCalibrationPINDiode.[h,cc], mcalib/MHCalibrationConfig.h,
1345 mcalib/MHCalibrationPINDiode.[h,cc],
1346 mcalib/MCalibrationBlindPix.[h,cc],
1347 mcalib/MHCalibrationBlindPixel.[h,cc]:
1348 - removed since obsolote
1349
1350 * mcalib/MHCalibrationChargePix.cc
1351 - make fPickup an Int_t
1352
1353 * mcalib/MCalibrate.cc
1354 - test validity of every calibration method before retrieving
1355 conversion factors
1356
1357 * mcalib/MHGausEvents.[h,cc]
1358 - add possibility to set fit ranges in call to FitGaus
1359 - make function CreateXaxis protected
1360
1361
1362
1363 2004/02/23: Markus Gaug
1364
1365 * mraw/MRawEvtPixelIter.h
1366 - include GetNumHiGainSamples and GetNumLoGainSamples
1367
1368 * mcalib/MExtractedSignalBlindPixel.h,
1369 mcalib/MExtractBlindPixel.[h,cc]:
1370 - included storage of pedestal
1371
1372 * mcalib/MHGausEvents.[h,cc]
1373 - make the fit functions protected
1374
1375
1376
1377 2004/02/22: Markus Gaug
1378
1379 * mfilter/MFCosmics.[h,cc]
1380 - fMaxNumEmpty changed from absolute number to relative number of
1381 pixels
1382
1383 * mcalib/MHGausEvents.h
1384 - remove the "->" from the pointers which are initialized only
1385 in certain cases. The streamer did not work in case that
1386 MFGausFit was left at the NULL pointer.
1387
1388
1389
1390 2004/02/21: Markus Gaug
1391
1392 * manalysis/MExtractedSignalPix.[h,cc]
1393 - changed variable fIsLoGainUsed to fLoGainUsed
1394 - added function GetNumHiGainSaturated()
1395
1396
1397 2004/02/20: Markus Gaug
1398
1399 * mcalib/MHCalibrationChargeHiGainPix.[h,cc], mcalib/Makefile,
1400 mcalib/MHCalibrationChargeLoGainPix.[h,cc],
1401 mcalib/CalibLinkDef.h
1402 - new class to replace MHCalibrationPixel,
1403 based on MHCalibrationChargePix
1404
1405 * mcalib/MCalibrationChargeCalc.[h,cc]
1406 mcalib/MCalibrationChargeCam.[h,cc]
1407 mcalib/MCalibrationChargePix.[h,cc]
1408 mcalib/MCalibrationChargePINDiode.[h,cc]
1409 mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc],
1410 mcalib/MCalibrationPINDiode.[h,cc]:
1411 - added the "charge" versions, remove the old ones. The histograms
1412 should be filled in the MH... versions independently of
1413 MCalibrationChargeCalc. This is fully realized for the PIN Didoe
1414 now and will later be so for the pixels and the blind pixel.
1415
1416 * mcalib/MHCalibrationChargePINDiode.[h,cc]
1417 - receives a pointer to MCalibrationChargePINDiode which is filled
1418 with the results and told to calculate the fluxes in the
1419 Finalize function
1420
1421 * mcalib/MCalibrate.[h,cc], mcalib/MCalibrateData.[h,cc],
1422 mcalib/MMcCalibrationCalc.[h,cc], mjobs/MJCalibration.[h,cc],
1423 manalysis/MMcCalibrationUpdate.[h,cc],
1424 mjobs/MJExtractSignal.[h,cc], manalysis/MGeomApply.cc,
1425 mcalib/Makefile, mcalib/CalibLinkDef.h, macros/calibration.C,
1426 macros/bootcampstandardanalysis.C,
1427 macros/pedphotcalc.C:
1428 - replace MCalibrationCam by MCalibrationChargeCam
1429 - replace MCalibrationCalc by MCalibrationChargeCalc
1430
1431
1432
1433 2004/02/19: Markus Gaug
1434
1435 * mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationCam.cc,
1436 mcalib/MCalibrate.cc, mcalib/MCalibrateDate.cc,
1437 manalysis/MMcCalibrationUpdate.cc:
1438 - standardized naming of variables containing "Error", this also affected
1439 the calling functions MCalibrate, MMcCalibrationUpdate and MCalibrateData
1440
1441 * mcalib/MCalibrationCam.cc, mcalib/MCalibrationPix.cc,
1442 mcalib/MCalibrationCalc.cc, mcalib/MCalibrate.cc,
1443 mcalib/MCalibrateData.cc, mcalib/MCalibrationConfig.h:
1444 - took out some configuration numbers and put them directly into
1445 the class
1446 - remove completely MCalibrationConfig.h
1447
1448
1449
1450 2004/02/19: Abelardo Moralejo
1451
1452 * mhist/MHEvent.[h,cc]:
1453 - Changed names of Event "types" to make them more descriptive.
1454 Former kEvtSignal is now called kEvtSignalDensity, and indicates
1455 pixel content scaled by area. Added kEvtSignalRaw, which
1456 corresponds to pixel content (with no scaling) in whatever units
1457 (this depends on how the MHEvent object is filled!). The default
1458 constructor initializes type=kEvtSignalRaw.
1459
1460 * mmain/MEventDisplay.cc
1461 - Changed filling of evt1 and evt2. Now they are filled with raw
1462 content of MCerPhotEvt. Since in MEventDisplay, MCerPhotEvt is
1463 still filled uncalibrated (hence in ADC counts), this means that
1464 what will be now shown in Mars' camera display is now the signal
1465 in each pixel without scaling with pixel area. Given that the
1466 default flat fielding is such that equal light density
1467 corresponds to equal absolute signal (in ADC counts), this is
1468 more reasonable, and allows to check for instance how the
1469 relative pixel gains are adjusted by looking at calibration
1470 events. To be FIXED: there is however an "inconsistency" in
1471 MEventDisplay, and it is that MCerPhotEvt is still used to keep
1472 uncalibrated signals. To be replaced by MExtractedSignalCam?
1473
1474
1475
1476 2004/02/19: Thomas Bretz
1477
1478 * manalysis/MCerPhotEvt.h:
1479 - added operator= to MCerPhotEvtIter -- is this correct?
1480
1481 * mhist/MHCamera.[h,cc]:
1482 - added member function to calculate minimum content and
1483 maximum content for a single sector
1484 - Added possibility to get a projection for a single sector.
1485 - GetMinimum/GetMaximum now only takes used pixels into account
1486 (you can request all pixels using a different member function)
1487 - fixed projection (projection only took pixels with contents!=0
1488 instead of 'used' pixels
1489 - Don't call Sumw2() anymore for projection
1490
1491 * mjobs/MJPedestal.cc:
1492 - added MPedestalCam to output again - MPedestalCam was fixed
1493 yesterday
1494 - Added Histograms for the two camera halves
1495
1496
1497
1498 2004/02/18: Markus Gaug
1499
1500 * macros/calibration.C
1501 - fixed a buggy display of the F-Factor method
1502
1503 * mcalib/MCalibrationCalc.cc
1504 - calculate the F-Factor method already in the post-Process
1505
1506 * mcalib/MCalibrationPix.h
1507 - move CalcFFactorMethod to public
1508
1509
1510
1511 2004/02/18: Abelardo Moralejo
1512
1513 * mtools/MCubicSpline.cc
1514 - in Init, corrected initialization of arrays temp and ysd, which
1515 was done with n-1 elements instead of n.
1516
1517 * mgui/MHexagon.cc
1518 - added comment explaining the algorithm.
1519 - changed explicit values of Sin and Cos 60 degrees by const
1520 variables (more readable).
1521
1522
1523
1524 2004/02/18: Hendrik Bartko
1525
1526 * msignal/:
1527 - removed the backup files *~
1528 - removed the object files *.o
1529 - removed the files SignalCint.*
1530
1531 * mgui/MHexagon.cc
1532 - added comment explaining the algorithm.
1533
1534
1535
1536 2004/02/18: Thomas Bretz
1537
1538 * manalysis/MPedestalCam.[h,cc]:
1539 - Changed order of derivements - seems to be VERY important!
1540 - changed GetSize from UInt_t to Int_t which is the type
1541 of TClonesArray::GetSize() !
1542
1543 * mfileio/MReadReports.cc:
1544 - skip trees with no entries
1545
1546 * mgui/MCamEvent.cc:
1547 - added a comment
1548
1549 * mhbase/MFillH.cc:
1550 - in case SetupFill returns kFALSE and kCanSkip is set
1551 Skip task
1552
1553 * mraw/MRawFileRead.cc:
1554 - don't print warning in case of none executions
1555
1556 * manalysis/MArrivalTimeCalc2.cc:
1557 - added some const-qualifiers
1558
1559
1560
1561 2004/02/17: Raquel de los Reyes
1562
1563 * macros/CCDataCheck.C
1564 - Added some improvements in the plots.
1565
1566
1567
1568 2004/02/17: Abelardo Moralejo
1569
1570 * macros/readrfl.C
1571 - Added missing gPad->cd(1), otherwise the display of events was
1572 not updated.
1573
1574 * mgui/MHexagon.cc
1575 - DistanceToPrimitive(Float_t px, Float_t py) Changed check of
1576 whether px,py is inside the pixel or not. Previous algorithm
1577 was just an approximation.
1578
1579
1580
1581 2004/02/17: Raquel de los Reyes
1582
1583 * mcamera/MCameraHV.h
1584 - Now it derives from a MCamEvent class and implemented the
1585 GetPixContent() and DrawPixelContent() functions. Added the
1586 GetMean function to get the mean HV settings of the camera.
1587
1588 * macros/CCDataCheck.C
1589 - Added the HV settings plots.
1590
1591
1592
1593 2004/02/17: Hendrik Bartko
1594
1595 * msignal:
1596 - new: directory for all signal and time extraction classes
1597
1598 * msignal/MArrivalTimeCam.[h,cc], manalysis/Makefile,
1599 msignal/AnalysisLinkDef.h, MGeomApply.cc:
1600 - new: Storage Container for the ArrivalTime in the camera
1601
1602 * msignal/MArrivalTimePix.[h,cc], manalysis/Makefile,
1603 msignal/AnalysisLinkDef.h:
1604 - new: Storage Container for ArrivalTime information of one pixel
1605
1606 * msignal/Makefile, SignalCint.[h,cc], SignalDep.d, SignalIncl.h,
1607 SignalLinkDef.h
1608 - auxiliary files for msignal directory
1609
1610 * manalysis/MArrivalTimeCalc2.[h,cc]:
1611 - added functionality to compute error of the extracted ArrivalTime
1612 - calculated ArrivalTime is stored in MArrivalTimeCam
1613
1614 * manalysis/MGeomApply.cc
1615 - geometry is applied to MArrivalTimeCam
1616
1617 * Makefile:
1618 - directory msignal is included
1619
1620
1621
1622 2004/02/17: Sebastian Raducci
1623
1624 * mtools/MCubicSpline.[h,cc]
1625 - little corrections in minimums evalustion methods
1626 - changed constructors (they require the fadc slices to be const)
1627
1628 * macros/spline.C
1629 - changed according to the MCubicSpline new constructors
1630
1631 * manalysis/MArrivalTimeCalc.[h,cc]
1632 - changed to use the MCubicSpline class intead of the TSpline class
1633 - warning: now the arrival time is again the maximum of the spline,
1634 soon it will be changed to half maximum
1635
1636
1637
1638 2004/02/17: Wolfgang Wittek
1639
1640 * manalysis/MSourcPosfromStarPos.[h,cc]
1641 - new class; calculates the position of the source in the camera from
1642 the position of a star in the camera and puts it into
1643 MSrcPosCam
1644
1645
1646
1647 2004/02/16: Abelardo Moralejo
1648
1649 * mcalib/MMcCalibrationCalc.cc
1650 - Fixed two typos in screen output.
1651
1652
1653
1654 2004/02/16: Markus Gaug
1655
1656 * mcalib/MCalibrationPix.cc
1657 - documentation from David's email added
1658 - EffectiveQE decreased from 0.2 to 0.18 (see documentation)
1659
1660 * mcalib/Makefile, mcalib/CalibLinkDef.h:
1661 - added MExtractBlindPixel and MExtractedSignalBlindPixel
1662
1663 * mcalib/MExtractBlindPixel.[h,cc]
1664 - new signal extractor for the Blind Pixel
1665
1666 * mcalib/MExtractedSignalBlindPixel.[h,cc]
1667 - new container for the extracted signal of the BlindPixel
1668
1669 * mcalib/MCalibrationCalc.[h,cc]
1670 - does not extract signal from Blind Pixel any more, searches
1671 for MExtractedSignalBlindPixel and fills the hists from there
1672
1673 * macros/calibration.C, macros/bootcampstandardanalysis.C,
1674 macros/pedphotcalc.C, mjobs/MJCalibration.cc:
1675 - introduce the blind pixel and PIN diode extraction in the macro
1676
1677 * manalysis/MPedestalCam.h
1678 - changed type of fTotalEntries from ULong_t to UInt_t
1679 - fixed documentation of fTotalEntries
1680
1681 * manalysis/MPedCalcPedRun.h
1682 - changed type of fNumSamplesTot from ULong_t to UInt_t
1683
1684 * mcalib/MHGausEvents.h
1685 - changed type of fCurrentSize from ULong_t to UInt_t
1686
1687 * mcalib/MCalibrationConfig.h
1688 - removed gkConversionHiLo and gkConversionHiLoErr which is now
1689 directly in the class MCalibrationPix
1690
1691
1692
1693 2004/02/16: Thomas Bretz
1694
1695 * manalysis/AnalysisLinkDef.h:
1696 - added missing MCerPhotEvtIter
1697
1698 * merpp.cc:
1699 - added possible usage of database
1700
1701 * star.cc:
1702 - moved source code into new class MJStar - preliminary
1703
1704 * manalysis/MCerPhotPix.cc:
1705 - updated class header
1706 - fixed Print-output
1707
1708 * mbase/MAGIC.h:
1709 - removed definition of MLog
1710
1711 * mbase/MArgs.h:
1712 - removed include of MAGIC.h
1713
1714 * mbase/MLog.h:
1715 - added extern definition of gLog
1716
1717 * mbase/MParContainer.[h,cc]:
1718 - move body of constructors to source file
1719
1720 * mcalib/MCalibrate.cc, mcalib/MCalibrateData.cc,
1721 mraw/MRawCrateArray.cc, mraw/MRawCrateData.cc,
1722 mraw/MRawEvtData.cc, mraw/MRawEvtHeader.cc, mraw/MRawRead.cc,
1723 mraw/MRawEvtPixelIter.cc, mraw/MRawFileWrite.cc:
1724 - fixed documentation header
1725
1726 * mcalib/MMcCalibrationCalc.[h,cc]:
1727 - fixed documentation header
1728 - fixed usage of FindCreateObj and FindObject
1729 - removed data member to count entries (use histogram instead)
1730 - use TH1 function Integral instead of doing it manually
1731
1732 * mfilter/MFCosmics.cc:
1733 - fixed documentation
1734
1735 * mimage/MHillas.cc, mimage/MImgCleanStd.cc,
1736 mimage/MNewImagePar.[h,cc]:
1737 - replaced for-loops by Iterators
1738
1739 * mraw/MRawFileRead.cc, mraw/MRawSocketRead.cc:
1740 - fixed documentation header
1741 - check return value of MRawRunHeader::ReadEvt
1742
1743 * mraw/mraw/MRawRunHeader.[h,cc]:
1744 - fixed documentation header
1745 - added return value to MRawRunHeader::ReadEvt
1746 - added constant number for max format version - preliminary
1747 (should by a static data member)
1748
1749 * mcalib/MHCalibrationPINDiode.cc:
1750 - do not delete pointers in the destructor which are already
1751 deleted in the base class
1752 - reset histograms in Clear()
1753
1754 * mcalib/MHCalibrationPixel.cc:
1755 - after deletion of instances in Clear() initialize pointer to NULL
1756
1757 * mcalib/MCalibrationCalc.cc, mcalib/MHCalibrationBlindPixel.cc:
1758 - fixed usage of logging stream output levels
1759
1760 * manalysis/MPedCalcPedRun.[h,cc]:
1761 - removed obsolete fSignals
1762
1763 - removed obsolete fNumPixels
1764
1765 * manalysis/MPedestalCam.h:
1766 - added '->' to fArray
1767
1768 * mfileio/MWriteRootFile.cc:
1769 - changed some output to make debugging easier
1770
1771 * mjobs/MJCalibration.cc:
1772 - fixed a bug in drawing
1773
1774 * mjobs/MJExtractSignal.cc:
1775 - removed MPedestalCam from MWriteRootFile output.
1776 When creating the branch it crashes - reason unknown I'll
1777 investigate further
1778
1779
1780
1781 2004/02/16: Markus Gaug
1782
1783 * mcalib/Makefile, mcalib/CalibLinkDef.h, macros/calibration.C:
1784 - added MHCalibrationRelTimePix
1785
1786 * mcalib/MHCalibrationRelTimePix.[h,cc],
1787 mcalib/MHCalibrationRelTimeCam.[h,cc]:
1788 - new classes to fit and display the relative arrival times.
1789 - filled from MArrivalTime
1790 - need: MFillH("MHCalibrationRelTimeCam","MArrivalTime")
1791
1792 * manalysis/MCalibrationCalc.cc
1793 - take out all uncommented code referring to the relative arrival time
1794
1795 * manalysis/MArrivalTime.h
1796 - changed function GetNumPixels to GetSize
1797
1798 * macros/bootcampstandardanalysis.C, macros/pedphotcalc.C
1799 - included cosmics rejection which was in MCalibrationCalc before
1800
1801
1802
1803 2004/02/14: Markus Gaug
1804
1805 * mcalib/Makefile, mcalib/CalibLinkDef.h:
1806 - added MHCalibrationChargePINDiode
1807
1808 * mcalib/MHCalibrationChargePINDiode.[h,cc]
1809 - new class to fill the PIN Diode histograms. Derives from
1810 MHCalibrationChargePix and is filled with MFillH from the
1811 container MExtractedSignalPINDiode.
1812 Will replace MHCalibrationPINDiode entirely soon.
1813
1814 * mcalib/MHCalibrationChargePix.[h,cc]
1815 - new base class for the calibration charges histogram pixel.
1816 Derives from MH and can be filled with the MH with the MH
1817 functions.
1818
1819 * mcalib/MExtractPINDiode.[h,cc]
1820 - new signal extractor for the PIN Diode
1821
1822 * mcalib/MExtractedSignalPINDiode.[h,cc]
1823 - new container for the extracted signal of the PIN Diode
1824
1825 * mcalib/MCalibrationCalc.[h,cc]
1826 - remove the PIN Diode signal extraction
1827
1828 * manalysis/MHPedestalPix.[h,cc]
1829 - new version of MHPedestalPixel, deriving from MHGausEvents.
1830
1831 * manalysis/MHPedestalPixel.[h,cc]
1832 - old version removed, since obsolete (and erroneous)
1833
1834 * manalysis/MHPedestalCam.[h,cc]
1835 - histogramming part of MPedestalCam now in own class
1836
1837 * manalysis/MPedestalPix.h
1838 - removed include of MHPedestalPixel
1839
1840 * macros/calibration.C
1841 - changed pedestal displays accordingly
1842
1843 * mjobs/MJPedestal.h
1844 - class TCanvas included (did not compile otherwise)
1845
1846 * mhbase/MH.cc
1847 - included call to FindGoodLimits(..) in CutEdges()
1848 - axe from pointer to reference
1849 - "CutEdges" renamed to "StripZeros"
1850
1851 * manalysis/MHPedestalPixel.cc, mcalib/MHCalibrationPixel.cc,
1852 mcalib/MHCalibrationBlindPixel.cc:
1853 - "CutEdges" renamed to "StripZeros"
1854
1855 * mcalib/MHGausEvent.[h,cc], mcalib/Makefile, mcalib/CalibLinkDef.h:
1856 - replaced by the improved version: MHGausEvents.[h,cc]
1857
1858
1859
1860 2004/02/14: Thomas Bretz
1861
1862 * manalysis/MCerPhotEvt.[h,cc]:
1863 - added 'Iterator' facility, this will replace some for-loops
1864 in the near future
1865
1866 * mbase/MTime.[h,cc]:
1867 - added a more powerfull interface to get and interprete the
1868 MTime contents as string
1869 - added a new constructor
1870
1871 * mreport/MReportTrigger.h:
1872 - fixed GetPixContent
1873
1874 * mtools/MCubicCoeff.cc, mtools/MCubicSpline.[h,cc]:
1875 - many small changes to simple details (like order of includes)
1876 - some speed improvements
1877 - many small simplifications
1878 - changed parts of the code to be more C++ like (eg Iterators
1879 instead of for-loops)
1880 - disentangles some if-cases
1881 - replaced some math.h function by TMath::
1882 - removed data-member fN (obsolete with iterators)
1883
1884
1885
1886 2004/02/13: Wolfgang Wittek
1887
1888 * mcalib/MCalibrateData.[h,cc]
1889 - new class;
1890 like MCalibrate, but in ReInit it fills the MPedPhot container
1891 using informations from MPedestal, MExtracteSignalCam and
1892 MCalibrationCam
1893
1894 * mcalib/Makefile, mcalib/CalibLinkDef.h
1895 - added MCalibrateData
1896
1897 * manalysis/MPedestalWorkaround.[h,cc]
1898 - create MMcEvt container and fill with theta = 10.0
1899 - set pedestalRMS = 0. if it is > 10.0
1900
1901 * manalysis/MSupercuts.[h,cc]
1902 - change default values of parameters
1903
1904 * manalysis/MSupercutsCalc.[h,cc]
1905 - change dNOMLOGSIZE from 4.1 to 5.0
1906
1907 * mhist/MHBlindPixels.[h,cc]
1908 - change MPedestalCam to MPedPhotCam
1909
1910 * mhist/MHSigmaTheta.[h,cc]
1911 - automatic binning for pixel number doesn't work
1912 use default binning
1913
1914
1915
1916 2004/02/13: Markus Gaug
1917
1918 * mcalib/MCalibrationPix.[h,cc]
1919 - added variables gkAverageQE, gkAverageQEErr, and fAverageQE,
1920 fAverageQEErr
1921 - gkAverageQE initializes to 0.2 (according to David)
1922 - gkAverageQEErr initializes to 0.02 (dito)
1923 - added new member function: SetAverageQE
1924 - call to GetMeanConversionFFactorMethod returns:
1925 fMeanConversionFFactorMethod/fAverageQE.
1926 - call to GetErrorConversionFFactorMethod returns:
1927 errors of fMeanConversionFFactorMethod and fAverageQEErr added
1928 quadratically
1929
1930 * mcalib/Makefile
1931 - split into two parts one comment line
1932
1933
1934 2004/02/13: Thomas Bretz
1935
1936 * mbadpixels/MBadPixelsTreat.[h.cc]:
1937 - added for new bad pixel treatment
1938
1939 * mbadpixels/Makefile, mbadpixels/BadPixelsLinkDef.h:
1940 - added MBadPixelsTreat
1941
1942 * merpp.cc:
1943 - changed the name of the "DC" tree to "Currents" to make
1944 MReportRead work correctly with this tree
1945
1946 * mbase/MTime.[h,cc]:
1947 - Changed UpDMagicTime to support nanosec instead of millisec
1948 - exchanged Reset() by Clear() not to clear the yy/mm/dd
1949 information away in an eventloop
1950
1951 * mraw/MRawEvtHeader.[h,cc]:
1952 - implemented decoding of the time-stamp for raw-data files
1953 with version>2. Thanks to Marcos.
1954
1955 * mraw/MRawRead.[h,c]:
1956 - pipe file version number to MRawEvtHeader::ReadEvt
1957 - create fake time for file-version<3
1958
1959 * macros/readMagic.C:
1960 - changed to use MInteractiveTask
1961
1962 * mbase/MPrint.cc:
1963 - fixed debugging level of some output
1964
1965 * mhist/MHCamera.[h,cc]:
1966 - fixed handling in AddNotify (necessayr due to change of
1967 inheritance from MCamEvent)
1968 - replaced cout by gLog
1969 - added fNotify to list of cleanups
1970
1971 * mhist/MHEvent.cc, mjobs/MJCalibration.cc,
1972 mjobs/MJPedestal.cc:
1973 - fixed usage of AddNotify
1974
1975 * mfileio/MReadReports.cc:
1976 - use a different way to determin whether the tree is a valid tree,
1977 skip invalid trees
1978
1979 * mfileio/MReadTree.cc:
1980 - added another sanity check at the beginning of PreProcess
1981
1982 * mhbase/MFillH.[h,cc]:
1983 - added bit kCanSkip which skips MFillH in case the necessary container
1984 wasn't found.
1985 - cd into the corresponding canvas before filling the MH
1986
1987
1988
1989 2004/02/12: Markus Gaug
1990
1991 * mbase/MArray.[h,cc]:
1992 - changed name of StripZeros
1993
1994 * mcalib/MHGausEvent.cc:
1995 - corrected call to StripZeros
1996
1997 * mcalib/MCalibrationPix.[h,cc]
1998 - implemented dummy for combined method
1999
2000 * mcalib/MCalibrate.[h,cc]
2001 - implemented a dummy for calibration factor 1. (requested by
2002 Javier Rico)
2003 - implemented combined method
2004 - check for valid methods moved to ReInit
2005
2006 * mcalib/MCalibrationCalc.cc
2007 - removed initialization of non-used nsamples
2008
2009 * mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationPix.[h,cc],
2010 mcalib/MCalibrationCalc.[h,cc]
2011 macros/calibration.C
2012 - implemented new histograms:
2013 HSinglePheFADCSlices and HPedestalFADCSlices
2014 They are filled with the FADC slice values of either a s.phe.
2015 event or a pedestal event. The decision is taken with the
2016 variable: MCalibrationCalc::fBlindPixelSinglePheCut, to be set
2017 with a setter
2018
2019 * mtools/MFFT.[h,cc]
2020 - PowerSpectrumDensity of TArrayI implemented
2021
2022
2023
2024 2004/02/12: Thomas Bretz
2025
2026 * mbase/MArray.[h,cc]:
2027 - changed argument of CutEdges from pointer to reference
2028
2029 * mgeom/MGeomPix.h:
2030 - fixed calculation of area of pixel. It was too big for a
2031 factor of 2
2032
2033 * mjobs/MJCalibration.cc:
2034 - slight change of name of a MHCamera
2035
2036 * manalysis/MExtractSignal.cc:
2037 - slight change to the creation of the satpixels list
2038
2039 * mcalib/MHCalibrationBlindPixel.cc, mcalib/MHCalibrationPixel.cc,
2040 mcalib/MHGausEvent.cc:
2041 - corrected call to ProjectArray
2042 - corrected call to CutEdges
2043
2044 * mfilter/MFCosmics.[h,cc]:
2045 - small fixes to logging output
2046 - small simplification to return statement
2047 - declared CosmicsRejection const
2048
2049 * mhbase/MH.[h,cc]:
2050 - changed argument of ProjectArray from pointer to reference
2051 - added missing calcualtion of minimum
2052 - removed obsolete SetEntries
2053 - changed SetDirectory from NULL to gROOT
2054
2055
2056
2057 2004/02/12: Javier López
2058
2059 * macros/pointspreadfunction.C
2060 - added new macro that fits with a 2D gaussian the DC spot for an
2061 star. It gives you the RMS of the PSF and the center of the star,
2062 very useful for misspointing studies.
2063
2064
2065
2066 2004/02/11: Hendrik Bartko
2067
2068 * manalysis/MExtractSignal2.cc:
2069 - introduced a validity check for the set-function of the window
2070 size (even number of slices, WindowSize < NumberSlices)
2071
2072 * manalysis/MArrivalTimeCalc2.[h,cc], manalysis/Makefile,
2073 manalysis/AnalysisLinkDef.h:
2074 - new: introduced the calculation of the arrival time as the signal
2075 weighted mean of the time slices in the maximum window
2076
2077
2078
2079 2004/02/11: Markus Gaug
2080
2081 * mcalib/MCalibrationCalc.cc:
2082 - the blind pixel signal extractor introduced one week ago, counted
2083 one FADC slice too little, thus the normalization w.r.t. pedestals
2084 was wrong. Now corrected.
2085
2086 * manalysis/MExtractSignal.cc, manalysis/MExtractSignal2.cc:
2087 - when "WARNING - Lo Gain saturated" occurs, display also the
2088 corr. pixel numbers.
2089
2090 * mbase/MArray.[h,cc]:
2091 - introduced function to cut array edges with zeros.
2092 (Thomas, should we keep it there or move it to another class? )
2093
2094 * mcalib/MCalibrationCalc.[h,cc]:
2095 - new function SetBlindPixelRange to set start and end of FADC slices
2096 used for the blind pixel signal extraction.
2097 - remove fEvents which are not necessary any more after the shift
2098 to MFCosmics.
2099
2100 * mcalib/MHCalibration(Blind)Pixel.[h,cc]:
2101 - show the fourier spectrum now with axes in frequency [Hz] instead
2102 of inverted events.
2103
2104 * mcalib/MHGausEvent.[h,cc], mcalib/Makefile, mcalib/CalibLinkDef.h:
2105 - new base class for all kind of events with variables having a
2106 Gaussian distribution. Will serve as base class for the
2107 existing and new calibration histogram classes.
2108
2109
2110
2111 2004/02/11: Abelardo Moralejo
2112
2113 * mmain/MEventDisplay.cc
2114 - Switched order of MMcPedestalCopy and MCerPhotCalc in tasklist:
2115 MMcPedestalCopy must be executed earlier!
2116
2117
2118
2119 2004/02/10: Raquel de los Reyes
2120
2121 * mhist/MHPixVsTime.[h,cc]:
2122 - Added a default draw function and replaced the TGraph object
2123 by a pointer to a TGraph object.
2124
2125 * mreport/MReportTrigger.h:
2126 - Now it dereives from a MCamEvent class and implemented the
2127 GetPixContent() and DrawPixelContent() functions.
2128
2129 * maccros/CCDataCheck.C:
2130 - An update of the previous macro. New plots: subsystems status and
2131 macrocells trigger.
2132
2133
2134
2135 2004/02/10: Markus Gaug
2136
2137 * mcalib/MCalibrationCam.cc:
2138 - fixed documentation
2139
2140 * mhbase/MH.[h,cc]:
2141 - new function ProjectArray
2142
2143 * mcalib/MHCalibrationPixel.[h,cc],
2144 mcalib/MHCalibrationBlindPixel.[h,cc]:
2145 - use ProjectArray from MH to plot the projection of the fourier
2146 spectrum
2147
2148 * mfilter/MFCosmics.[h,cc], mfilter/Makefile,
2149 mfilter/FilterLinkDef.h:
2150 - new filter removing cosmics, the same as in MCalibrationCalc
2151 where it was removed now.
2152 Call: MFCosmics cosmics;
2153 MContinue cont(&cosmics);
2154 tlist.AddToList(&cont);
2155
2156 * mcalib/MCalibrationCalc.[h,cc]:
2157 - removed cosmics rejection from there
2158
2159 * macros/calibration.C, mjobs/MJCalibration.cc:
2160 - changed cosmics rejection to the filter algorithm
2161
2162
2163
2164 2004/02/09: Markus Gaug
2165
2166 * mcalib/MCalibrationBlindPix.[h,cc]:
2167 - added histogram to display the average in FADC slices of all
2168 single and double phe events
2169
2170 * mcalib/MCalibrationCalc.cc:
2171 - fill histograms of single-phe events with higain and logain
2172 sampls
2173
2174 * mcalib/MCalibrationCam.[h,cc], mcalib/MCalibrationCalc.cc,
2175 mcalib/MCalibrationConfig.h:
2176 - take all pixel areas out of MGeomPix::GetA(), remove all previous
2177 areas
2178 - calculate photon fluxes from blind pixel and PIN diode, use
2179 area only to fill the conversion factors in MCalibrationPix
2180
2181
2182 * mcalib/MJCalibration.cc:
2183 - display of number of photons for Blindpixel and PIN Diode Method
2184 changed to display of photon flux which is the actually
2185 calculated quantity
2186
2187
2188
2189 2004/02/09: Thomas Bretz
2190
2191 * mbadpixels/*:
2192 - added
2193
2194 * Makefile:
2195 - added MBadPixels
2196
2197 * manalysis/MGeomApply.cc:
2198 - fixed class description
2199
2200 * mjobs/MJCalibration.[h,cc], mjobs/MJExtractSignal.[h,cc]:
2201 - added bad pixel treatment
2202
2203 * mjobs/MJPedestal.[h,cc]:
2204 - reorganized order of functions
2205 - removed a nonsense scrren output (some BLABABLA or so)
2206
2207 * mjobs/Makefile:
2208 - added include for mbadpixels
2209
2210 * mmain/MBrowser.cc:
2211 - do not call construtor of TGTReeLBEntry if pic0=0
2212
2213
2214
2215 2004/02/09: Raquel de los Reyes
2216
2217 * mcamera/MCameraLids.h, mreport/MReportCamera.h
2218 - Added the "Get" functions to access the private data
2219 members of the class.
2220
2221
2222
2223 2004/02/09: Markus Gaug
2224
2225 * MMcCalibrationUpdate.cc, MCalibrate.cc, MCalibrationPix.cc,
2226 MCalibrationPix.h:
2227 - replace MCalibrationPix->IsChargeFitValid() by IsChargeValid()
2228 because we can calibrate with the histogram mean and RMS even
2229 if the fit is not OK. Thus, there is a question: IsFitted() and
2230 IsChargeValid(), i.e. does the charge make any sense?
2231
2232 * MCalibrationCam.cc, MCalibrationConfig.h, MCalibrationCalc.cc:
2233 - found serious bug in calculation of conversion factors for the
2234 outer pixels:
2235 GetMeanConversionBlindPixelMethod and
2236 GetMeanConversionPINDiodeMethod
2237 did not correct for the area of the outer pixel, this did only
2238 MCalibrationCam::GetPixelContent which is not used by MCalibrate
2239
2240
2241
2242 2004/02/06: Markus Gaug
2243
2244 * mgeom/MGeomCam.h
2245 - replaced in Comment of fPixRatio:
2246 "ratio between size of pixel idx and pixel 0" by
2247 "ratio between size of pixel 0 and pixel idx"
2248
2249 * manalysis/MPedestalCam.cc
2250 - catch calls to MHPedestalPixel in case that they are not filled
2251 This led previous calls to segmentation violations
2252 - remove include of MHExtractedSignalPix
2253
2254 * manalysis/MHExtractedSignalPix.[h,cc]
2255 - is everything in MHPedestalPixel, so removed it again
2256
2257 * mjobs/MJPedestal.cc
2258 - put the projections into Display()
2259 - correct the input of Display (0: pedestal, 1: pedestalerror,
2260 2: pedRMS, 3: pedRMSerror)
2261
2262 * manalysis/MHPedestalPixel.cc
2263 - increased number of bins in for charges plot
2264
2265 * mtools/MFFT.[h,cc]
2266 - possibility to have PSD directly from TArray
2267
2268 * mjobs/MJCalibration.[h,cc]
2269 - fixed displays
2270 - replaced MExtractSignal by MExtractSignal2
2271
2272 * mcalib/MHCalibrationPixel.[h,cc], mcalib/MHCalibrationBlindPixel.[h,cc],
2273 mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationBlindPix.[h,cc],
2274 mcalib/MCalibrationPINDiode.[h,cc], mcalib/MHCalibrationPINDiode.[h,cc]:
2275 - remove histograms MHChargevsN..., now keep TArrays directly
2276 - check for oscillations for all pixels (and you will not trust
2277 your eyes when you look at the results :-((((
2278
2279 * mcalib/MCalibrationCalc.[h,cc]
2280 - remove ArrivalTime -> go to separate class
2281 - remove BlindPixel and PIN Diode overflow, now handled directly
2282 inside the corr. classes.
2283 - remove SkipTimeFits -> go the arrival time class
2284
2285 * mcalib/MCalibrationCam.h
2286 - new getters for number of photons
2287 - removed timeslicewidth -> go the corr. time containers
2288
2289 * mcalib/MCalibrationCam.cc
2290 - removed times of GetPixelContent
2291 - added OscillationChecks in GetPixelContent
2292
2293 * manalysis/MMcCalibrationUpdate.cc
2294 - remove calpix.SkipTimeFits which is now obsolet
2295
2296 * macros/calibration.C
2297 - all previous changes now in this macro.
2298 - (NB: Thomas, du brauchst in MJCalibration nicht mehr aendern,
2299 das ging diesmal in einem Aufwasch)
2300
2301
2302
2303 2004/02/06: Thomas Bretz
2304
2305 * mhist/MHPixVsTime.[h,cc]:
2306 - changed such that you can set the name of the time container now
2307
2308 * mraw/MRawRunHeader.[h,cc]:
2309 - added GetMaxPixId()
2310
2311 * mraw/MRawEvtData.cc:
2312 - fixed wrong size calculation for fABflags
2313
2314
2315
2316 2004/02/06: Oscar Blanch
2317
2318 * mmc/MFadcDefine.h && mmc/MMcFadcHeader.cxx
2319 - We cahnged the name (and values) of the global variable
2320 MFADC_RESPONSE_AMPLITUDE to MFADC_RESPONSE_INTEGRAL
2321
2322
2323
2324 2004/02/05: Markus Gaug
2325
2326 * mcalib/MHCalibrationPixel.[h,cc]
2327 - put an NDF limit for the fit
2328 - removed all TStrings and replace them by Form(..)
2329 - Check for nan's of all returned fit values
2330
2331 * mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationCam.cc:
2332 - reshuffled HiLoGainConversion, calculation of F-Factor method,
2333 - calculation of total F-Factor of the readout.
2334
2335 * mcalib/MCalibrationCam.cc
2336 - include relative times to display with GetPixelContent
2337
2338 * mcalib/MCalibrationCalc.[h,cc]
2339 - flag to skip Hi-Lo Calibration
2340 - Hi-LO Graph not filled any more after overflow of ChargevsN
2341 - fill the blind pixel differently from the rest of pixels
2342
2343 * mcalib/MCalibrate.cc:
2344 - call to const MCalibrationPix &pix replaced by MCalibrationPix &pix
2345
2346 * manalysis/MArrivalTimeCalc.cc
2347 - default step width 100 ps.
2348 - look for half maximum (at rising edge)
2349
2350 * manalysis/MExtractSignal.[h,cc]
2351 - removed uncommented code (arrival time)
2352 - set start byte back by one like it was before TB's changes
2353 (does not affect the calculation of number of FADC slices)
2354
2355 * manalysis/MExtractSignal2.[h,cc]
2356 - removed uncommented code (arrival time)
2357
2358 * manalysis/MHPedestalPixel.[h,cc]
2359 - is now filled with total pedestals (not per slice), but results are
2360 renormalized to values per slice (this is not to screw up with the
2361 pedestal RMS and the derived uncertainties)
2362 - new function Renorm(nslices)
2363
2364 * manalysis/MPedestalCam.[h,cc]
2365 - introduced function Clone() (like proposed by TB)
2366 - call to MHPedestalPixel operator() not const any more
2367 - take out lots of uncommented code
2368 - found bug in initialization of hists. SetupFill is called in
2369 PreProcess, therefore, TObjArray is not yet enlarged there.
2370 Now, InitUseHists is called in Fill
2371 - MHPedestalPixel is now filled with total pedestals (not per slice),
2372 but results are
2373 renormalized to values per slice (this is not to screw up with the
2374 pedestal RMS and the derived uncertainties)
2375
2376 * manalysis/MPedCalcPedRun.cc
2377 - added author
2378 - split calculation of RMS into two steps to make it more clear to
2379 the user
2380
2381 * macros/calibration.C
2382 - found bug introduced two days ago, namely calculating pedestlas with
2383 MExtractSignal2 which is now fixed
2384 - Skip HiLoConversionCalibration
2385
2386
2387
2388 2004/02/05: Abelardo Moralejo
2389
2390 * macros/starmc2.C
2391 - added 3rd argument, "kFALSE", to call of MWriteRootFile::Add
2392 for both MMcEvt and MMcRunHeader since these containers are
2393 not present in real data. Name of macro is no longer adequate if
2394 we will use it for calibrated real data (to be changed if so).
2395
2396
2397
2398 2004/02/05: Sebastian Raducci
2399
2400 * mtools/MCubicSpline.[h,cc]
2401 - added
2402 - this class will take the place of the TSpline class to
2403 calculate arrival times
2404
2405 * mtools/MCubicCoeff.[h,cc]
2406 - added
2407 - this class is used by MCubicSpline to store coefficients
2408
2409 * macros/spline.C
2410 - added
2411 - test macro. Shows how to use the MCubicSpline class
2412 - it could be used to test the methods of the Spline class
2413
2414
2415
2416 2004/02/05: Thomas Bretz
2417
2418 * mmain/MBrowser.cc:
2419 - fixed a double deletion of a TGLayoutHints
2420
2421
2422
2423 2004/02/04: Markus Gaug
2424
2425 * mmain/MBrowser.cc:
2426 - corrected TGTReeLBEntry for TGTreeLBEntry
2427
2428
2429
2430 2004/02/04: Thomas Bretz
2431
2432 * manalysis/MExtractSignal2.cc:
2433 - don't allow odd numbers for the window size
2434
2435 * mfilter/MFilterList.cc:
2436 - corrected a wrong logging message
2437
2438 * mmain/MBrowser.cc:
2439 - added '/data/MAGIC' as shortcut in the combo box
2440
2441 * mraw/MRawEvtPixelIter.cc:
2442 - optimized calculation of MaxIdx
2443
2444
2445
2446 2004/02/04: Abelardo Moralejo
2447
2448 * macros/starmc2.C
2449 - removed unnecessary variables BinsHigh, BinsLow
2450
2451
2452
2453 2004/02/04: Markus Gaug
2454
2455 * manalysis/MPedestalCam.[h,cc], manalysis/MPedestalPix.[h,cc],
2456 manalysis/MPedCalcPedRun.[h,cc], manalysis/MHPedestalPixel.[h,cc],
2457 macros/calibration.C:
2458 - histograms are now filled with MFillH as proposed and coded by
2459 Thomas Bretz. Some modifications had to be done, however.
2460 - Class to hold MHPedestalPixel is still MPedestalCam
2461 - MPedCalcPedRun does nothing any more (except from what is was
2462 doing before)
2463
2464 * manalysis/MExtractSignal.cc
2465 - remove uncommented code
2466
2467 * mcalib/MCalibrationCalc.[h,cc]
2468 - modified way to handle histogram overflow: Now flags are set and
2469 ChargevsN histogram is not tried to be filled subsequently
2470
2471
2472
2473 2004/02/03: Markus Gaug
2474
2475 * manalysis/MHExtractedSignalPix.[h,cc]
2476 - added Thomas B. modified version of MHPedestalPixel. Later will
2477 remove MHPedestalPixel
2478
2479 * manalysis/MCalibrationPix.[h,cc], manalysis/MHCalibrationPixel.[h,cc],
2480 manalysis/MCalibrationCam.cc, macros/calibration.C:
2481 - now split completely absolute and relative times. Absolute
2482 times are not fitted, but their histogram mean and rms are
2483 returned.
2484
2485
2486
2487 2004/02/03: Thomas Bretz
2488
2489 * mfileio/MReadTree.cc:
2490 - fixed handling of -1 entries in AddFile: root 3.10/02 crashed
2491
2492 * manalysis/MExtractSignal.[h,cc]:
2493 - moved code to extract the signal from Process to
2494 new member function FindSignal, I left the arrival time
2495 extraction as commented-out code in the code just as a
2496 demonstration to do this very fast.
2497
2498
2499
2500 2004/02/02: Markus Gaug
2501
2502 * manalysis/MPedCalcPedRun.cc
2503 - corrected formulae in Class description
2504
2505 * mcalib/MCalibration.[h,cc], mcalib/MHCalibration.[h,cc],
2506 manalysis/MMcCalibrationUpdate.cc:
2507 - calculate relative times and absolute times. Fit only
2508 the relative ones.
2509
2510
2511
2512 2004/02/02: Abelardo Moralejo
2513
2514 * manalysis/MMcCalibrationUpdate.cc, MMcPedestalCopy.cc
2515 - removed file type check (MC or data) from PreProcess since now
2516 run headers are not yet known at that point.
2517
2518 * mcalib/MMcCalibrationCalc.cc
2519 - same as above.
2520
2521 * NEWS
2522 - updated.
2523
2524
2525
2526 2004/02/02: Thomas Bretz
2527
2528 * manalysis/MExtractSignal2.[h,cc]:
2529 - added new task which takes a given number of slices with the
2530 highest integral content as signal.
2531
2532 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
2533 - added MExtractSignal2
2534
2535
2536
2537 2004/01/30: Abelardo Moralejo
2538
2539 * macros/starmc.C
2540 - changed default FADC integration range (more adequate for coming
2541 camera version).
2542
2543 * macros/mccalibrate.C, starmc2.C
2544 - added. First macro transforms input files from camera simulation
2545 into files with pixel data already calibrated in photons. The
2546 second reads in an already calibrated data file and produces an
2547 output file with Hillas parameters. Both together do the same as
2548 starmc.C, but it is convenient to have files containing
2549 calibrated pixel information.
2550
2551
2552
2553 2004/01/30: Thomas Bretz
2554
2555 * mbase/MDirIter.h:
2556 - added GetNumEntries
2557
2558 * mhist/MHEvent.cc:
2559 - added a dynamic_cast from MParContainer to MCamEvent to get the
2560 correct pointer to the correct base-class.
2561
2562 * mbase/MStatusDisplay.cc:
2563 - In EventInfo check whether gPad==0
2564
2565 * mfileio/MReadMarsFile.cc:
2566 - removed reading RunHeaders from PreProcess, this resulted
2567 in strange behaviour of writing RunHeaders
2568 - fixed consistency check for RunType accordingly
2569
2570 * mfilter/MFilterList.cc:
2571 - do not skip adding filter if only a filter with the same name
2572 exists
2573
2574 * mraw/MRawFileRead.cc:
2575 - added an output message if run header is not accessible
2576
2577 * mraw/MRawRunHeader.[h,cc]:
2578 - initialize fRunType to new enum kRTNone
2579
2580 * mfilter/MFGeomag.cc:
2581 - set fResult to kFALSE at the beginning of Process
2582 - according to this removed setting fResult=kFALSE before return
2583 - replaced some float by Float_t
2584 - added some const-qualifiers
2585 - replaced (rig<0.5/pr*R*(r2-r1)+r1) by (rig-r1)*pr<rnd
2586 with rnd = R * (r2-r1)/2 to make sure that we cannot
2587 devide by 0
2588
2589 * manalysis/MPedCalcPedRun.cc:
2590 - added some comments
2591
2592 * Makefile:
2593 - added mjobs
2594
2595 * mjobs/*:
2596 - added
2597
2598 * mbase/Makefile, mbase/BaseLinkDef.h:
2599 - added MRunIter
2600
2601 * mbase/MRunIter.[h,cc]:
2602 - added
2603
2604
2605
2606 2004/01/30: Markus Gaug
2607
2608 * manalysis/MPedestalCam.h
2609 - added function IsUsedHists()
2610
2611 * manalysis/MPedestalCam.cc
2612 - modified GetPixelContent
2613
2614 * manalysis/MPedestalCam.cc, manalysis/MPedCalcPedRun.cc:
2615 - include storage of number of used FADC slices to compare later
2616 the pedestal per slice ( and sigma per slice)
2617 - return relative differences in GetPixelContent
2618
2619 * mcalib/MCalibrationCalc.[h,cc], mcalib/MHCalibrationBlindPixel.[h,cc]:
2620 - fBlindPixelId and fPINDiodeId now like in PedestalCam
2621 - fill Blind Pixel with information about its fitted pedestal if
2622 available
2623 - initialize charges histogram with a bigger range
2624 - use pedestal information to constrain the pedestal fit ranges
2625
2626 * manalysis/MHPedestalPixel.cc
2627 - initialize charges histogram with a bigger range
2628
2629 * macros/calibration.C
2630 - SetRange of MExtractSignal to 1,14 (see emails of yesterday)
2631 - apply new GetPixelContents of MPedestalCam (more calculations
2632 and displays of errors, correction for different FADC slice
2633 number)
2634
2635 * manalysis/MExtractSignal.cc
2636 - not access to MArrivalTime any more. The same information is
2637 stored in MRawEvt->GetPixelContent(...)
2638
2639 * manalysis/MCalibrationCalc.cc
2640 - retrieve default arrival time from MRawEvt
2641
2642 * manalysis/MCalibrationBlindPix.cc, manalysis/MCalibrationPix.cc
2643 - check for NaN's in fit results
2644
2645
2646
2647 2004/01/29: Abelardo Moralejo
2648
2649 * mfileio/MWriteFile.h
2650 - added missing declaration of ReInit
2651
2652 * manalysis/MMcCalibrationUpdate.cc
2653 - added call to MCalibrationCam::SetBlindPixelMethodValid(kTRUE)
2654 to adapt to recent changes in MCalibrate.
2655
2656
2657
2658 2004/01/29: Thomas Bretz
2659
2660 * manalysis/MArrivalTime.h, manalysis/MCameraData.h,
2661 manalysis/MCerPhotEvt.h, manalysis/MExtractSignalCam.h,
2662 manalysis/MPedPhotCam.h, manalysis/MPedestalCam.h,
2663 mcalib/MCalibrationCam.h, mcamera/MCameraDC.h,
2664 mraw/MRawEvtData.h, mreflector/MRflEvtData.h:
2665 - split derivement into MParContainer and MCamEvent
2666
2667 * manalysis/MExtractSignalCam.[h,cc]:
2668 - removed obsolete MExtractSignal::ReInit
2669 - added -> to fArray
2670
2671 * mbase/MParList.h:
2672 - added a new bit kIsProcessing
2673
2674 * mbase/MTaskList.cc:
2675 - fixed the handling of kDoNotReset and the bahaviour of
2676 SetReadyToSave, such that it is possible to write all
2677 headers
2678
2679 * mfileio/MWriteFile.cc:
2680 - added ReInit which also calls CheckAndWrite
2681
2682 * mgui/MCamEvent.h:
2683 - does not derive from MParContainer anymore
2684
2685
2686
2687 2004/01/29: Markus Gaug
2688
2689 * mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc],
2690 mcalib/MCalibrationConfig.h
2691 - put gkCalibrationBlindPixelId and gkCalibrationPINDiodeId
2692 directly into the corresponding classes.
2693
2694
2695
2696 2004/01/29: Nicola Galante
2697
2698 * mhistmc/MHMcTriggerLvl2.[h,cc]:
2699 - In method MHMcTriggerLvl2::GetHistByName(const TString name)
2700 added string checking to return also
2701 fHistCellPseudoSize, fHistCellPseudoSizeNorm
2702 and fHistCellPseudoSizeEnergy.
2703 - Added inline functions GetHistCellPseudoSize() and
2704 GetHistCellPseudoSizeNorm().
2705
2706
2707
2708 2004/01/28: Javier Rico
2709
2710 * mcalib/MCalibrate.[h.cc]
2711 - include possibility to select the calibration method to be used
2712
2713
2714
2715 2004/01/28: Markus Gaug
2716
2717 * mcalib/MCalibrate.[h.cc]
2718 - corrected Int_t ReInit() to Bool_t ReInit(MParList *pList)
2719
2720 * mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc]:
2721 - included flags to indicate if Blind Pixel Method or PIn Diode
2722 method was OK. Up to now, program stopped, if one of the two
2723 methods was chosen but not able to being executed.
2724
2725 * manalysis/MArrivalTimeCalc.cc, manalysis/MExtractSignals.cc,
2726 manalysis/MGeomApply.cc:
2727 - put all missing InitSize(npixels) into MGeomApply
2728
2729 * manalysis/MPedCalcPedRun.[h,cc], manalysis/MPedestalCam.[h,cc],
2730 manalysis/MPedestalPix.[h,cc], manalysis/MHPedestalPixel.[h,cc],
2731 manalysis/Makefile, manalysis/AnalysisLinkDef.h:
2732 - include possibility to fit the pedestals with Gaussian.
2733 - old methods are not affected.
2734 - add new method with MPedCalcPedRun::SetUseHists()
2735
2736
2737
2738 2004/01/28: Abelardo Moralejo
2739
2740 * mcalib/MMcCalibration.cc
2741 - fixed wrong variable type in call to TH1F constructor (number of
2742 bins is now integer), which resulted in a compilation warning.
2743
2744
2745
2746 2004/01/28: Thomas Bretz
2747
2748 * manalysis/MPedestalCam.cc:
2749 - removed unwanted CheckBound from operators. CheckBounds is ONLY
2750 ment for really old MC files and will be removed in the future
2751 anyhow.
2752
2753 * mcalib/MHCalibrationPixel.h:
2754 - removed obsolete include of MFFT
2755
2756 * manalysis/MCerPhotAnal.cc, manalysis/MCerPhotCalc.cc,
2757 manalysis/MPedestalCam.[h,cc]:
2758 - removed use of obsolete MPedestalCam::CheckBounds. This was
2759 a workaround for a 'bug' in very old camera files, which is not
2760 necessary anymore.
2761
2762 * manalysis/MCerPhotAnal2.[h,cc]:
2763 - replaced MPedestalCam by MPedPhotCam
2764
2765 * manalysis/MExtractSignal.cc:
2766 - some small simplification to the signal extraction
2767 - removed some obsolete variables
2768 - replaced for by while
2769 - removed obsolete casts
2770
2771 * mmain/MEventDisplay.cc:
2772 - gave names to the filters
2773 - removed adding MHCamera to fList because it was deleted twice
2774
2775 * mhist/MHCamera.cc:
2776 - fixed usage of fPainter in Paint() - title was not updated
2777 correctly
2778
2779
2780
2781 2004/01/28: Sebastian Raducci
2782
2783 * manalysis/MArrivalTime.[h,cc]:
2784 - removed all the code relative to the cluster evaluation
2785
2786
2787
2788 2004/01/27: Markus Gaug
2789
2790 * manalysis/MPedestalPix.cc:
2791 - initialize default values to 0 instead of -1.
2792
2793 * manalysis/MPedestalCam.[h,cc]:
2794 - include CheckBounds, also in operator[]
2795
2796 * mcalib/MCalibrationCam.[h,cc]:
2797 - apparently, there was a reference to InitSize(UInt_t i) instead
2798 of InitSize(Int_t i), where compiler complained, now changed
2799
2800 * mcalib/MHCalibration*, mcalib/MCalibration*:
2801 - fixed all Clear()'s, Reset()'s, direct intializers
2802
2803
2804
2805 2004/01/27: Thomas Bretz
2806
2807 * mdata/MDataChain.cc:
2808 - added '%' to supported operators
2809
2810
2811
2812 2004/01/26: Nicola Galante
2813
2814 * manalysis/MMcTriggerLvl2.[cc,h]:
2815
2816 - Defined some static constants to avoid ugly "magic numbers"
2817 in arrays: gsNCells, gsNTrigPixels,
2818 gsNPixInCell, gsNLutInCell, gsNPixInLut, fNumPixCell.
2819 - Added method
2820 MMcTriggerLvl2::GetCellCompactPixel(int cell, MGeomCam *fCam)
2821 which computes compact pixels into a given L2T macrocell.
2822 - Added method
2823 MMcTriggerLvl2::CalcBiggerCellPseudoSize()
2824 which computes fCellPseudoSize, the maximum Pseudo Size into L2T
2825 macrocells
2826 - Added method
2827 MMcTriggerLvl2::GetCellPseudoSize() const
2828 which returns fCellPseudoSize
2829 - Added method
2830 MMcTriggerLvl2::IsPixelInCell(Int_t pixel, Int_t cell),
2831 which controls whether a pixel belongs to a given L2T cell.
2832 - Added method
2833 MMcTriggerLvl2::GetMaxCell() const
2834 which returns fMaxCell, the cell with the maximum
2835 fCellPseudoSize.
2836
2837
2838
2839 2004/01/26: Markus Gaug, Michele Doro
2840
2841 * manalysis/MArrivalTime.[h,cc], manalysis/MArrivalTimeCalc.[h,cc]:
2842 - moved calculation of arrival time from MArrivalTime to
2843 MArrivalTimeCalc. MArrivalTime does not do any Process-job
2844 anymore
2845 - TSpline5 now on stack.
2846 - function to set the stepsize
2847
2848 * mcalib/MHCalibrationBlindPixel.[h,cc]:
2849 - force mu_{0} in Blind Pixel Fit to be around 0 in fKPoisson4
2850 - implement combined Polya fit and Michele's back-scattered electron
2851 fit
2852
2853 * mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationPix.cc,
2854 mcalib/MCalibrationPINDiode.cc:
2855 - combine FitChargeHiGain and FitChargeLoGain into one function
2856
2857 * macros/calibration.C
2858 - improve double gauss fit a bit
2859
2860
2861
2862 2004/01/26: Thomas Bretz
2863
2864 * mraw/MRawEvtPixelIter.[h,cc]:
2865 - removed member function GetNumPixels. For more details see mantis.
2866
2867 * manalysis/MArrivalTime.[h,cc]:
2868 - reorganized includes
2869 - fixed InitSize and ClearArray (now Reset) to fit MParContainer
2870 definition
2871 - for the moment removed usage of fPixelChecked - THIS WILL CRASH YOUR
2872 PROGRAM
2873
2874 * manalysis/MArrivalTimeCalc.[h,cc]:
2875 - reorganized includes
2876 - removed many obsolete code, exspecially copy&paste relicts!
2877 - fixed usage of InitSize
2878 - removed CleanArray. Reset() is called automatically before Process()
2879
2880 * manalysis/MExtractedSignalCam.[h,cc]:
2881 - added SetLogStream
2882 - removed obsolete include MGeomCam
2883 - replaced PrintOut by Print
2884 - added const-qualifiers to all Getters
2885 - fixed documentation
2886
2887 * manalysis/MExtractedSignalPix.[h,cc]:
2888 - replaced PrintOut by Print
2889 - fixed documentation
2890
2891 * manalysis/MEventRateCalc.cc, manalysis/MPedCalcPedRun.cc:
2892 - replaced memset by Reset()
2893
2894
2895
2896 2004/01/24: Abelardo Moralejo
2897
2898 * macros/starmcstereo.C
2899 - Added. Example of how to run the analysis chain for MC files
2900 containing simulation of stereo systems of 2 telescopes.
2901
2902 * mcalib/MCalibrate.cc
2903 - Added check that value of signal from MExtractedSignalPix is not
2904 the default (error) value. In such a case, the signal in
2905 MCerPhotEvt is now set to 0. Before, all pixels got very high
2906 values in MCerPhotEvt in case the MRawEvtData object for the
2907 event was missing in the file. This happened in MC files, in
2908 which in some circumstances an event is written without the
2909 pixel information (for instance, when running stereo simulations
2910 the pixel data is missing for non-triggered telescopes, but the
2911 event headers are present).
2912
2913
2914
2915 2004/01/23: Markus Gaug
2916
2917 * manalysis/MExtractSignal.[h,cc], manalysis/MExtractedSignalPix.[h,cc],
2918 manalysis/MArrivalTime.[h,cc], mcalib/MCalibrationBlindPix.h,
2919 mcalib/MHCalibrationBlindPixel.[h,cc], mcalib/MCalibrationPINDiode.h,
2920 mcalib/MHCalibrationPINDiode.[h,cc], mcalib/MCalibrationPix.[h,cc],
2921 mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationCalc.[h,cc]:
2922 - use MArrivalTime for Storage (or calculation) of time
2923 in MExtractSignal
2924 - pass from TH1I histos to TH1F for times
2925
2926 * mcalib/MCalibrationBlindPix.h, mcalib/MHCalibrationBlindPixel.[h,cc],
2927 mcalib/MCalibrationPix.[h,cc], mcalib/MHCalibrationPixel.[h,cc],
2928 mcalib/MCalibrationCalc.[h,cc]:
2929 - clean up setters
2930 - pass to bit-fields for all flags
2931
2932 * mcalib/MCalibrationCam.cc
2933 - exclude Blind Pixel from Camera display
2934 - do not fill &val when return kFALSE
2935
2936 * macros/calibration.C
2937 - include functions to exclude the blind pixel,
2938 calculation of times and quality checks
2939
2940
2941
2942 2004/01/23: Abelardo Moralejo
2943
2944 * mcalib/MCalibrate.cc, manalysis/MExtractSignal.cc
2945 - Added support (using AddSerialNumber) for stereo MC files.
2946
2947
2948
2949 2004/01/23: Thomas Bretz
2950
2951 * mbase/MAstro.cc:
2952 - Fixed calculation of MJD. In Ymd2Mjd a plus should be a minus.
2953
2954 * mreport/MReport*.[h,cc]:
2955 - changed all classes to return Int_t instead of Bool_t in
2956 InterpreteBody
2957 - changed MReportFileRead such, that a wrong line results in
2958 skipping the line instead of abort reading.
2959
2960 * manalysis/MExtractSignal.cc:
2961 - do not print information for each pixel - it's too much.
2962
2963 * mbase/MStatusDisplay.cc:
2964 - when reading a status display do not display tabs with
2965 the same name than one which is already existing.
2966
2967 * mcalib/MCalibrate.cc:
2968 - directly store pointer to pixel when setting saturation flag
2969
2970 * mcamera/MCameraDC.cc:
2971 - fixed some comments
2972
2973 * mhist/MHCamEvent.cc:
2974 - fixed a crash when no geometry was available
2975
2976 * mhist/MHCamera.[h,cc]:
2977 - removed obsolete member function SetPix
2978
2979 * mbase/MStatusDisplay.[h,cc]:
2980 - added EventInfo member function
2981 - implemented preliminary redirection of GetObjectInfo to
2982 StatusLine2 -> An own status line for this is missing
2983
2984 * manalysis/MExtractSignal.[h,cc]:
2985 - implemented StreamPrimitive
2986 - changed deafults to be static const data members
2987
2988 * manalysis/MGeomApply.[h,cc]:
2989 - implemented StreamPrimitive
2990
2991
2992
2993 2004/01/23: Abelardo Moralejo
2994
2995 * manalysis/MMcCalibrationUpdate.[h,cc]
2996 - Added check to guarantee that the FADC simulation parameters of
2997 all read files (those used for calibration and those analyzed)
2998 are the same.
2999 - Added missing support for analysis of stereo files.
3000
3001 * mcalib/MMcCalibrationCalc.cc
3002 - Removed obsolete FIXME comment.
3003 - Added missing support for analysis of stereo files.
3004
3005
3006 2004/01/23: Raquel de los Reyes
3007
3008 * macros/CCDataCheck.C
3009 - Added the temperature distribution of the optical links
3010 and the plots of the LV power supplies.
3011 * mcamera/MCameraLV.h
3012 - Added the "Get" functions to access the private data
3013 members of the class.
3014
3015
3016 2004/01/22: Abelardo Moralejo
3017
3018 * manalysis/MMcCalibrationUpdate.[h,cc]
3019 - Now ratio of high to low gain is taken from MCalibrationCam if
3020 it existed previously in the parameter list, instead of being
3021 read again from the MMcFadcHeader. Removed Setter function for
3022 fADC2PhInner, no longer necessary. Fixed error regarding the
3023 pedestal conversion to photons (did not read conversion factor
3024 from preexisting MCalibrationCam object).
3025
3026 * mcalib/MMcCalibrationCalc.cc
3027 - Changed parameters of the histogram, and also the quantity being
3028 histogrammed. Check that input data come from a noiseless camera
3029 file before proceeding to do the calibration. Introduced lower
3030 size in cut for calibration. Now rhe calibration constant is not
3031 calculated from the mean of photons/ADC counts, but from the peak
3032 of the histogram.
3033
3034 * macros/starmc.C
3035 - Introduced new scheme. Now there are two loops over two different
3036 sets of files. First loop calculates the calibration constants,
3037 second one does the analysis. Introduced comments. Now the
3038 histogram used in the light calibration is written to the output
3039 file.
3040
3041
3042
3043 2004/01/22: Thomas Bretz
3044
3045 * mcalib/MCalibrate.[h,cc], mcalib/MCalibrationCam.[h,cc],
3046 mcalib/MCalibrationBlindPix.[h,cc], mcalib/MCalibrationCalc.[h,cc],
3047 mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationPINDiode.[h,cc],
3048 mcalib/MCalibrationBlindPixel.[h,cc],
3049 mcalib/MHCalibrationPixel.[h,cc], mcalib/MMcCalibrationCalc.[h,cc],
3050 mcalib/MHCalibrationBlindPixel.[h,cc],
3051 mcalib/MHCalibrationPINDiode.[h,cc]:
3052 - cleaned up includes
3053
3054
3055
3056 2004/01/22: Raquel de los Reyes
3057
3058 * macros/CCDataCheck.C
3059 - macro to check the data from the central control (.rep files).
3060
3061
3062
3063 2004/01/22: Markus Gaug
3064
3065 * macros/calibration.C
3066 - made MStatusDisplay 3 bit smaller
3067
3068 * manalysis/MExtractSignal.cc
3069 - put fSignals->SetUsedFADCSlices into PreProcess
3070
3071 * manalysis/MPedCalcPedRun.cc
3072 - calculate PedRMS as RMS of the sums, later renormalized to units
3073 of RMS/slice (eliminate the wrong effect of odd and even slices)
3074
3075 * mcalib/MCalibrationCalc.cc
3076 - if bit SkipBlindPixelFit is set, now number of photons outside
3077 plexiglass is not intended to be calculated any more (previous
3078 bug)
3079 - exclude excluded pixels in eventloop
3080
3081 * mcalib/MHCalibrationBlindPixel.[h,cc]
3082 - move functions to pointer again (otherwise, Clone will give
3083 strange results)
3084
3085
3086
3087 2004/01/21: Abelardo Moralejo
3088
3089 * mcalib/MMcCalibrationCalc.[h,cc]
3090 - Added. First version of the task intended to calculate the
3091 conversion factors from ADC counts to photons in the MC. It has
3092 a different aim than the recently renamed class
3093 "MMcCalibrationUpdate" (which takes care that the correct
3094 pedestals and conversion factors are supplied to each event, but
3095 does not really calculate anything).
3096
3097 * mcalib/Makefile, CalibLinkDef.h
3098 - Added new class MMcCalibrationCalc
3099
3100 * manalysis/MMcCalibrationUpdate.[h,cc]
3101 - Now the container MCalibrationCam is not created or modified if
3102 it is found that one such container already exists in the
3103 Parameter list (from a previous calibration).
3104
3105
3106
3107 2004/01/21: Thomas Bretz
3108
3109 * mraw/MRawRead.cc:
3110 - restore the fake time for all runs (current time stamp in
3111 the data seems to be toally nonsense)
3112
3113 * mraw/MRawEvtHeader.cc:
3114 - removed decoding of real time (current time stamp in the data
3115 seems to be toally nonsense)
3116
3117
3118
3119 2004/01/21: Abelardo Moralejo
3120
3121 * mmc/MMcEvt.hxx
3122 - Uncommented 6 Getter functions (those regarding the number of
3123 photons surviving the different stages of simulation).
3124
3125 * manalysis/MMcCalibrationUpdate.[h,cc]
3126 - Added (see below).
3127
3128 * manalysis/MMcCalibrationCalc.[h,cc]
3129 - Removed: changed name of this class to MMcCalibrationUpdate,
3130 which is more representative of what it really does. Moved
3131 the filling of the MCalibrationCam container from Process to
3132 ReInit, since it does not change on an event by event basis.
3133 Simplified PreProcess (MCalibrationCam was searched for twice).
3134 Updated class description and comments.
3135
3136 * manalysis/Makefile, AnalysisLinkDef.h
3137 - Adapted to change above
3138
3139 * macros/starmc.C
3140 - Adapted to change above. Changed also task instance name from
3141 mccalibcalc to mccalibupdate.
3142
3143
3144
3145 2004/01/21: Raquel de los Reyes
3146
3147 * mreport/MReportCC.h, mreport/MReportTrigger.h, mcamera/MCameraHV.h
3148 and mcamera/MCameraCalibration.h
3149 - Added the "Get" functions (e.g GetStatus() for fStatus) to access
3150 the private data members of the class.
3151
3152
3153
3154 2004/01/20: Thomas Hengstebeck
3155
3156 * mranforest/MRanForestCalc.[h,cc]
3157 - Added member functions Grow (training of RF) and Fill (reading in
3158 trained forest from file) which simplify macros.
3159 One just needs to call them instead of using MRanForestGrow and
3160 MRanForestFill (and the related training and fill loops) in a
3161 macro.
3162
3163
3164
3165 2004/01/20: Abelardo moralejo
3166
3167 * manalysis/MMcCalibrationCalc.cc
3168 - removed call to MCalibrationPix::SetPedestal, which was not
3169 needed.
3170
3171
3172
3173 2004/01/20: Thomas Bretz
3174
3175 * Makefile:
3176 - replaced 'make' by '$(MAKE)'
3177
3178 * Makefile.rules:
3179 - added Makefile itself to dependencies
3180
3181 * mbase/MTask.cc:
3182 - added comment about ReInit
3183
3184 * mhbase/MH.cc:
3185 - do not clear pad in DrawClone if 'same' option given
3186
3187 * mhist/MHVsTime.cc:
3188 - evaluate 'same' option
3189
3190 * mfileio/MReadCurrents.[h,cc]:
3191 - obsolete, removed
3192
3193 * manalysis/MCerPhotEvt.cc, manalysis/MCerPhotPix.cc:
3194 - added some comments
3195
3196
3197
3198 2004/01/20: Abelardo moralejo
3199
3200 * mcalib/MHCalibrationPINDiode.cc
3201 - Added call to SetDirecory(0) for histograms fHErrCharge,
3202 fHPCharge, fHPTime.
3203
3204 * manalysis/MCerPhotPix.h:
3205 - Changed position of declaration of fIsSaturated to be the last
3206 private variable. Otherwise, since in the constructor it is
3207 initialized in the last place, a warning is displayed upon
3208 compilation in some systems.
3209
3210
3211
3212 2004/01/20: Markus Gaug
3213 * mcalib/Makefile, manalysis/Makefile:
3214 - include directory ../mtools
3215
3216 * mtools/MFFT.[h,cc]
3217 - class inherits from TObject now
3218
3219
3220
3221 2004/01/19: Markus Gaug
3222
3223 * mcalib/MHCalibrationBlindPixel.[h,cc]
3224 - fixed a bug in fFitLegend due to which program crashed by calls
3225 to DrawClone
3226 - Modified way to change the fit function
3227
3228 * mcalib/MHCalibrationPixel.[h,cc]
3229 - reordered function calls
3230 - removed SetupFill
3231
3232 * mcalib/MHCalibrationPINDiode.h
3233 - reordered function calls
3234
3235 * mcalib/MCalibrationPix.[h,cc]
3236 - limits to define fFitValid now as variables in class
3237
3238 * mcalib/MCalibrationCam.[h,cc]
3239 - reordered function calls
3240 - incorporate option to exclude pixels
3241
3242 * mcalib/MCalibrationBlindPix.h
3243 - Modified way to change the fit function
3244
3245 * mcalib/MCalibrationCalc.[h,cc]
3246 - Modified way to change the fit function
3247 - incorporate option to exclude pixels from configuration file
3248
3249 * macros/calibration.C
3250 - Modified way to change the fit function
3251 - incorporate option to exclude pixels from configuration file
3252
3253
3254
3255 2004/01/19: Javier Rico
3256
3257 * manalysis/MPedCalcPedRun.cc, manalysis/MPedPhotCalc.cc
3258 - Added documentation of member functions
3259
3260
3261
3262 2004/01/19: Abelardo Moralejo
3263
3264 * manalysis/MCerPhotPix.[h,cc]
3265 - Added fIsSaturated to flag whether low gain of the pixel is
3266 saturated. Added corresponding getter and setter functions.
3267 Updated ClassDef to version 2.
3268
3269 * mcalib/MCalibrate.cc
3270 - Set the new saturation flag of MCerPhotPix to kTRUE if at least
3271 one low gain FADC slice is saturated.
3272
3273 * mimage/MNewImagePar.[h,cc]
3274 - Added new member variable fNumSaturatedPixels to count how many
3275 pixels were saturated. Updated ClassDef to version 2.
3276
3277
3278
3279 2004/01/19: Thomas Bretz
3280
3281 * manalysis/MPedPhotCalc.[cc,h]:
3282 - fixed order of includes
3283 - removed obsolete forward declarations
3284 - removed obsolete data member fNumPixels (stored already twice in
3285 the two TArrayF)
3286 - fixed some small bugs in the documentation
3287
3288 * manalysis/MPedCalcPedRun.cc:
3289 - updated my eMail address
3290
3291
3292
3293 2004/01/19: Javier Rico
3294
3295 * macros/dohtml.C, NEWS
3296 - include some missing info
3297
3298
3299
3300 2004/01/19: Abelardo Moralejo
3301
3302 * manalysis/MExtractedSignalPix.h
3303 - added GetNumLoGainSaturated()
3304
3305
3306
3307 2004/01/19: Markus Gaug
3308
3309 * macros/dohtml.C
3310 - include calibration.C
3311
3312 * manalysis/MExtractSignal.cc
3313 - warning of logain saturation now only once per event (out of loop)
3314
3315 * mcalib/MCalibrationCalc.cc, mcalib/MCalibrationPix.[h,cc]
3316 - new Flag fExcluded to indicate if pixel has been excluded from
3317 further analysis
3318
3319
3320
3321 2004/01/16: Javier Rico & Pepe Flix
3322
3323 * manalysis/MPedPhotCalc.[cc,h]
3324 - added
3325 - new class for the evaluation of pedestals in units of photons
3326 using the extracted signal from pedestal runs and calibration
3327 constants defined in MCalibrate
3328
3329 * manalysis/AnalysisLinkDef.h, manalysis/Makefile
3330 - added entries for MPedPhotCalc
3331
3332 * macros/pedphotcalc.C
3333 - added
3334 - example on how to use MPedPhotCalc task
3335
3336
3337
3338 2004/01/16: Markus Gaug
3339
3340 * mcalib/MCalibrationFits.h
3341 - removed and incorporated in MHCalibrationBlindPixel.h
3342
3343 * mcalib/MHCalibrationBlindPixel.[h,cc], mcalib/MHCalibrationConfig.h,
3344 mcalib/MCalibrationBlindPix.h:
3345 - incorporate Fit functions
3346 - fixed a bug due to which DrawClone crashed when class was used
3347 in a compiled macro
3348
3349 * mcalib/MCalibrationCalc.cc, mcalib/MCalibrationPix.cc,
3350 mcalib/MCalibrationBlindPix.cc, mcalib/MCalibrationPINDiode.cc,
3351 mcalib/MCalibrationCam.cc, mcalib/MHCalibrationBlindPixel.cc,
3352 mcalib/MHCalibrationPixel.cc:
3353 - fixed the warns and errs in fLog's
3354
3355
3356
3357 2004/01/16: Abelardo Moralejo
3358
3359 * manalysis/MMcCalibrationCalc.cc
3360 - TMath::Max() is no longer used because it did not compile in some
3361 systems for unkown reasons. I replaced it by a safer (and may be
3362 slower) code.
3363 - Added calpix.SetFitValid();
3364
3365 * mhist/MHEvent.cc
3366 - In MHEvent::Fill, fixed: second parameter of SetCamContent must
3367 be 1 in case of RMS:
3368 case kEvtPedestalRMS:
3369 fHist->SetCamContent(*(MCamEvent*)par, 1);
3370
3371
3372
3373 2004/01/15: Abelardo Moralejo
3374
3375 * macros/starmc.C
3376 - Added. Version of star showing new chain to get Hillas
3377 parameters (with Size calibrated in photons) from MC files.
3378
3379
3380
3381 2004/01/15: Javier Rico
3382
3383 * manalysis/MPedCalcPedRun.[h,cc]
3384 - optimize the running time
3385 - add (some) documentation
3386 - correct treatment for the case of several input files
3387
3388 * macros/pedvsevent.C
3389 - added
3390 - draw pedestal mean and rms vs event# for input pixel# and run
3391 file, and compares them to the global pedestal mean and rms
3392
3393
3394
3395 2004/01/15: Raquel de los Reyes
3396
3397 * mhist/MHCamEvent.cc, mhist/MHCamera.cc
3398 - changed the MHCamEvent::SetupFill and MHCamera::GetBinError
3399 functions to compute the estimation of the error of the
3400 mean. It can be done calling to the function
3401 MCamEvent::SetBit(MHCamera::kVariance) in the macro
3402
3403
3404
3405 2004/01/15: Markus Gaug
3406
3407 * mhist/MHCamera.[h,cc]
3408 - incorporate Thomas's changes
3409 - replace void CreateProjection() by TH1D *Projection(const char*)
3410
3411 * macros/calibration.C
3412 - replace MHCamera->Draw("proj") by MHCamera->Projection()
3413 - produce better fits to the projection
3414
3415 * manalysis/MSimulatedAnnealing.[h,cc],
3416 mhist/MHSimulatedAnnealing.[h,cc]:
3417 - moved to directory mtools
3418 - MSimulatedAnnealing now inherits from TObject
3419
3420 * manalysis/Makefile, manalysis/AnalysisLinkDef.h,
3421 mhist/Makefile, mhist/HistLinkDef.h:
3422 - removed MSimulatedAnnealing
3423 - removed MHSimulatedAnnealing
3424
3425 * mtools/Makefile, mtools/AnalysisLinkDef.h:
3426 - added MSimulatedAnnealing
3427 - added MHSimulatedAnnealing
3428
3429
3430
3431 2004/01/15: Thomas Bretz
3432
3433 * manalysis/AnalysisLinkDef.h:
3434 - removed MCurrents
3435
3436 * mhist/MHCamera.[h,cc]:
3437 - added member function Projection
3438 - removed fYproj
3439
3440 * mreport/MReport*.*:
3441 - added more comments
3442
3443
3444
3445 2004/01/14: Markus Gaug
3446
3447 * mtools/MFFT.[h,cc]
3448 - new class to perform Fast Fourier Transforms
3449
3450 * mtools/Makefile
3451 * mtools/ToolsLinkDef.h
3452 - include MFFT
3453
3454 * manalysis/MExtractedSignalCam.h
3455 - removed variables fNumHiGainSamples and fNumLoGainSamples
3456 - function SetNumUsedFADCSlices replaced by SetUsedFADCSlices
3457
3458 * manalysis/MExtractSignal.cc
3459 - updated call to SetUsedFADCSlices
3460
3461
3462
3463 2004/01/14: Abelardo Moralejo
3464
3465 * manalysis/MMcCalibrationCalc.cc:
3466 - set pedestal rms per FADC slice to 0.01 counts in case it is 0.
3467 This can happen (depending on camera simulation parameters), and
3468 rms = 0 later resulted in the pixel being eliminated in the
3469 image cleaning.
3470
3471
3472
3473 2004/01/14: Thomas Bretz
3474
3475 * Makefile:
3476 - replaced old style Makefile.depend by directory specific
3477 dependancy files
3478
3479 * Makefile.rules:
3480 - changed obsolete '.cc.o' style to newer style '%.o: %.c'
3481 - added rule to make dependency files
3482 - added rule to remove dependancy files.
3483 - added rmdep as prerequisite to clean
3484 - include dependency file
3485
3486 * mbase/Makefile, mcalib/Makefile, mcamera/Makefile,
3487 mdata/Makefile, mfileio/Makefile, mfilter/Makefile,
3488 mgeom/Makefile, mgui/Makefile, mhbase/Makefile,
3489 mhist/Makefile, mhistmc/Makefile, mimage/Makefile,
3490 mmain/Makefile, mmc/Makefile, mmontecarlo/Makefile,
3491 mpointing/Makefile, mranforest/Makefile, mraw/Makefile,
3492 mreflector/Makefile, mreport/Makefile, mtemp/Makefile,
3493 mtools/Makefile:
3494 - removed clean-rule, use the one in Makefile.rules instead
3495
3496 * mreport/Makefile, mreport/ReportLinkDef.h:
3497 - added MReportHelp
3498
3499 * mreport/MReportFileRead.cc:
3500 - moved code from MReportHelp to new file
3501 - removed usage of MReport class completely
3502
3503 * mfilter/MFGeomag.[h,cc]:
3504 - fixed a bug which causes MFGeomag to fail if MARSSYS is not set
3505 - changed the second loop from 0->1151 to 1152->2304
3506 - removed dummy arrays used for reading
3507 - output filename in case of 'file not found'
3508 - removed obsolete data members
3509 - removed obsolete Init function
3510 - removed forbidden underscore from member variable
3511 - changed wrong 0/1 in allocation of fResult into kFALSE/TRUE
3512
3513 * mbase/MStatusDisplay.[h,cc]:
3514 - added new member function Open
3515 - added new menu entry kFileOpen
3516 - changed UpdatePSheader algorithm (the old one was much too slow)
3517
3518 * manalysis/MCurrents.[h,cc]:
3519 - removed (old outdated)
3520
3521 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
3522 - removed MCurrents
3523
3524
3525
3526 2004/01/14: Wolfgang Wittek
3527
3528 * macros/ONOFFAnalysis.C:
3529 - current version
3530
3531 * mhist/MHSigmaTheta.[h,cc]:
3532 - replace MPedestalCam by MPedPhotCam
3533
3534 * manalysis/MPad.[h,cc], manalysus/MSigmabar.[h,cc],
3535 manalysus/MSigmabarCalc.[h,cc], manalysus/MCT1PadONOFF.[h,cc],
3536 manalysus/MCT1PadSchweizer.[h,cc], manalysus/MPadding.[h,cc]:
3537 - replace MPedestalCam by MPedPhotCam
3538
3539 * manalysis/MPedPhotPix.[h,cc]
3540 - uncomment SetRms()
3541
3542
3543
3544 2004/01/13: Markus Gaug
3545
3546 * manalysis/MExtractSignal.h
3547 - seems that the reduced light intensity of the CT1 Pulser
3548 results in broader pulses -> Set Default time slices to [3,10]
3549
3550 * mhist/MHCamera.cc
3551 - make Stat Window in option 'proj' bigger
3552 - add comment line at beginning of Draw()
3553
3554 * mcalib/MHCalibrationBlindPixel.[h.cc]
3555 - add Function DrawClone()
3556 - fix bug in calculation of integral (GetIntegral("width"))
3557 - restrict parameters tighter
3558 - declare fit as not valid, if less than 100 events
3559 in single photo-electron peak
3560
3561 * mcalib/MCalibrationFits.h, mcalib/MHCalibrationBlindPixel.[h.cc]
3562 - fit now with fixed normalization
3563
3564 * mcalib/MHCalibrationPixel.[h.cc]
3565 - new function IsEmpty()
3566 - Time fit accepted if ChiSquare less than 30. (instead of 20.)
3567
3568 * mcalib/MCalibrationPix.[h.cc]
3569 - F-Factor corrected and added error
3570 - Histograms not fitted if they are empty
3571 - rejection criteria of fitted charges now > 5 PedRMS (instead 3)
3572
3573 * mcalib/MCalibrationCam.cc
3574 - Square Root of Reduced Sigmas not taken, if they are < 0.
3575 - Reduced Sigma / Charge squared replaced by reduced sigma / charge
3576
3577 * mcalib/MCalibrationCalc.cc
3578 - Blind Pixel is not additionally treated as normal pixel any more
3579 - Blind Pixel Draw replaced by DrawClone
3580
3581 * macros/calibration.C
3582 - took out some unused code
3583 - some default axis labelling corrected
3584
3585
3586
3587 2004/01/13: Abelardo Moralejo
3588
3589 * manalysis/MMcPedestalCopy.cc
3590 - added check of whether input file is a MC file before executing
3591 the PreProcess.
3592
3593
3594
3595 2004/01/13: Wolfgang Wittek
3596
3597 * macros/ONOFFAnalysis.C, macros/ONAnalysis.C:
3598 - change macro to handle also MC events with finite sigmabar
3599
3600 * manalysis/MPadOn.[h,cc]:
3601 - deleted, is replaced by MPad
3602
3603 * manalysis/MPadOnOFF.[h,cc]:
3604 - deleted, is replaced by MPad
3605
3606 * manalysis/MPad.[h,cc]:
3607 - new class, replacing MPadON and MPadONOFF
3608 - handle also MC events with finite sigmabar
3609
3610 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
3611 - replace MPadON and MPadONOFF by MPad
3612
3613
3614
3615 2004/01/13: Thomas Bretz
3616
3617 * mraw/MRawRunHeader.[h,cc]:
3618 - implemented new member function GetRunTypeStr
3619
3620 * Changelog.03:
3621 - added (contains entries of 2003)
3622
3623 * Changelog:
3624 - removed entries of 2003
3625
3626 * mfilter/MFGeomag.cc:
3627 - simplified open/close of input files
3628
3629 * manalysis/MEventRate.[h,cc], manalysis/MEventRateCalc.cc:
3630 - added some comments
3631 - added new member function GetError
3632
3633 * Makefile:
3634 - updated 'make dox' output for convinience
3635
3636 * macros/dohtml.C:
3637 - do not print Info's
3638 - added mcamera
3639 - added mpointing
3640 - added mreport
3641
3642 * mreport/MReportCurrents.cc, mreport/MReportDAQ.cc:
3643 - removed some obsolete comments (these comments confused THtml)
3644
3645 * manalysis/MCameraData.[h,cc], mfileio/MCT1ReadAscii.[h,cc],
3646 mfileio/MCT1ReadPreProc.[h,cc], mfilter/MFCT1SelBasic.cc,
3647 mfilter/MFSelBasic.cc, mhist/MHCamera.cc, mhist/MHEvent.[h,cc],
3648 mimage/MImgCleanStd.[h,cc], mimage/MImgCleanTGB.[h,cc],
3649 mmain/MAnalysis.cc, mmain/MEventDisplay.cc:
3650 - replaced MPedestalCam by MPedPhotCam
3651 - removed some obsolete includes
3652
3653 * mbase/BaseLinkDef.h, mbase/Makefile:
3654 - added MLogPlugin
3655 - added MLogHtml
3656
3657 * mbase/MLog.[h,cc]:
3658 - added use of plugins
3659
3660 * mbase/MLogPlugin.[h,cc], mbase/MLogHtml.[h,cc]:
3661 - added
3662
3663 * mbase/MStatusDisplay.[h,cc]:
3664 - added a Save-As dialog
3665
3666
3667
3668 2004/01/12: Thomas Bretz
3669
3670 * macros/rootlogon.C:
3671 - added mcamera to include path
3672 - added mpointing to include path
3673 - added mreport to include path
3674
3675 * mbase/MLog.cc:
3676 - updated my eMail address
3677
3678 * mbase/MParContainer.h:
3679 - added Read member function
3680
3681 * mbase/MStatusDisplay.[h,cc]:
3682 - changed size of ps-paper
3683 - added a user defined bottom line to the ps-files
3684 - added name (currently unused)
3685 - added title (used as possible bottom line in ps-file)
3686
3687 * mraw/MRawRunHeader.cc:
3688 - added some comments
3689
3690 * status.cc:
3691 - set name of input as bottom line of status display
3692
3693
3694
3695 2004/01/12: Abelardo Moralejo
3696
3697 * mimage/MStereoPar.cc
3698 - fixed mistake: now fSourceY = scale1*hillas1.GetMeanY() + ...
3699 instead of fSourceY = scale2*hillas1.GetMeanY() + ...
3700 Bug had no effect unless scale1 != scale2 (-> telescopes of
3701 different size).
3702
3703
3704
3705 2004/01/12: Markus Gaug
3706
3707 * manalysis/MExtractSignal.[h,cc]
3708 - take out some uncommented code
3709 - replace logainshift by two independent variables:
3710 logainfirst, logainlast
3711 - because in most data, maximum occurs in slice 4, shift default
3712 from slices 4-9 to slices 3-8.
3713
3714 * manalysis/MExtractedSignalPix.[h,cc]
3715 - took out some uncommented code
3716 - new initializers: instead of -1. now 99999.9
3717
3718
3719
3720 2004/01/09: Markus Gaug
3721
3722 * mcalib/MCalibrationCam.[h,cc]
3723 - take out 1-dim histos because we can use
3724 the projections in MHCamera (s.b.)
3725
3726 * mcalib/MHCalibrationBlindPixel.h
3727 - make the fit by default quiet
3728
3729 * mcalib/MHCalibrationPixel.[h,cc]
3730 * mcalib/MCalibrationPix.[h,cc]
3731 - Ranges of time slices stored independently for HiGain and LoGain
3732 in order to allow consecutive checks
3733
3734 * mhist/MHCamera.[h.cc]
3735 - add the possibility to call a Draw("proj") which will
3736 draw a Y-Projection of the histogram
3737
3738 * macros/calibration.C
3739 - apply the drawing of the projections and fit them
3740
3741 * mcalib/MCalibrationCalc.cc
3742 - catch the possibility of a calibration file,
3743 unintendedly being a pedestal or cosmic file.
3744 Program now exits with an error before doing the fits
3745
3746 * mcalib/MCalibrationPix.[h,cc]
3747 - fixed a bug in calculation of fFitValid.
3748 before, a call to IsFitValid() always returned false
3749
3750
3751
3752 2004/01/09: Javier L¢pez
3753
3754 * macros/bootcampstandardanalysis.C
3755 - added new macro that holds the main scheleton discussed in the
3756 december bootcamp in Wuerzburg. It runs first over a pedestal
3757 run, then over a calibration run, again over the pedestal run
3758 to compute de pedestal in number of photons and finally over a
3759 data run to calibrate the data.
3760
3761
3762
3763 2004/01/06: Sebastian Raducci
3764
3765 * manalysis/MArrivalTime.[h,cc]
3766 - added new method to calculate photon arrival times. It uses the
3767 TSpline5 Root Class to interpolate the Fadc Slices. The time is
3768 the abscissa value of the absolute maximum of the interpolation
3769 - added new method to find clusters with similar arrival times.
3770 For now it's a preliminary version. It simply search for adiacent
3771 pixels having the same arrival time (color).
3772
3773 * manalysis/MArrivalTimeCalc.[h,cc]
3774 - modified the Process() method according to the changes in the
3775 Arrival Time Cointainer
3776
3777 * mmain/MEventDisplay.cc
3778 - added new tab in the camera event display to show the arrival
3779 time. This arrival time is calculated with the spline method
3780 - the old Arrival Time pad now it's called Max Slice Idx, because
3781 it's only the index of the slice with the max content.
3782
3783 * mhist/MHEvent.[h,cc]
3784 - added new fType in te enumeration to handle the arrival time
3785 histos
Note: See TracBrowser for help on using the repository browser.