source: trunk/MagicSoft/Mars/Changelog@ 3536

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