source: trunk/MagicSoft/Mars/Changelog@ 3531

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