source: trunk/MagicSoft/Mars/Changelog@ 3538

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