source: trunk/MagicSoft/Mars/Changelog@ 3543

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