source: trunk/MagicSoft/Mars/Changelog@ 3528

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