source: trunk/MagicSoft/Mars/Changelog@ 3521

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