source: trunk/MagicSoft/Mars/Changelog@ 3568

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