source: trunk/MagicSoft/Mars/Changelog@ 3587

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