source: trunk/MagicSoft/Mars/Changelog@ 3620

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