source: trunk/MagicSoft/Mars/Changelog@ 3607

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