source: trunk/MagicSoft/Mars/Changelog@ 3591

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