source: trunk/MagicSoft/Mars/Changelog@ 3612

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