source: trunk/MagicSoft/Mars/Changelog@ 3597

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