source: trunk/MagicSoft/Mars/Changelog@ 3573

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