source: trunk/MagicSoft/Mars/Changelog@ 3534

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