source: trunk/MagicSoft/Mars/Changelog@ 3634

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