source: trunk/MagicSoft/Mars/Changelog@ 3540

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