source: trunk/MagicSoft/Mars/Changelog@ 3594

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