source: trunk/MagicSoft/Mars/Changelog@ 3602

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