source: trunk/MagicSoft/Mars/Changelog@ 3523

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