source: trunk/MagicSoft/Mars/Changelog@ 3611

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