source: trunk/MagicSoft/Mars/Changelog@ 3599

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