source: trunk/MagicSoft/Mars/Changelog@ 3581

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