source: trunk/MagicSoft/Mars/Changelog@ 3626

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