source: trunk/MagicSoft/Mars/Changelog@ 3554

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