source: trunk/MagicSoft/Mars/Changelog@ 3570

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