source: trunk/MagicSoft/Mars/Changelog@ 3576

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