source: trunk/MagicSoft/Mars/Changelog@ 3539

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