source: trunk/MagicSoft/Mars/Changelog@ 3619

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