source: trunk/MagicSoft/Mars/Changelog@ 3621

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