source: trunk/MagicSoft/Mars/Changelog@ 3555

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