source: trunk/MagicSoft/Mars/Changelog@ 3601

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