source: trunk/MagicSoft/Mars/Changelog@ 3609

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