source: trunk/MagicSoft/Mars/Changelog@ 3563

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