source: trunk/MagicSoft/Mars/Changelog@ 3541

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