source: trunk/MagicSoft/Mars/Changelog@ 3622

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