source: trunk/MagicSoft/Mars/Changelog@ 4299

Last change on this file since 4299 was 4299, checked in by gaug, 20 years ago
*** empty log message ***
File size: 176.1 KB
Line 
1Please do not write behind the end of line tag so that it is possible
2to send a Changelog file to a line printer directly. Thanks.
3
4For your entries please follow EXACTLY this style:
5
6_yyyy/mm/dd:_[Your Name]
7_
8___*_filename:
9_____-_description
10_
11___*_filename2, filename3:
12_____-_description
13_
14_
15_
16
17While an underscore is a placeholder for a white-space or an empty line.
18
19 -*-*- END OF LINE -*-*-
20
21 2004/06/17: Markus Gaug
22
23 * mhist/MHCamera.h
24 - make SetUsed() public. Like this, it is possible to use the
25 Fill-function together with the SetUsed(idx), when no
26 SetCamContent(...) is available.
27 (Default of the Fill-function was always to have all pixels
28 not-used).
29
30
31 2004/06/12: Abelardo Moralejo
32
33 * manalysis/MMcCalibrationUpdate.cc
34 * mcalib/MMcCalibrationCalc.[h,cc]
35 - Fixed mistake in the calibration which occurred only when
36 different light collection efficiency was simulated for outer
37 pixels.
38
39 2004/06/12: Abelardo Moralejo
40
41 * manalysis/MMcCalibrationUpdate.[h,cc]
42 - Adapted to the possibility of having different light collection
43 efficiencies in inner and outer pixels. For now we assume that the
44 dependence with incidence angle on the camera plane is the same
45 for both types of pixels.
46
47 2004/06/12: Markus Gaug
48
49 * msignal/MExtractFixedWindow.cc
50 - output the number and exact range of extraction to *fLog in the
51 ReInit(), like it is done by MPedCalcPedRun
52
53 * macros/bootcampstandardanalysis.C
54 - exchanged MArrivalTimeCalc2 in 4th loop by timeext (defined
55 in the beginning)
56
57 2004/06/11: Markus Gaug
58
59 * mpedestals/MPedCalcPedRun.cc
60 - set the default upper range to 29, because otherwise the extraction
61 window will be made too small in case that more than 14 "high-gain"
62 slices shall be extracted. This is a bugfix! It calculated wrong
63 pedestals in case that the user says: SetRange(a,b), where b is
64 bigger than 14 in combination with SetWindowSize(x) where x is bigger
65 than 14 as well (instead of : SetRange(a,b,c,d), where
66 everything went fine). However, the intention of the last months
67 changes was to allow exactly also the first possibility.
68
69 2004/06/11: Markus Gaug
70
71 * mjobs/MJCalibration.cc
72 - put run 27474 in list of unavailable runs (see runbook)
73
74
75 2004/06/08: Markus Gaug
76
77 * mhist/MHCamera.cc
78 - reduce number of default bins in AzimuthProfile
79 - use MatchSector in AzimuthProfile, like in RadialProfile
80
81 * mcalib/MCalibrationChargeCalc.cc
82 - fix lower limit for deviation F-Factor to 1.1. This discarts a
83 smaller number of especially outer pixels in some runs taken with
84 the CT1 pulser box.
85
86
87 2004/06/07: Markus Gaug
88
89 * mcalib/MHCalibrationCam.h
90 - add a function GetSize()
91
92 * msignal/MExtractTimeFastSpline.cc
93 - fixed a bug introduced on 1.6. and accelerate it a bit.
94
95 2004/06/04: Markus Gaug
96
97 * mcalib/MHGausEvents.cc
98 - some small modifications in the way the axes are drawn and their
99 titles are drawn.
100
101 2004/06/03: Martin Merck
102
103 * msignal/MArrivalTimeCam.h
104 * msignal/MArrivalTime.h
105 * msignal/MArrivalTimePix.h
106 * msignal/MExtractedSignalCam.h
107 * msignal/MExtractedSignalPix.h
108 * msignal/MExtractedSignalPINDiode.h
109 * msignal/MExtractedSignalBlindPixel.h
110 - Set version in ClassDef to 1 for the streamer.
111
112 * msignal/SignalLinkDef.h
113 - Added a + at the pragma for MExtractedSignalCam and
114 MExtractedSignalPix for consistency.
115
116 * msjobs/MExtractSignal.[h,cc]
117 - Added methods to set the Extractor and TimeExtractor to be
118 used when extracting the signal.
119
120
121 2004/06/03: Markus Gaug
122
123 * mhist/MHCamera.[h,cc]
124 * mjobs/MJCalibration.cc
125 - added functions AzimuthProfile and DrawAzimuthProfile, same
126 like the RadialProfile functions, only with azimuth instead of
127 radius.
128
129 * mcalib/MCalibrationCam.[h,cc]
130 - replace fNumHiGainFADCSlices and fNumLoGainFADCSlices by a
131 TArrayF and increment ClassDef by 1 for the streamer.
132
133 * mcalib/MCalibrationChargeCalc.cc
134 - found a small bug making a difference in the number of valid
135 pixels with the blind PIxel method and the ffactor method. Now
136 fixed. (The difference was usually a couple of pixels)
137
138 * msignal/MExtractTime.h
139 - make members protected instead of private in order to allow
140 classes to derive from it
141
142 * msignal/MExtractFixedWindow.cc
143 - added some documentation
144
145 * msignal/MExtractFixedWindowSpline.[h,cc]
146 * msignal/Makefile
147 * msignal/SignalLinkDef.h
148 - new fast spline signal extractor
149
150 2004/06/02: Antonio Stamerra
151
152 * mtrigger/*:
153 - added directory and new classes to correctly handle the
154 trigger-report string from report file.
155 Not yet into the Makefile.
156
157
158 2004/06/01: Thomas Bretz
159
160 * mbase/MLog.[h,cc]:
161 - some changes to Lock/UnLock of mutices. Necessary for Cosy.
162
163
164
165 2004/06/01: Abelardo Moralejo
166
167 * msignal/MExtractFixedWindowPeakSearch.[h,cc]
168 - Added variable fLowGainPeakShift and setter. It allows to shift
169 the integration window for low gain with respect to the one of
170 the high gain. By default its value is 0 (corresponding to a
171 total delay of 15 slices) so that default behaviour of the
172 extractor is the same as before.
173
174
175
176 2004/06/01: Markus Gaug
177
178 * mjobs/MJCalibration.cc
179 - small change in the way the "full display" is displayed
180
181 * mcalib/MHCalibrationChargeBlindPix.cc
182 * mcalib/MHCalibrationChargePix.cc
183 - replace Draw(opt) by Draw(). This make the histograms reappear
184 again, although I have no idea why. A printout of the opt gives
185 always empty.
186
187 * mcalib/MCalibrationQEPix.cc
188 - put Eckarts transmission of the plexiglass into the class
189 documentation
190
191 * msignal/MExtractTimeFastSpline.cc
192 - fixed some smaller bugs affecting a small part of the signals
193
194
195 2004/05/31: Hendrik Bartko
196
197 * msignal/MArrivalTimeCalc2.cc
198 - fixed a bug in pointer arithmetics found by Florian.
199
200
201
202 2004/05/31: Raquel de los Reyes
203
204 * macros/DAQDataCheck.C
205 - committed the macro to check the raw data and display the quality
206 plots.
207
208
209
210 2004/05/30: Markus Gaug
211
212 * mcalib/MCalibrationQEPix.[h,cc]
213 - added more documentation (plots)
214 - separated calls for light guides eff. , QE, and coll. eff.
215
216 * mcalib/MCalibrationChargeCalc.[h,cc]
217 - fixed a small bug in the calculation of the error on the number
218 of photons with the F-Factor method, did not include the division
219 by number of pixels for the precision of the QE. This does not
220 affect the general analysis.
221
222 * mjobs/MJCalibration.cc
223 - added runnumber 26924 to list of runs without clear colour in
224 the file name.
225
226
227
228 2004/05/28: Markus Gaug
229
230 * macros/calibration.C
231 - make the macro compilable with possibility to run it in batch
232 mode.
233
234 * msignal/MExtractor.cc
235 - put an additional check in case that the number of FADC slices
236 in the run header is smaller or equal to 0.
237
238
239
240 2004/05/27: Javier Rico
241
242 * mbase/MDirIter.h
243 - remove unneeded ResetIter method (Reset does all the job)
244
245 * mjobs/MJCalibration.cc
246 - change call to the removed MDirIter::ResetIter for Reset
247
248
249
250 2004/05/27: Markus Gaug
251
252 * mcalib/MHCalibrationChargeBlindPix.[h,cc]
253 - put some protection against zero-division in fitFuncMichele
254
255 * mcalib/MCalibrationChargeBlindPix.[h,cc]
256 - set flag to distinguish between coated and un-coated blind pixel
257 - increase ClassDef number by one.
258
259 * mcalib/MCalibrationQEPix.[h,cc]
260 - set a global variable CollEfficiency and LightguidesEfficiency.
261 The more precise result for the QE calculated with
262 the F-Factor method differs now by about 5% (while the statistical
263 error remains around 20%).
264
265 * mcalib/MCalibrationChargeCalc.cc
266 - write the number of photons directy into MCalibrationChargeCam.
267 These numbers would otherwise have to be assembled by different
268 parts in separate code.
269
270
271
272 2004/05/27: Thomas Bretz
273
274 * mastro/MAstroCatalog.cc
275 - removed a statement after '#endif'
276
277 * mastro/MAstroCamera.h
278 - removed obsolete empty function which (believing the Changelog)
279 are not there at all!
280
281 * mbase/MDirIter.[h,cc]:
282 - moved code of Reset() funtion to source file
283 - added more comments to Reset function
284
285
286
287 2004/05/26: Martin Merck
288
289 * mbase/MDirIter.cc
290 - changed MatchFilter to allow for filenames containing a '+'
291 character.
292
293
294
295 2004/05/26: Markus Gaug
296
297 * mjobs/MJCalibration.[h,cc]
298 - set MCalibrationChargeBlindPix and MCalibrationChargePINDiode as
299 data members and store them in the output of WriteResult()
300
301 * mcalib/MCalibrationQEPix.cc
302 * mcalib/MCalibrationChargeCalc.cc
303 - several small bugs fixed concerning calibration with the blind
304 pixel or the PIN Diode
305
306 * mjobs/MGCamDisplays.[h,cc]
307 * mhist/MHCamera.[h,cc]
308 - put the last function (CamDraw) of MGCamDisplays into MHCamera
309 and removed MGCamDisplays.
310
311 * mjobs/MJPedestal.[h,cc]
312 * mjobs/MJCalibration.[h,cc]
313 * mjobs/MJExtractCalibTest.[h,cc]
314 - don't derive from MGCamDisplays any more.
315
316 * msignal/MExtractBlindPixel.cc
317 - adjusted some default numbers for the current blind pixel
318
319 * msignal/MExtractedSignalBlindPixel.[h,cc]
320 - set extracted signal from UInt_t to Int_t (sometimes, less
321 than 0)
322
323 * mcalib/MCalibrationCam.h
324 * mcalib/MHCalibrationCam.h
325 - make destructors virtual.
326
327 * mcalib/MHCalibrationCam.[h,cc]
328 - create a copy contructor
329
330
331
332 2004/05/26: Javier Rico
333
334 * mbase/MDirIter.h
335 - Add method to reset the internal TIter iterator
336
337 * mjobs/MJCalibration.cc
338 - In FindColorReset method, reset the file iterator before looping
339
340 * mimage/MNewImagePar.cc
341 - Add output lines in Print(const MGeomCam &geom) method for
342 fInnerLeakage1, fInnerLeakage2 and fInnerSize
343
344
345
346 2004/05/25: Raquel de los Reyes and Thomas Bretz
347
348 * mjobs/MJCalibration.cc
349 - uncommented the line to read .raw files.
350
351 * mraw/MRawFileRead.cc
352 - changed the PreProcess and Process functions to allow the analysis
353 of .raw files.
354
355 * mfileio/MReadReports.cc
356 - changed the Process function to read the updated root files.
357
358
359
360 2004/05/25: Markus Gaug
361
362 * mjobs/MJCalibration.[h,cc]
363 - add possibility to switch on and off the blind pixel or pin diode
364 calibration
365 - fixed a small bug in reading the MCalibrationRelTimeCam when the
366 times calibration has been switched off.
367
368 * mjobs/MExtractSignal.[h,cc]
369 - made changes in MProcessFileP such that it fits with the new
370 calibration. THIS IS ONLY A TEMPORARY SOLUTION. PEDESTALS AND
371 DATA FILES MUST BE TREATED EQUALLY! OTHERWISE THERE IS NOT
372 MATCHING FOR THE HIT CLEANING!!!
373
374 * mjobs/MJExtractCalibTest.[h,cc]
375 - implement switch to use or not the cosmics filter
376
377
378 * mcalib/MHCalibrationTestPix.cc
379 - enlarged the dynamic range of the histograms for the high-int.
380 pulses
381
382
383
384 2004/05/24: Javier Rico
385
386 * mpedestal/MPedPhotCalc.cc
387 - Correct a bug that made pedestals be assigned to the wrong pixel
388
389 * mimage/MNewImagePar.[h,cc]
390 - add getters and output lines in Print() method for
391 fInnerLeakage1, fInnerLeakage2 and fInnerSize
392
393
394
395 2004/05/24: Markus Gaug
396
397 * mcalib/MCalibrationChargePix.cc
398 - reduce limit in number of phe's from 5 to 1. since some pulses
399 have less than 5 phe's now.
400
401 * mcalib/MHCalibrationTestCam.[h,cc]
402 - number of photons/area are now stored in TArray's in order to
403 retrieve them easier in later processing from stored files.
404
405 * mcalib/MCalibrationCam.cc
406 - initialize AverageAreas and AverageSectors with the number of
407 aidx and sector as SetPixId()
408
409 * mcalib/MCalibrationChargeCam.[h,cc]
410 - small modification in the Print()
411 - introduce data members to store the average number of photons by
412 the three methods
413
414 * mcalib/MCalibrationChargeCalc.cc
415 - calculate the limits for acceptance of number of photo-electrons
416 for the calculation of the mean by normal mean instead of weighted
417 mean. There were too many outliers still present in the weighted
418 mean such to modify the result by a sizeable amount.
419 - do not discard unreliable pixels any more in calculation of
420 mean number of phe.s In some runs, there is simply too many of
421 them in order to get reliable results.
422
423 * mpedestals/MPedCalcPedRun.cc
424 - put a condition if number of pixels in area index or in sector
425 is zero, don't calculate av. pedestal and av. pedRMS of this part.
426
427
428
429 2004/05/22: Markus Gaug
430
431 * mjobs/MJPedestal.[h,cc]
432 * mjobs/MJCalibration.[h,cc]
433 * mjobs/MJExtractCalibTest.[h,cc]
434 - replaced the TString GetOutputFile() functions by const char*
435 GetOutputFile(). This apparenty caused a memory leak which is now
436 removed.
437
438 * mcalib/MCalibrationChargePix.cc
439 - fixed bug calculating the reduced sigma for low-gain events:
440 the electronics Ped.RMS was taken from Hi-gain pedestal events and
441 too high. It is now divided by the factor 10. conversion between
442 both samples, but this value is probably too optimistic. Needs
443 more detailed studies, but does not exclude as many pixels as
444 before.
445
446 * mcalib/MHCalibrationChargePix.h
447 * mcalib/MHGausEvents.h
448 - put fSaturated from MHCalibrationChargePix into MHGausEvents
449
450 * mcalib/MHCalibrationChargeCam.[h,cc]
451 * mcalib/MHCalibrationCam.h
452 - put fNumHiGainSaturated and fNumLoGainSaturated from
453 MHCalibrationChargeCam into MHCalibrationCam
454
455 * mcalib/MHCalibrationRelTimeCam.[h,cc]
456 - set flags fSaturated in order to distinguish if the hi-gain or
457 the low-gain time has been extracted.
458
459 * mcalib/MHCalibrationCam.cc
460 - remove cloning of all pixels on the Clone() function. This caused
461 the need for three times more memory during runtime than now. It
462 should not affect the current macros.
463
464 * macros/calibration.C
465 - added a debug switch with which you can print out Object
466 Allocation (like suggested by TBretz).
467
468 * mcalib/MCalibrationRelTimeCalc.[h,cc]
469 - replaced the relative limit for acceptance of the time resolution
470 by an absolute limit
471 - set up output statistics logging (data written into DB)
472
473 * mcalib/MCalibrationChargeCalc.[h,cc]
474 - moved limit for acceptance of number of phe;s from 5 to 8
475 - set up output statistics logging (data written into DB)
476
477 * mjobs/MJCalibration.cc
478 - set up output statistics logging (data written into DB)
479
480
481
482 2004/05/22: Abelardo Moralejo
483
484 * macros/calibrate_data.C
485 - removed wrong call to MPedCalcPedRun::SetExtractor, which does
486 not exist (should use MJPedestal like calibration.C, instead of
487 a normal loop)
488
489 * msignal/MExtractFixedWindowPeakSearch.[h,cc]
490 - changed name of variable fOffsetFromPeak to fOffsetFromWindow
491 to avoid confusion.
492 - introduced initialization to 0 of startslice and sat in FindPeak
493 - changed initialization of maxsumhi in Process from 0 to -1e6
494
495
496
497 2004/05/20: Raquel de los Reyes
498
499 * mraw/MRawRead.h
500 * mraw/Makefile
501 * msql/Makefile
502 - changed the inheritance of MRawRead class from MTask to MRead to
503 implement the AddFiles(MDirIter &) function in MRawFileRead class.
504
505 * mraw/MRawFileRead.[h,cc]
506 - implemented a second argument to the AddFile function and skip
507 adding NULL files in the constructor.
508
509 * mjobs/MJPedestal.cc
510 - uncommented the line to allow the analysis of .raw files.
511
512
513
514 2004/05/20: Markus Gaug
515
516 * mjobs/MJPedestal.cc
517 - put MGeomCamMagic into the plist (MGeomApply complained not to
518 find the GeomCam(
519
520 * msignal/MExtractFixedWindowPeakSearch.cc
521 - fixed a bug affecting signals with late arrival times which use
522 the variable fHiLoLast.
523 - set back fgOffsetFromPeak from peak to 1 (instead of 2). Abelardo
524 explained that this variable is not strictly the offset from the
525 peak but the offset from the peak search window.
526
527
528
529 2004/05/19: Markus Gaug
530
531 * mcalib/MCalibrationChargeCam.cc
532 - replaced a small bug in Print() which gave a segmentation
533 violation
534
535 * mjobs/MJCalibration.cc
536 - use cosmics filter only for CT1 pulser runs
537
538
539
540 2004/05/19: Abelardo Moralejo
541
542 * mbase/MGMap.cc
543 - replaced rint by TMath::Nint() (my Mac did not recognize the
544 former)
545
546
547
548 2004/05/19: Abelardo Moralejo
549
550 * macros/starmc2.C
551 - added third argument in adding MPointingPos to the output:
552 write.AddContainer("MPointingPos", "Events", kFALSE);
553 If not exisiting in the input file, it is simply ignored.
554
555
556
557 2004/05/15: Thomas Bretz
558
559 * mastro/MAstroCatalog.[h,cc]:
560 - changed Form to MString for thread safty
561 - fixed a bug which caused the construtor to crash in batch-mode
562 - added option argument to PaintImg
563
564 * mbase/MGMap.[h,cc]:
565 - added many new static member function to draw figures
566
567 * mbase/MParContainer.cc:
568 - changed Form to MString for thread safty
569
570 * mbase/MString.[h,cc]:
571 - added
572
573 * mbase/Makefile, mbase/BaseLinkDef.h:
574 - added MString
575
576
577
578 2004/05/15: Markus Gaug
579
580 * msignal/MArrivalTimePix.h
581 * msignal/MArrivalTimeCam.cc
582 - introduced functin GetHiGainSaturation() in MArrivalTimePix.h
583 - added type in GetPixelContent() which asks for Hi-Gain saturation
584 and return the hi-gain time or the low-gain time, correspondingly.
585
586 * mbase/MGMap.cc
587 - fixed two bugs which did not complile under gcc 3.3.x introduced
588 by TB.
589
590
591
592 2004/05/12: Markus Gaug
593
594 * msignal/MExtractTime.[h,cc]
595 - introduced intrinsic delay of low-gain, as measured by Florian.
596
597 * mjobs/MJCalibration.cc
598 * mjobs/MJExtractCalibTest.cc
599 - fixed some errors in the storage of the rel. times.
600
601 * mjobs/MJExtractCalibTest.cc
602 - put the cosmics filter which was forgotten
603
604 * mcalib/MCalibrate.h
605 - changed default from Blindpixel to Ffactor
606
607
608
609 2004/05/12: Thomas Bretz
610
611 * mona.cc:
612 - changed names
613
614 * macros/sumcurrents.C:
615 - changed units from nA to \\mu A
616
617 *: mastro/MAstroCamera.[h,cc]:
618 - added '=' Draw option
619 - use fMapG directly
620
621 * mastro/MAstroCatalog.[h,cc]:
622 - added support to read and write a compressed catalog
623 - changed TExMap to new MGMap
624 - added support for HeasarcPPM catalog
625 - added PaintImg to paint catalog into a bitmap (used in
626 starguider software)
627 - don't clone MObservatory copy the contents
628 - changed type of dx and dy in DrawLine from Double to Int
629 - fixed drawig of the tooltip corresponding to the grid
630 (some were missing, some were existing twice)
631 - Now AddPrimitives takes fLimMag into account
632
633 * mhbase/MFillH.cc:
634 - added a const-qualifier
635
636 * mhist/MHCamera.cc:
637 - fixed a bug which caused SetPalette in the constructor to crash
638
639 * mbase/MGMap.[h,cc]:
640 - added
641
642 * mbase/Makefile, mbase/BaseLinkDef.h:
643 - added MGMap
644
645
646
647 2004/05/11: Thomas Bretz
648
649 * mraw/MRawEvtHeader.cc:
650 - added a check whether the file has finished or not after
651 reading the first bytes.
652
653
654
655 2004/05/10: Marcos Lopez
656
657 * mmontecarlo/MMcEnergyEst.cc:
658 - In static void fcn(...), fixed the following bugs which caused a
659 "segmentation violation":
660 - Replace: MTaskList *tlist = evtloop->GetTaskList()
661 by: MTaskList *tlist = (MTaskList*)plist->FindObject("MTaskList")
662 - And get the pointer *eval to MParamterD("MFitResult"), after
663 the excution of the Eventloop and not before it (since that object is
664 created when calling the PreProcess).
665
666
667
668 2004/05/10: Thomas Bretz
669
670 * mraw/MRawEvtHeader.[h,cc]:
671 - changed return type of ReadEvt from int to Int_t
672 - Enhanced output in case of invalid time
673
674 * mraw/MRawRead.cc:
675 - fixed the return type of ReadEvt (was bool instead of int)
676 which confused merpp completely in case of invalid times
677
678
679
680 2004/05/10: Markus Gaug
681
682 * macros/calibrate_data.C
683 - updated setting of arr. time extractor
684
685
686
687 2004/05/09: Thomas Bretz
688
689 * Makefile:
690 - added workaround for Mac to create so- and dynlib-object
691
692 * Makefile.conf.darwin:
693 - added necessary option to create both kind of files
694
695 * Makefile.conf.linux:
696 - changed the options to create so-object only
697
698 * Makefile.rules:
699 - added DYLIB to rmbin
700
701 * mraw/MRawEvtData.cc:
702 - changed some output
703
704 * mraw/MRawEvtHeader.[h,cc]:
705 - skip the rest of the header if the time is invalid. Otherwise
706 merpps force-mode will corrupt the data when further processing
707 - implemented GetNumBytes returning the size of the header
708
709
710
711 2004/05/08: Thomas Bretz
712
713 * mona.cc:
714 - some changes to make it work again
715
716 * mraw/MRawSocketRead.cc:
717 - fixed the sync with what DAQ sends
718
719
720
721 2004/05/07: Markus Gaug
722
723 * mcalib/MHCalibrationChargeHiGainPix.cc
724 * mcalib/MHCalibrationChargeLoGainPix.cc
725 - take out half of the bins for the hists in order to save memory
726
727 * mjobs/MExtractCalibTest.cc
728 - include write-out of the containers in the loop
729
730 * mjobs/MJCalibration.cc
731 - take runs 20660 and 20661 into the list of known runs with colour
732 green.
733
734 * mpedestal/MPedCalcPedRun.[h,cc]
735 - make the arrays fSum and fSum2 doubles. This is necessary since
736 rounding errors of the floats introduced significant errors in the
737 RMS!
738 - introduced one condition about possible window sizes of 0.
739
740
741
742 2004/05/06: Markus Gaug
743
744 * htmldoc/images/PedestalStudyInner.gif
745 * htmldoc/images/PedestalStudyOuter.gif
746 - two gifs used for the documentation of MPedCalcPedRun
747
748 * mpedestal/MPedCalcPedRun.cc
749 - updated documentation
750
751 * macros/pedestalstudies.C
752 - updated to the latest version of MPedCalcPedRun
753
754 * macros/bootcampstandardanalysis.C
755 - updated to the latest changes in the ArrivalTime Extraction
756
757
758
759 2004/05/05: Markus Gaug
760
761 * mcalib/MHGausEvents.cc
762 - removed some warning saying "Cannot create Fourier spectrum"
763
764 * mcalib/MCalibrationChargePix.cc
765 - loosened the limits somewhat for calibration with the low-gain
766 - introduced different electronic noise for inner and outer pixels
767 (like seen in the data)
768
769 * mpedestal/MPedCalcPedRun.cc
770 - fixed a small inconsistency in case that the range goes out of
771 the high-gain samples and reaches into the low-gain samples. In
772 that case, the last slice of the high-gain was not taken (but the
773 window size correctly)
774
775 * mjobs/MJExtractCalibTest.[h,cc]
776 - included setters for the time extractor
777
778 * mcalib/MCalibrationChargeCalc.cc
779 - set default of fgPheErrLimit from 4 sigma to 5.
780
781 * mcalib/Makefile
782 * mcalib/CalibLinkDef.h
783 * mcalib/MHCalibrationTestTimeCam.[h,cc]
784 * mcalib/MHCalibrationTestTimeCam.[h,cc]
785 - analogue to MHCalibrationTestCam, two classes to test the
786 output of the calibration.
787
788 * mcalib/MHCalibrationCam.cc
789 - in InitHists, exclude only pixels with kUnsuitableRun, instead of
790 all (IsBad())
791
792 * msignal/Makefile
793 * msignal/SignalLinkDef.h
794 * msignal/MExtractTimeFastSpline.[h,cc]
795 - new fast spline extractor for the equally spaced time slices.
796 Searches for the position of the half maximum between maximum and
797 pedestal. About 6 times faster than MArrivalTimeCalc
798
799 * mjobs/MJCalibration.cc
800 - changed names of the MHCameras to contain run name
801
802
803
804 2004/05/04: Raquel de los Reyes
805
806 * mbase/MRunIter.[h,cc]
807 - Added a flag and a set function to read .raw files.
808 The default option is set to read .root files.
809
810
811
812 2004/05/04: Javier Rico
813
814 * mcalib/MCalibrate.cc
815 - when calibrating using kNONE, weight by the pixel area
816
817
818
819 2004/05/04: Thomas Bretz
820
821 * macros/MagicHillas.C, macros/comprob.C, macros/derotatedc.C,
822 macros/dohtml.C, macros/evtrate.C, macros/merpp.C,
823 macros/pixfirerate.C, macros/pixsatrate.C, macros/plot.C,
824 macros/plot2.C, macros/pointing.C, macros/readMagic.C,
825 macros/rootlogon.C, macros/runbook.C, macros/sectorvstime.C,
826 macros/star.C, macros/sumcurrents.C, macros/tar.C,
827 macros/testenv.C, macros/weights.C:
828 - updated documentation
829
830 * mastro/MAstroCamera.[h,cc]:
831 - added member function to read MC .def files for mirror geometry
832 - added GetDiffZdAz
833
834 * mastro/MObservatory.[h,cc]:
835 - added Copy-member function
836
837 * mbase/MLog.[h,cc]:
838 - updated handling of mutices
839 - added a new mutex to lock the stream
840
841 * mhist/MHCamera.[h,cc]:
842 - added functionality to linear deform the camera display
843 (to correct for abberation)
844
845 * mtools/MFFT.cc:
846 - added more documentation
847
848 * mbase/MTime.[h,cc]:
849 - renamed overloaded Set-function to SetMjd. There were some
850 trouble with the interpreter and the new naming is more
851 intuitive.
852
853
854
855 2004/05/04: Markus Gaug
856
857 * mcalib/MHCalibrationChargeBlindPix.cc
858 - intialized the 2 vectors differently, now they don't give
859 warnings any more.
860
861 * msignal/MExtractor.cc
862 * msignal/MExtractFixedWindow.cc
863 - put one initialization to 0 into the MExtractor
864
865 * mastro/MAstroCatalog.h
866 - make AlignCoordinates() protected, in order to compile
867
868 * mcalib/MHGausEvents.cc
869 - took out fEvents(0) and fHGausHist() from constructor
870
871 * msignal/MExtractor.cc
872 * msignal/MExtractPINDiode.cc
873 - fixed StreamPrimitive
874
875 * msignal/MExtractBlindPixel.[h,cc]
876 - deriving from MExtractor, possibility to filter NSB events
877
878
879
880 2004/05/03: Thomas Bretz
881
882 * mbase/MRunIter.cc:
883 - AddRuns(char*) added some const-qualifiers
884 - replaced deprecated if-else-if by continue- and return-
885 constructions
886
887
888
889 2004/05/03: Javier Lopez
890
891 * mbadpixels/MBadPixelsPix.[h,cc]
892 - put another enum for hardware malfunctionning. Started to be
893 filled with kHVNotNominal
894
895
896
897 2004/05/03: Markus Gaug
898
899 * mcalib/MHCalibrationBlindPix.[h,cc]
900 - removed a "->" behind the comment
901 - Create a TVector in Draw only if the array is not zero
902
903
904 * mraw/MRawEvtPixelIter.cc
905 - corrected bug in GetIdxMaxLoGainSamples() which looped over
906 one slice too much
907 end = fLoGainPos + fNumLoGainSamples + 1 replaced by:
908 end = fLoGainPos + fNumLoGainSamples
909
910 * msignal/MTimeExtractor.[h,cc]
911 * msignal/MExtractTime.[h,cc]
912 - changed name for alphabetical display in dox
913
914 * mjobs/MJCalibration.[h,cc]
915 * msignal/MExtractTimeSpline.h
916 * msignal/MExtractTimeHighestIntegral.h
917 - changed name of base class to MExtractTime
918
919 * mcalib/MCalibrationCam.[h,cc]
920 * mcalib/MCalibrationChargeCam.[h,cc]
921 * mcalib/MCalibrationRelTimeCam.[h,cc]
922 - put the number of unsuitable and unreliable pixels in the base
923 class
924
925 * mcalib/MCalibrationRelTimeCalc.[h,cc]
926 - fixed a bug calculating the average time resolution
927
928 * mpedestals/MPedestalPix.[h,cc]
929 - add a dedicated fValid flag in order to be able to discard pixels
930 from outside (e.g. from MBadPixelsCam)
931
932 * mpedestals/MPedCalcPedRun.[h,cc]
933 - catch badpixels cam from parameter list, if existing and set
934 corresponding pixels to not valid in MPedestalPix
935
936 * mjobs/MGCamDisplays.[h,cc]
937 * mhist/MHCamera.[h,cc]
938 - put DrawProjection and DrawRadialProfile in MHCamera
939
940 * macros/dohtml.C
941 - include directory mfit and macros calibration.C and
942 bootcampstandardanalysis.C
943 - take out pixvstime.C which does not exist
944
945 * msignal/MExtractFixedWindow.[h,cc]
946 * msignal/MExtractSlidingWindow.[h,cc]
947 * msignal/MExtractFixedWindowPeakSearch.[h,cc]
948 * msignal/MExtractor.[h,cc]
949 * msignal/MExtractPINDiode.[h,cc]
950 * msignal/MExtractTime.[h,cc]
951 - set number of slices not in base class, but in derived one.
952 Like this, extractors setting their signal in other containers
953 don't have a conflict with the ReInit() in MExtractor.
954
955 2004/05/01: Thomas Bretz
956
957 * macros/rootlogon.C:
958 - ignore MARSSYS if libmars.so is found in the current path
959
960 * mastro/MObservatory.cc:
961 - small change to coordinates
962
963 * mbase/MLog.[h,cc]:
964 - enhanced output in case of problem with mutices
965
966 * mtemp/TempIncl.h, mtemp/TemlLinkDef.h:
967 - removed everything
968
969 * Makefile*, */Makefile
970 - changed all to support mtemp/mifae and similar
971
972
973
974 2004/05/01: Abelardo Moralejo
975
976 * mmain/MEventDisplay.cc
977 - changed back integration range for MC to 0-14 slices to avoid
978 confusions.
979
980
981
982 2004/05/01: Markus Gaug
983
984 * macros/dohtml.C
985 - include directory mpedestal
986
987 * msignal/MExtractFixedWindow.[h,cc]
988 * msignal/MExtractSlidingWindow.[h,cc]
989 * msignal/MExtractFixedWindowPeakSearch.[h,cc]
990 * msignal/MExtractor.[h,cc]
991 - include the possibility to set the range for the hi-gain outside
992 the range of MRawEvtPixelIter::GetNumHiGainSamples() and to take
993 the "low-gain" slices instead. This is necessary for the March
994 data!
995
996 * mjobs/MJCalibration.[h,cc]
997 - accept arrival time extractors deriving from MTimeExtractor
998
999
1000
1001 2004/04/30: Thomas Bretz
1002
1003 * mastro/MAstroCamera.[h,cc]:
1004 - removed obsolete TList data member (use a argument in
1005 GetStarList instead)
1006
1007 * mbase/MTime.h:
1008 - added 'istream &operator<<(istream &in, MTime &t)'
1009
1010 * mbase/BaseLinkDef.h:
1011 - added new operator
1012
1013
1014
1015 2004/04/30: Daniela Dorner
1016
1017 * macros/pointing.C
1018 - implemented plot: Control Deviation vs Time
1019 - rearranged plots
1020
1021
1022
1023 2004/04/30: Markus Gaug
1024
1025 * mcalib/MCalibrationRelTimeCalc.[h,cc]
1026 - new class to treat rel. times after fits
1027
1028 * mcalib/MCalibrationChargeCalc.[h,cc]
1029 - search for outliers in the total F-Factor and set a flag in
1030 MBadPixelsPix
1031
1032 * mcalib/MCalibrationRelTimeCam.h
1033 - new TArrayIs to store number of unsuitable and unreliable pixels
1034
1035
1036 * mbadpixels/MBadPixelsPix.h
1037 - two new flags added: kDeviatingFFactor and kDeviationTimeResolution
1038
1039 * mcalib/MHCalibrationRelTimePix.[h,cc]
1040 - take out commented part of code related to re-normalization
1041
1042 * mcalib/MHCalibrationCam.[h,cc]
1043 - retrieve the used run numbers in order to store them in teh
1044 histogram titles to help transparency of the displays
1045
1046 * mcalib/MHCalibrationRelTimeCam.[h,cc]
1047 - Getter and Setter for the reference pixel
1048
1049 * mcalib/MCalibrate.cc
1050 - make error of nphot to be taken from square root of absolute
1051 number of photons instead of number of photons, otherwise
1052 NaN's are obtained
1053
1054 * msignal/MExtractPINDiode.[h,cc]
1055 - now deriving from MExtractor
1056
1057 * msignal/Makefile
1058 * msignal/SignalLinkDef.h
1059 * msignal/MExtractTimeSpline.[h,cc]
1060 * msignal/MExtractTimeHighestIntegral.[h,cc]
1061 - replacements for MArrivalTimeCalc and MArrivalTimeCalc2
1062
1063 * mjobs/MJCalibration.[h,cc]
1064 - Set time extractor by pointer
1065
1066
1067
1068 2004/04/29: Thomas Bretz
1069
1070 * mbase/MTask.cc:
1071 - fixed behaviour of GetNumExecutions. Because of a root bug
1072 Count returns a number which is to high by 1.
1073
1074
1075
1076 2004/04/29: Abelardo Moralejo
1077
1078 * mmc/MMcEvt.hxx
1079 - Added minor comment (explanation of fPassPhotCone).
1080
1081 * mmc/MMcRunHeader.[hxx,cxx]
1082 - Removed obsolete parameters fSourceOffsetTheta, fSourceOffsetPhi
1083 - Updated class version to 5.
1084
1085
1086
1087 2004/04/29: Nadia Tonello
1088
1089 * mbadpixels/MBadPixelsTreat.h
1090 - changed enums {.. BIT(1), ... BIT(2), ... BIT(3) } in {1,2,3}
1091 to have the right behaviour of the flags (and of SetProcessRMS)
1092
1093 * manalysis/MCT1PointingCorrCalc.[h,cc]
1094 - added pointing correction for 1ES1959
1095
1096
1097
1098 2004/04/29: Markus Gaug
1099
1100 * msignal/MArrivalTimePix.[h,cc]
1101 - removed flag fLoGainUsed which is not used at all
1102
1103 * msignal/MTimeExtractor.[h,cc]
1104 - new base class for arrival time extractors
1105
1106 * msignal/Makefile
1107 * msignal/SignalLinkDef.h
1108 * msignal/MExtractTimeSpline.[h,cc]
1109 - replacement of MArrivalTimeCalc, derived from MTimeExtractor
1110
1111
1112 * msignal/MExtractor.h
1113 - make SetRange virtual
1114 - check for range w.r.t. ranges given in the run header in ReInit
1115
1116 * msignal/MExtractFixedWindow.[h,cc]
1117 * msignal/MExtractSlidingWindow.[h,cc]
1118 * msignal/MExtractFixedWindowPeakSearch.[h,cc]
1119 - overload the SetRange() function in order to do the necessary
1120 checks of the range there. Slight differences in every extractor
1121 because of the floating windows.
1122
1123
1124 * mpedestals/MPedCalcPedRun.[h,cc]
1125 - add the possibility to set ranges and extraction windows. Default
1126 is what has always been
1127
1128
1129 * mjobs/MJPedestals.[h,cc]
1130 - add the possibility to set a signal extractor which gives the
1131 extraction ranges to MPedCalcPedRun
1132 - derive from MHCamDisplays
1133
1134 * mcalib/MCalibrationChargeCam.cc
1135 - updated the Print() a little
1136
1137
1138 2004/04/29: Javier Rico
1139
1140 * mbase/MRunIter.cc
1141 - Remove AddRuns(const char*,const char*) dependence on length of
1142 first character chain
1143
1144
1145 2004/04/28: Javier Rico
1146
1147 * mbase/MRunIter.[h,cc]
1148 - include function to read runs specified in a character chain
1149 with the format, e.g., run1,run2-run3,run4-run5,...
1150
1151
1152
1153 2004/04/28: Abelardo Moralejo
1154
1155 * macros/starmc.C
1156 - adapted to change in MC calibration: replaced
1157 MMcCalibrationCalc::GetHist by GetHistADC2PhotEl and
1158 GetHistPhot2PhotEl.
1159
1160
1161
1162 2004/04/28: Markus Gaug
1163
1164 * mjobs/MGCamDisplays.cc
1165 * mjobs/MJCalibration.cc
1166 - introduced new "fit" flag in DrawProjection allowing to draw
1167 two separate pad with the (fitted) histograms for inner and
1168 outer pixels. This is displayed by MJCalibration if the
1169 kNormalDisplay option is chosen (default).
1170
1171 * mjobs/MJCalibration.h
1172 - took out the const of GetBadPixels() in order to allow compilation
1173 of macros/bootcampstandardanalysis.C. This will change again soon
1174 when mjobs/MJExtraction is updated and used there.
1175
1176 * msignal/MArrivalTimeCalc.[h,cc]
1177 - remove the ReInit() which calls to an MGeomCam which is later not
1178 used
1179
1180 * macros/calibrate_data.C
1181 - fixed a bug in loop 3 taking the default QE Cam instead of the
1182 one filled by MJCalibration
1183
1184 * msignal/MExtractor.[h,cc]
1185 - new base class for signal extractors
1186
1187 * msignal/Makefile
1188 * msignal/SignalLinkDef.h
1189 * msignal/MExtractFixedWindow.[h,cc]
1190 * msignal/MExtractSlidindWindow.[h,cc]
1191 * msignal/MExtractFixedWindowPeakSearch.[h,cc]
1192 - replacements for MExtractSignal, MExtractSignal2, MExtractSignal3
1193
1194 * macros/calibration.C
1195 * macros/calibrate_data.C
1196 * macros/pedphotcalc.C
1197 * macros/bootcampstandardanalysis.C
1198 - adapted to new extractors
1199
1200 * mbadpixels/MBadPixelsPix.h
1201 - set back the old definition of IsOK(), namely no information
1202 available
1203
1204
1205
1206 2004/04/27: Raquel de los Reyes
1207
1208 * mhvstime/MHVsTime.cc
1209 - added a line in the Fill function to avoid empty time events.
1210
1211
1212
1213 2004/04/27: Abelardo Moralejo
1214
1215 * mcalib/MMcCalibrationCalc.[h,cc]
1216 - added histogram which stores the conversion of photons before
1217 the plexiglas to photoelectrons hitting first dynode.
1218
1219 * macros/mccalibrate.C
1220 - added MPointingPosCalc to the tasklist to create and fill an
1221 MPointingPos object, and later write it to the Events tree of
1222 the calibrated MC files. Added some comments and simplified
1223 some lines. One more histogram from MMcCalibrationCalc (see
1224 above) is now written to the output.
1225
1226 * macros/starmc2.C
1227 - added the writing of MPointingPos to output star file.
1228
1229
1230
1231 2004/04/27: Markus Gaug
1232
1233 * mjobs/MJCalibration.[h,cc]
1234 - put the three camera drawing facilities into a separate base
1235 class MGCamDisplays
1236
1237 * mjobs/MGCamDisplays.[h,cc]
1238 * mjobs/Makefile
1239 * mjobs/JobsLinkDef.h
1240 - camera drawing facilities: CamDraw, DrawProjection and
1241 DrawRadialProfile, used by all jobs
1242
1243 * mjobs/MJExtractCalibTest.[h,cc]
1244 * mjobs/Makefile
1245 * mjobs/MJobsLinkDef.h
1246 - new class to test the calibration results
1247
1248 * mcalib/MCalibrationChargeCalc.cc
1249 - set unsuitable pixels to excluded in MCalibrationChargePix, which
1250 will not display them in the status display
1251
1252 * mjobs/MJCalibration.cc
1253 - take out display of previously excluded pixels
1254
1255 * mbadpixels/MBadPixelsCam.cc
1256 - set val to 1 in case that GetPixelContent is true, before display
1257 was not correct
1258
1259 * macros/calibration.C
1260 - added the test class MJExtractCalibTest
1261
1262
1263
1264 2004/04/27: Abelardo Moralejo
1265
1266 * mhistmc/MHMcCollectionArea.[h,cc]
1267 - Added fMCAreaRadius and setter to allow changing the radius of
1268 the circular area in which MC events are produced. Useful for
1269 instance for stereo configuration studies. By default it is 300 m
1270 as was assumed before.
1271
1272
1273
1274 2004/04/26: Markus Gaug
1275
1276 * mcalib/MHCalibrationTestPix.[h,cc]
1277 * mcalib/MHCalibrationTestCam.[h,cc]
1278 * mcalib/Makefile
1279 * mcalib/CalibLinkDef.h
1280 - two new histogram classes to perform claibraion checks, will be
1281 especially useful for the data-check.
1282
1283 * mcalib/MCalibrationQEPix.cc
1284 - found a bug in the setting of validity flags of colours. This
1285 made the QE used for calibration uncorrect by about a factor 1.5
1286 for the outer pixels if only one colour is used for calibration.
1287
1288 * mjobs/MJCalibration.[h,cc]
1289 - moved colour finder from the macros into this class with the
1290 function FindColor()
1291 - had to add ~MJCalibration() {} because otherwise, I get a
1292 segmentation violation in the destructor, the debugger says in
1293 some TString. Maybe it's because of the GetDescriptor() in
1294 ~MParContainer() ?
1295
1296 * macros/calibration.C
1297 * macros/calibrate_data.C
1298 * macros/pedphotcalc.C
1299 * macros/bootcampstandardanalysis.C
1300 - removed function FindColor()
1301
1302 * mcalib/MCalibrationCam.h
1303 - make Init() and InitSize() virtual
1304
1305 * mcalib/MCalibrationChargeCam.[h,cc]
1306 - introduce two TArrayI's for the number of uncalibrated and
1307 unreliable pixels.
1308
1309 * mcalib/MCalibrationChargeCalc.[h,cc]
1310 - calculate and store the above numbers.
1311
1312 * mbadpixels/MBadPixelsPix.[h,cc]
1313 * mbadpixels/MBadPixelsCam.cc
1314 - removed bits: kHiGainNotCalibrated and kLoGainNotCalibrated
1315 - added bits: kDeviatingFFactor, kConversionHiLoNotValid
1316 - removed functions: IsCalibrationResultOK()
1317 and IsCalibrationSignalOK()
1318 - changed function IsOK() such that it returns false only if
1319 the pixels is not suitable (run or evt)
1320
1321 * mcalib/MCalibrate.cc
1322 * mcalib/MCalibrateRelTime.cc
1323 - exchanged query for IsCalibrationResultOK() to
1324 IsUnsuitableRun(MBadPixelsPix::kUnsuitableRun). This includes
1325 now the oscillating pixels (which are sometimes many!!)
1326
1327 * mcalib/MHCalibrationRelTimePix.cc
1328 - commented re-normalization to ns in Renorm()
1329 - introduced Getter to fFADCSliceWidth
1330
1331 * mcalib/MHCalibrationRelTimeCam.cc
1332 - renorm to ns in GetPixelsContent()
1333 --> now, calibration in MCalibrateRelTimes is consistent
1334
1335
1336
1337 2004/04/26: Abelardo Moralejo
1338
1339 * manalysis/MMcCalibrationUpdate.cc
1340 - changed from 1 to 10 the "dummy" value of conversion high to low
1341 gain for old camera 0.6 files. Usually these files have no low
1342 gain at all, but there was a patched version of the program
1343 which did have low gain (with a gain 10 lower than hg).
1344
1345
1346
1347 2004/04/25: Abelardo Moralejo
1348
1349 * mbadpixels/MBadPixelsTreat.cc
1350 - Change in line 204: if ((*fBadPixels)[i].IsBad()) by
1351 if ((*fBadPixels)[j].IsBad()) The way it was done, it never
1352 worked, because the check on whether the neighbour pixels
1353 were OK was performed on the same pixel to be treated (i), which
1354 is obviously not OK. The same problem fixed in the interpolation
1355 of pedestals. Amazingly, this error would have shown up in any
1356 test of the class.... I assume it must have been commited
1357 completely untested.
1358
1359 - In InterpolateSignal: moved division of summed charge over
1360 number of pixels : put it after the check of the number of
1361 valid neighbours to avoid division by 0.
1362
1363
1364
1365 2004/04/23: Markus Gaug
1366
1367 * mcalib/MHCalibrationCam.cc
1368 - fixed a bug in the ReInit() for the number of average events in
1369 each area index and sector
1370
1371
1372 2004/04/23: Thomas Bretz
1373
1374 * */Makefile:
1375 - added some more mpedestal
1376
1377 * mreport/MReportRun.cc:
1378 - changed to work with the latest version of report-files
1379 --> This will make it incompatible with older report files
1380 (for this use older Mars versions for merpping)
1381
1382 * mbase/MStatusDisplay.[h,cc]:
1383 - added combo-box to surf through tabs in MARS-tab
1384
1385
1386
1387 2004/04/22: Nadia Tonello
1388
1389 * mcalib/MCalibrateData.cc
1390 - changed request for MBadPixelsPix::IsCalibrationResultOK() for
1391 MBadPixelsPix::IsUnsuitable(MBadPixelsPix::kUnsuitableRun)
1392
1393
1394
1395 2004/04/22: Thomas Bretz
1396
1397 * mhist/MHCamera.[h,cc]:
1398 - implemented SetUsed
1399
1400 * merpp.cc:
1401 - added "-ff" and interleave mode - both not execcively tested yet
1402
1403 * mhbase/MFillH.cc:
1404 - added a missing 'endl'
1405
1406 * mraw/MRawCrateData.[h,cc], mraw/MRawEvtData.[h,cc],
1407 mraw/MRawEvtHeader.[h,cc]
1408 - added SkipEvt (the number of skipped bytes is untested)
1409
1410 * mraw/MRawEvtHeader.[h,cc]
1411 - return kCONTINUE if time is invalid
1412
1413 * mraw/MRawFileRead.[h,cc]:
1414 - implemented AddFile feature - first draft!
1415 - added feature to skip events
1416
1417 * mraw/MRawFileWrite.h:
1418 - changed default compression level corresponding to merpp to 2
1419
1420 * mraw/MRawRead.[h,cc]:
1421 - added fForceMode flag to be able to suppress event errors
1422
1423 * mbadpixels/MBadPixelsTreat.[h,cc]:
1424 - changes such that the pedestal interpolation is now done
1425 only in ReInit. If you need the old behaviour call
1426 SetProcessRMS()
1427
1428 Another step towards less mess:
1429
1430 * MMcPedestalCopy.[h,cc], MMcPedestalNSBAdd.[h,cc],
1431 MPedPhotCalc.[h,cc], MPedPhotCam.[h,cc], MPedPhotPix.[h,cc],
1432 MPedCalcPedRun.[h,cc], MPedestalCam.[h,cc],
1433 MPedestalPix.[h,cc]:
1434 - moved from manalysis to mpedestal
1435
1436 * mpedestal/Makefile, mpedestal/PedestalLinkDef.h,
1437 mpedestal/PedestalIncl.h:
1438 - added
1439
1440 * manalysis/Makefile, manalysis/AnalysisLinkDef.h,
1441 manalysis/AnalysisIncl.h:
1442 - removed files above
1443
1444 * mbadpixels/Makefile:
1445 - added mpedestals
1446
1447 * Makefile:
1448 - added mpedestals
1449
1450
1451 2004/04/22: Antonio Stamerra
1452
1453 * mmain/MEventDisplay.cc
1454 - Added new tab "Trigger" adding a new MHEvent (evt9),
1455 filled through the MMcTriggerLvl2 container.
1456 A new MFillH task for evt9 and MMcTriggerLvl2Calc task
1457 have been added.
1458
1459 * mhist/MHEvent.[h,cc]
1460 - Added new event type kEvtTrigPix
1461
1462 * manalysis/MMcTriggerLvl2.[h,cc]
1463 - The class now inherits from MCamEvent
1464 - Added the methods GetPixelContent and DrawPixelContent (from MCamEvent)
1465 - Added the method IsPixelInTrigger that returns kTRUE if a pixels
1466 is in the trigger region
1467
1468 * manalysis/MMcTriggerLvl2Calc.[h,cc]
1469 - Added the methods CheckRunType and ReInit to check if the file is MC.
1470
1471 * mhistmc/Makefile
1472 - Added the include for mgui
1473
1474
1475 2004/04/22: Markus Gaug
1476
1477 * mcalib/MCalibrate.[h,cc]
1478 - introduced flat-fielding of charges for the muon calibration,
1479 accessible with SetCalibrationMode(kFlatCharge)
1480
1481 * manalysis/MPedCalcPedRun.cc
1482 - added a SetReadyToSave() at the end of PostProcess
1483
1484 * mjobs/Makefile
1485 - added include of mraw
1486
1487 * mjobs/MJCalibration.cc
1488 - added MRawFileRead for option SetDataCheck()
1489
1490 * mjobs/MJPedestal.cc
1491 - added MRawFileRead for option SetDataCheck()
1492
1493
1494 2004/04/21: Thomas Bretz
1495
1496 * mbase/MTask.cc, mbase/MTaskList.cc:
1497 - let MTask in list fTaskProcess to be used as a counter
1498
1499 * mdata/MDataChain.[h,cc]:
1500 - added some treatments for combinations of +/- signs
1501
1502 * mfbase/MFilterList.[h,cc]:
1503 - added a new constructor to simplyfy filter-inversions
1504
1505 * mfileio/MReadReports.cc:
1506 - added comment
1507
1508 * mhbase/MBinning.[h,cc]:
1509 - added new constructor to simplify calls in macros
1510
1511 * mhbase/MFillH.[h,cc]:
1512 - added fDrawOption to be used in MStatusDisplay
1513
1514 * mhist/MHFalseSource.cc:
1515 - added comment
1516
1517
1518
1519 2004/04/20: Thomas Bretz
1520
1521 * macros/derotatedc.C
1522 - added tutorial macro plotting derotated dc currents
1523
1524 * mhist/MHCamEventRot.[h,cc]:
1525 - added histogram to be filled with derotated MCamEvents
1526
1527
1528
1529 2004/04/18: Abelardo Moralejo
1530
1531 * mgeom/MGeomCam.h
1532 - Update class version to 4 (necessary after M. Gaug's change
1533 of the type of member fMaxRadius.
1534
1535
1536
1537 2004/04/16: Abelardo Moralejo
1538
1539 * mcalib/MCalibrationQEPix.[h,cc]
1540 - Added fAverageQE. Same role as gkDefaultAverageQE, but can be
1541 changed via SetAverageQE. Made public GetAverageQE and
1542 GetAverageQERelVar (this changes needed for MC).
1543
1544 * mcalib/MMcCalibrationCalc.[h,cc]
1545 * manalysis/MMcCalibrationUpdate.[h,cc]
1546 - Adapted to M. Gaug's changes in calibration classes. Behaviour
1547 has been tested to be the same as before those changes. Now the
1548 conversion factor from ADC counts to photoelectrons, and the
1549 average QE (photons->photoelectrons) are calculated independently
1550 (and later combined by MCalibrate to obtain the conversion
1551 ADC->photons).
1552
1553 * mmain/MEventDisplay.cc, macros/mccalibrate.C, starmc.C
1554 - Added call to MExtractSignal::SetSaturationLimit(240) Affects
1555 only MC display. This was necessary because if electronic noise
1556 is simulated in the FADC, sometimes saturated slices look not
1557 saturated due to negative fluctuations, so it is better to set
1558 the saturation limit at a safe value (240 ADC counts). Changed
1559 signal integration range (only for MC), now from slices 5 to 10.
1560
1561 * msignal/MExtractSignal3.[h,cc]
1562 - Changed name of function SetRange for the more adecquate
1563 "SetWindows". No change in behaviour of the function.
1564
1565
1566
1567 2004/04/16: Markus Gaug
1568
1569 * msignal/MExtractSignal.cc
1570 - commited proposed larger default window from fgLast = 10 to
1571 fgLast = 14, because in March the pulses have moved to later
1572 arrival times.
1573 - removed some inconsistency with slice numbering in FindSignal()
1574 from pixel.GetHiGainSamples()+fHiGainFirst-1 to
1575 pixel.GetHiGainSamples()+fHiGainFirst and also for the low gain
1576
1577 * msignal/MExtractSignal2.cc
1578 - committed the proposed smaller window egdes from fgFirst=0 to
1579 fgFirst = 3, because in March some of the high-gain pulses reach
1580 into the "low-gain samples" and mislead thus sliding window to
1581 be maximized on the tail of the high-gain pulse.
1582
1583 * mcalib/MHPedestalPix.cc
1584 - fixed a bug which made normalization to values per slice not happen
1585
1586 * macros/pedestalstudies.C
1587 - fixed and documented
1588
1589
1590
1591 2004/04/15: Markus Gaug
1592
1593 * macros/calibration.C
1594 - added a function FindColor() to extract the colour by filename,
1595 works if there is indeed a colour or if the run nubmer is smaller
1596 than 20000 -> take ct1
1597
1598 * macros/bootcampstandardanalysis.C
1599 * macros/pedphotcalc.C
1600 * macros/calibrate_data.C
1601 - updated the macro to the cvs-standard used at the Udine bootcamp
1602
1603 * mcalib/MCalibrateRelTimes.[h,cc]
1604 * mcalib/Makefile
1605 * mcalib/CalibLinkDef.h
1606 - new class to calibrate the relative times
1607
1608 * manalysis/MGeomApply.cc
1609 - added MArrivalTime::Init()
1610
1611 * msignal/MArrivalTime.[h,cc]
1612 - added array fDataErr
1613
1614 * macros/rootlogon.C
1615 - added directories mbadpixels and mjobs
1616
1617 * mcalib/MCalibrationQEPix.cc
1618 - set the fAvNorm variables to 1 in Clean()
1619
1620 * manalysis/MPedPhotCalc.[h,cc]
1621 - included possibility to use an MBadPixelsCam
1622
1623
1624
1625 2004/04/14: Thomas Bretz
1626
1627 * manalysis/MCerPhotEvt.[h,cc]:
1628 - fixed a bug which caused a missing last pixel (in most cases
1629 Index 576)
1630
1631 * manalysis/MCerPhotPix.cc:
1632 - fixed output in Print
1633
1634 * macros/mccalibrate.C, mmain/MEventDisplay.cc:
1635 - added missing SetCalibrationMethod
1636
1637 * mbadpixels/MBadPixelsCam.[h,cc]:
1638 - added copy constructor
1639
1640 * mbadpixels/MBadPixelsMerge.cc:
1641 - added comments
1642
1643 * mraw/MRawRunHeader.[h,cc]:
1644 - added new run-type (kRTPointRun=7)
1645
1646 * mmain/MEventDisplay.cc:
1647 - fixed the broken cleaning levels
1648
1649
1650
1651 2004/04/14: Markus Gaug
1652
1653 * mcalib/MCalibrationQEPix.cc
1654 - found a bug in the calculation of the error, fixed
1655
1656 * macros/mccalibrate.C, mmain/MEventDisplay.cc:
1657 - replaced SetCalibrationMethod by SetCalibrationMode
1658
1659 * htmldoc/images/CalibClasses.gif
1660 * htmldoc/images/RelTimeClasses.gif
1661 - two schemes used in the class descriptions
1662
1663 * mcalib/MHCalibrationCam.[h,cc]
1664 - included function GetAverageAreas() and GetAverageSectors() like
1665 in MCalibrationCam
1666
1667 * mjobs/MJCalibration.[h,cc]
1668 - included calibration of rel.Times, to be chosen with a flag
1669 RelTimeCalibration()
1670 - signal extractor and arrival time extractor can be chosen by
1671 flags as well (see Class description)
1672
1673
1674 * mbadpixels/MBadPixelsCam.cc
1675 - add two new types in GetPixelContent, add documentation of
1676 GetPixelContent
1677
1678 * msignal/MArrivalTimeCalc2.cc
1679 - commented the warning for pixels with lowgain saturation
1680
1681
1682
1683 2004/04/13: Markus Gaug
1684
1685 * macros/dohtml.C
1686 - included directory mbadpixels
1687
1688 * mcalib/MCalibrationPix.[h,cc]
1689 - add functions GetHiLoMeansDivided(), GetHiLoSigmasDivided() and
1690 errors
1691
1692 * mcalib/MCalibrationChargeCam.[h,cc]
1693 - removed hi-vs.Lo histograms (come into a separate MIntensityCam)
1694 - updated GetPixelContents
1695 - updated class documentation
1696
1697 * mgeom/MGeomMirror.h
1698 - include <TVector3.h>, otherwise it does not compile on my machine
1699
1700 * mjobs/MJPedestals.cc
1701 * mjobs/MJCalibration.cc
1702 - replaced MBadPixelsMerge by MParList.AddToList(fBadPixels) until
1703 bug in MBadPixelsMerge is resolved (see bugtracker).
1704
1705 * mcalib/MHCalibrationChargePINDiode.cc
1706 - return in Draw() if histogram is empty (otherwise segm. violation
1707 in eventloop
1708
1709 * msignal/MExtractedSignalCam.cc
1710 - intialize variables by default to 0.
1711
1712 * mcalib/MHCalibrationChargeCam.[h,cc]
1713 - pointer to fSig is not stored, somehow, when running MJCalibration
1714 Don't know why. Removed and stored some variables instead
1715
1716 * mjobs/MJCalibration.[h,cc]
1717 - updated documentation, updated QE Cam
1718 - set the pulser colour (now obligatory)
1719 - set the possibility to choose different displays
1720
1721 * mcalib/MCalibrationChargeCalc.cc
1722 - set the pulser colour (now obligatory)
1723
1724 * mcalib/MCalibrationChargePix.[h,cc]
1725 - put GetRSigmaPerCharge into this class
1726
1727
1728
1729 2004/04/13: Thomas Bretz
1730
1731 * mastro/MAstroCamera.cc, mastro/MAstroCatalog.[h,cc]:
1732 - enhanced comments
1733 - added some new features
1734
1735 * mbase/MAGIC.h:
1736 - removed some empty lines
1737
1738 * mfileio/MWriteRootFile.cc:
1739 - fixed a compiler warning
1740
1741 * mgeom/MGeomCorsikaCT.h:
1742 - removed obsolete include of TArrayF
1743
1744 * mgeom/MGeomMirror.[h,cc]:
1745 - replaced fReflector by *fReflector
1746
1747 * mmain/MGDisplayAdc.cc:
1748 - fixed a bug which caused the wrong histogram entry to be
1749 displayed
1750
1751
1752
1753 2004/04/10: Markus Gaug
1754
1755 * macros/dohtml.C
1756 - included directory mjobs
1757
1758 * mjobs/MJCalibration.[h,cc]
1759 - added and updated documentation (not yet ready)
1760
1761 * htmldoc/images/CalibClasses.gif
1762 - scheme of the calibration classes, used for documentation in
1763 MJCalibration.cc
1764
1765
1766
1767 2004/04/10: Thomas Bretz
1768
1769 * mastro/MAstroCatalog.[h,cc], mastro/MAstroCamera.[h,cc]:
1770 - added comments
1771
1772 * macros/starfield.C:
1773 - added
1774
1775 * mastro/Makefile, mastro/AstroLinkDef.h
1776 - added MAstroCamera
1777
1778
1779
1780 2004/04/09: Markus Gaug
1781
1782 * mcalib/MHCalibrationChargePINDiode.[h,cc]
1783 * mcalib/MHCalibrationChargeCam.[h,cc]
1784 * mcalib/MHCalibrationChargeCalc.[h,cc]
1785 - put abs. time consistency check from MCalibrationChargeCalc into
1786 MHCalibrationChargePINDiode and MHCalibrationChargeCam
1787
1788 * mcalib/MHCalibrationCam.[h,cc]
1789 * mcalib/MHCalibrationChargeCalc.[h,cc]
1790 - number of used FADC slices also stored in MHCalibrationCam,
1791 MHCalibrationChargeCalc needs no pointer to the signal extractors
1792 any more -> removed
1793
1794 * mcalib/MCalibrationChargePINDiode.[h,cc]
1795 * mcalib/MCalibrationChargeBlindPix.[h,cc]
1796 * mcalib/MCalibrationCam.[h,cc]
1797 - put a default pulser color kNONE
1798
1799 * manalysis/MPedestalCam.[h,cc]
1800 * manalysis/MPedCalcPedRun.[h,cc]
1801 * manalysis/MGeomApply.cc
1802 - added average pixels in the way like it is done in MCalibrationCam
1803
1804
1805
1806 2004/04/08: Thomas Bretz
1807
1808 * mfbase/MF.cc:
1809 - optimized output
1810
1811 * mfbase/MFilterList.cc:
1812 - added some comments
1813
1814 * mfileio/MReadMarsFile.[h,cc], mfileio/MReadTree.[h,cc]:
1815 - added SortFiled-option -- RAQUEL, this is for you!
1816
1817 * mfileio/MWriteRootFile.cc:
1818 - class AddSerialNumber in AddContainer
1819
1820 * mhist/MHFalseSource.[h,cc]:
1821 - optimized setting of hist maximum
1822 - added more source dependant cuts
1823 - changed display layout
1824 - scale number of entries to correct for different acceptance
1825 (not perfect, but the best I can currently do)
1826
1827 * mimage/MHHillasExt.[h,cc]:
1828 - added new histogram for fMaxDist
1829
1830 * mimage/MHNewImagePar.[h,cc]:
1831 - added new histograms for Used/CoreArea
1832
1833 * mimage/MHillasCalc.cc:
1834 - optimized output
1835
1836 * mimage/MHillasExt.cc:
1837 - fMaxDist got a sign
1838
1839 * mimage/MNewImagePar.[h,cc]:
1840 - enhanced comments
1841 - added new Print() member function
1842
1843 * macros/readCT1.C, macros/readMagic.C, mmain/MEventDisplay.cc:
1844 - forward geomcam to newimgepar.Print()
1845
1846
1847
1848 2004/04/08: Markus Gaug
1849
1850 * mcalib/MCalibrationChargeCalc.[h,cc]
1851 * mcalib/MCalibrationChargeCam.[h,cc]
1852 * mcalib/MCalibrationChargePix.[h,cc]
1853 * mcalib/MCalibrationChargeBlindPix.[h,cc]
1854 * mcalib/MCalibrationChargePINDiode.[h,cc]
1855 - put calculation of photon fluxes with the three methods into
1856 MCalibrationChargeCalc
1857 - reorganized calculations in a better readable way (hopefully!)
1858
1859 * mbase/MAGIC.h
1860 * mcalib/MCalibrationCam.[h,cc]
1861 * mcalib/MCalibrationQECam.[h,cc]
1862 * mcalib/MCalibrationQEPix.[h,cc]
1863 - put PulserColor_t away from MAGIC.h into MCalibrationCam
1864 - full implementation of the QE-calibration from MCalibrationQEPix
1865
1866 * msignal/MExtractBlindPixel.cc
1867 - removed warning about low-gain saturation of Blind pixel
1868
1869 * mcalib/MCalibrate.[h,cc]
1870 * mcalib/MCalibrateData.[h,cc]
1871 * mcalib/MMcCalibrationCalc.[h,cc]
1872 * manalysis/MMcCalibrationUpdate.[h,cc]
1873 - conversion factors now separated into FADC2phe and then into
1874 call to average Quantum efficiency.
1875
1876
1877 2004/04/07: Markus Gaug
1878
1879 * mcalib/MHGausEvents.[h,cc]
1880 - added fBlackout events
1881
1882
1883
1884 2004/04/06: Thomas Bretz
1885
1886 * mcalib/MCalibrationCam.[h,cc]:
1887 - simplified call to initialization by new function Init()
1888
1889 * mcalib/MH*.cc:
1890 - fixed some warnings (comparision between signed and unsigned)
1891
1892 * manalysis/MGeomApply.cc:
1893 - use new Init-funtion of MCalibrationCam
1894
1895 * mastro/MAstro.cc:
1896 - some fixes to the conversion functions
1897
1898 * mastro/MAstroCamera.[h,cc]:
1899 - added comments
1900 - changed argument type of AddPrimitives
1901
1902 * mastro/MAstroCatalog.[h,cc]:
1903 - many changes to make it possible to overlay the
1904 catalog on top of a 2D histogram
1905
1906 * mbase/MEvtLoop.cc:
1907 - fixed estimation of run-time
1908
1909 * mbase/MMath.[h,cc]:
1910 - added member functions for signed significances
1911
1912 * mbase/MParContainer.cc:
1913 - changed GetterMethod() to support double reference data mebers
1914
1915 * mbase/MStatusDisplay.cc:
1916 - removed some obsolete debug outputs
1917
1918 * mbase/MTask.[h,cc]:
1919 - removed fNumExecutions, fStopwatch already counts the calls
1920 - slight chagnes to output of PrintStatistics
1921
1922 * mbase/MTaskList.[h,cc]:
1923 - slight chagnes to output of PrintStatistics
1924
1925 * mbase/MTime.cc:
1926 - removed +TwoPi from GetGmst
1927
1928 * mcamera/MCameraAUX.h, mcamera/MCameraHV.h, mcamera/MCameraLV.h,
1929 mcamera/MCameraLid.h, mcamera/MCameraLids.h,
1930 mcamera/MCameraPowerSupply.h:
1931 - added missing Getter functions
1932
1933 * mcamera/MCameraHV.h:
1934 - removed obsolete data-meber fMean
1935
1936 * mdata/DataLinkDef.h:
1937 - added MDataFormula
1938
1939 * mdata/MDataChain.cc, mdata/Makefile:
1940 - enhanced dosumentation
1941 - implemented use of multi argument functions
1942 - added ^-operator
1943
1944 * mdata/MDataList.[h,cc]:
1945 - added ^-operator
1946 - enhanced IsValid
1947
1948 * mfbase/MFilterList.cc:
1949 - changed a warn-output to inf
1950
1951 * mgeom/MGeomCam.[h,cc]:
1952 - added getter returning index corresponding to XY
1953
1954 * mgeom/MGeomPix.[h,cc]:
1955 - added getter IsInside
1956
1957 * mhist/MHCamera.cc:
1958 - Return 0 in GetMean if no entries
1959
1960 * mhist/MHFalseSource.[h,cc]:
1961 - removed conversion stuff (mm/deg)
1962 - slight change to calculation of significance
1963 - added dist-cuts
1964 - added histogram showing number of entries
1965 - added display of catalog
1966
1967 * mhist/MHStarMap.cc:
1968 - added comment
1969
1970 * mimage/MHillasExt.[h,cc]:
1971 - changed class version to 3
1972 - added new data-member fMaxDist
1973
1974 * mimage/MNewImagePar.[h,cc]:
1975 - added new data member fUsedArea and fCoreArea
1976
1977 * mmc/MMcConfigRunHeader.h:
1978 - readded GetMirrors (WHY WAS IT GONE?)
1979
1980 * mpointing/MPointingPos.[h,cc]
1981 - implemented Getter to get coordinates in rad
1982
1983 * mpointing/MSrcPosCalc.[h,cc]:
1984 - fixed direction of rotation
1985 - for the moment do use fTime
1986
1987
1988
1989 2004/04/06: Markus Gaug
1990
1991 * mcalib/MCalibrationChargePix.[h,cc]
1992 - change names of the GetLoGain*() functions to
1993 GetConvertedLoGain*() for better clarity
1994
1995 * mcalib/MCalibrationChargeCam.[h,cc]
1996 - updated and enlarged documentation
1997
1998 * mcalib/MHCalibrationChargeCam.cc
1999 * mcalib/MHCalibrationRelTimeCam.cc
2000 - set the arrays by use of memset
2001 - initialize TObjArrays with the Init-Function
2002
2003
2004 2004/04/05: Markus Gaug
2005
2006 * msignal/MExtractedSignalPINDiode.h
2007 - new function GetLastUsedSlice()
2008
2009 * mcalib/MCalibrationChargeCalc.[h,cc],
2010 * mcalib/MCalibrationChargeCam.cc:
2011 - holds also pointers to MExtractedSignalPINDiode and
2012 MExtractedSignalBlindPixel and does the checks inside the task
2013 (instead of inside the containers)
2014
2015 * mcalib/MCalibrationChargeBlindPix.[h,cc],
2016 * mcalib/MCalibrationChargePINDiode.[h,cc]:
2017 - updated and enlarged documentation
2018
2019 * mcalib/MHCalibrationChargePINDiode.cc
2020 * mcalib/MHCalibrationChargeCam.[h,cc]
2021 - rename Setter for fMeanVar from SetMeanErr() to SetMeanVar()
2022 - rename arrays of fAverageSigmaErr to AverageSigmaVar
2023
2024 * mcalib/MCalibrationPix.[h,cc]
2025 * mcalib/MCalibrationChargePix.[h,cc]
2026 * mcalib/MCalibrationChargeBlindPix.[h,cc]
2027 * mcalib/MCalibrationChargePINDiode.[h,cc]
2028 - add Getters to the relative variance
2029
2030 * mcalib/MHGausEvents.[h,cc]
2031 * mcalib/MCalibrationPix.[h,cc]
2032 * mcalib/MHCalibrationCam.cc
2033 - add to Pickup also Blackout events
2034
2035
2036 2004/04/05: Nadia Tonello
2037
2038 * mbadpixels/MBadPixelsTreat.cc
2039 - In Unmap(): replaced SetPixelUnused with SetPixelUnmapped
2040
2041
2042
2043 2004/04/02: Markus Gaug
2044
2045 * mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationCam.[h,cc],
2046 mcalib/MCalibrationQEPix.[h,cc], mcalib/MCalibrationQECam.[h,cc],
2047 mcalib/MCalibrationRelTimeCam.[h,cc],
2048 mcalib/MCalibrationRelTimePix.[h,cc]:
2049 - updated and enlarged documentation
2050
2051 * mcalib/MHGausEvents.[h,cc], mcalib/MHPedestalPix.[h,cc],
2052 mcalib/MHCalibrationChargePix.[h,cc],
2053 mcalib/MHCalibrationChargeHiGainPix.[h,cc],
2054 mcalib/MHCalibrationChargeLoGainPix.[h,cc],
2055 mcalib/MHCalibrationChargeBlindPix.[h,cc],
2056 mcalib/MHCalibrationChargePINDiode.[h,cc]:
2057 - put fPixId, fPickup, fPickupLimt, CountPickup(), RepeatFit() and
2058 ChangeHistId() into MHGausEvents (before in the derived classes)
2059 - put fChargeNbins, fChargeFirst, fChargeLast,
2060
2061 * mcalib/MHCalibrationRelTimePix.[h,cc]:
2062 - put fRelTimeNbins, fRelTimeFirst, fRelTimeLast together
2063 into MHGausEvents as fNbins, fFirst and fLast
2064
2065 * mcalib/MHCalibrationRelTimePix.[h,cc]:
2066 - remove Renormalization to time slices. Need to think about
2067 more direct way to implement
2068
2069 * mcalib/MHPedestalCam.[h,cc], mcalib/MHCalibrationCam.[h,cc],
2070 mcalib/MHCalibrationChargeCam.[h,cc],
2071 mcalib/MHCalibrationRelTimeCam.[h,cc]:
2072 - put most of the functionality into the base class MHCalibrationCam
2073 - derived classes overload the functions SetupHists, ReInitHists,
2074 FillHists, FinalizeHists and FinalizeBadPixels.
2075 - functions FitHiGainArrays, FitLoGainArrays, FitHiGainHists,
2076 FitLoGainHists and InitHists can be used from base class.
2077
2078 * mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationChargePix.[h,cc],
2079 mcalib/MCalibrationRelTimePix.[h,cc]:
2080 - put most of the functionality into the base class MCalibrationPix
2081 - other two classes derive now from MCalibrationPix
2082
2083 * mcalib/MCalibrationCam.[h,cc], mcalib/MCalibrationChargeCam.[h,cc]
2084 mcalib/MCalibrationRelTimeCam.[h,cc]:
2085 - put most of the functionality into the base class MCalibrationCam
2086 - other two classes derive now from MCalibrationCam
2087 - calls to MCalibration*Cam[i] now have to cast!
2088
2089 * mcalib/MCalibrate.cc, mcalib/MCalibrateData.cc,
2090 * mcalib/MMcCalibrateCalc.cc, manalysis/MMcCalibrationUpdate.cc,
2091 * mcalib/MCalibrationChargeCalc.cc:
2092 - cast calls to MCalibration*Cam[i]
2093
2094 * manalysis/MGeomApply.cc
2095 - add initialization MCalibrationRelTimeCam
2096 - add intialization of average pixels
2097
2098
2099
2100 2004/04/02: Abelardo Moralejo
2101
2102 * msignal/MExtractSignal3.[h,cc]
2103 - added. Alternative method for signal extraction. Uses sliding
2104 window from event to event, but a common window for all pixels
2105 in an event.
2106
2107 * msignal/Makefile, SignalLinkDef.h
2108 - added MExtractSignal3.
2109
2110
2111
2112 2004/04/02: Markus Gaug
2113
2114 * mbadpixels/MBadPixelsPix.h
2115 - added kRelTimeNotFitted and kRelTimeOscillating to Calibration_t
2116 enum
2117
2118 * mcalib/MCalibrationCam.[h,cc], mcalib/MCalibrationPix.[h,cc],
2119 mcalib/Makefile, mcalib/CalibLinkDef.h:
2120 - two new base classes for general calibration storage containers,
2121 contain average pixel storage functionality
2122
2123 * mcalib/MCalibrationRelTimeCam.[h,cc],
2124 mcalib/MCalibrationRelTimePix.[h,cc]:
2125 - new storage container for the rel. time calibration results, derive
2126 from MCalibrationPix, MCalibrationCam
2127
2128
2129
2130 2004/04/01: Markus Gaug
2131
2132 * msignal/MArrivalTimeCalc.[h,cc]
2133 - set fSaturationLimit as a variable with default (instead of 0xff)
2134
2135 * mcalib/MHCalibrationChargeCam.[h,cc]
2136 mcalib/MCalibrationChargeCam.[h,cc]
2137 mcalib/MCalibrationChargeCalc.cc, manalysis/MGeomApply.cc:
2138 - add average pixels per sector
2139
2140 * mcalib/MHGausEvents.[h,cc], mcalib/MHCalibrationChargePix.[h,cc],
2141 mcalib/MHCalibrationRelTimePix.[h,cc]:
2142 - moved BypassFit() function to MHGausEvents
2143
2144 * mcalib/MHCalibrationChargeCam.[h,cc]:
2145 - updated and enlarged documentation
2146 - derives now from mcalib/MHCalibrationCam
2147
2148 * mcalib/MCalibrationChargePix.[h,cc]:
2149 - removed flag kLoGainSaturation, because it is already in MBadPixelsPix
2150
2151 * mcalib/MCalibrationCam.[h,cc], mcalib/Makefile, mcalib/CalibLinkDef.h:
2152 - new base class for all MHCalibration*Cam object, contains the average
2153 pixel functionality
2154
2155
2156
2157 2004/03/31: Markus Gaug
2158
2159 * mcalib/MHCalibrationChargeCam.[h,cc],
2160 mcalib/MCalibrationChargeCam.[h,cc],
2161 mcalib/MCalibrationChargeCalc.cc, manalysis/MGeomApply.cc:
2162 - make the average pixel independent on camera geometry, i.e.
2163 one average pixel per MGeomPix::Aidx
2164
2165
2166
2167 2004/03/31: Abelardo Moralejo
2168
2169 * mmc/MMcConfigRunHeader.[h,cc]
2170 - updated to current version (3) in camera program. Added member
2171 fLightCollectionFactorOuter so that we can store the data on
2172 the simulatedlight collection efficiency (light guides +
2173 plexiglas +...) as a function of incidence angle for outer and
2174 inner pixels independently. Added getters for this information
2175 on light collection efficiency.
2176
2177
2178
2179 2004/03/30: Markus Gaug
2180
2181 * mcalib/MHGausEvents.[h,cc],
2182 mcalib/MHCalibrationChargePix.[h,cc],
2183 mcalib/MHCalibrationChargeHiGainPix.[h,cc],
2184 mcalib/MHCalibrationChargeLoGainPix.[h,cc],
2185 mcalib/MHCalibrationChargeBlindPix.[h,cc],
2186 mcalib/MHCalibrationChargePINDiode.[h,cc],
2187 mcalib/MHCalibrationRelTimeCam.[h,cc],
2188 mcalib/MHCalibrationRelTimePix.[h,cc],
2189 mcalib/MHPedestalPix.[h,cc],
2190 mcalib/MHPedestalCam.[h,cc]:
2191 - updated and enlarged documentation
2192
2193
2194
2195 2004/03/30: Abelardo Moralejo
2196
2197 * mmc/MMcFadcHeader.hxx
2198 - updated to current version (4) in camera program.
2199
2200
2201
2202 2004/03/29: Markus Gaug
2203
2204 * manalysis/MSourcePosFromStarPos.cc
2205 - replaced fabs(ival) by TMath::Abs(ival)
2206
2207 * mbadpixels/MBadPixelsPix.h
2208 - adopt treatment of UnCalibrated_t like the one in Unsuitable_t
2209
2210 * mbadpixels/MBadPixelsPix.cc
2211 - put some documentation in the header
2212
2213 * mcalib/MHCalibrationChargeCam.cc
2214 mcalib/MCalibrationChargeCam.cc
2215 mbadpixels/MBadPixelsCam.cc
2216 - adopt to new style in MBadPixelsPix.h
2217
2218 * mcalib/MCalibrationChargeCalc.[h,cc]
2219 mcalib/MCalibrationChargePix.[h,cc]
2220 - move consistency checks from Pix to Calc
2221
2222 * mcalib/MHGausEvents.[h,cc]
2223 - fixed axes for event and fourier spectrum Draw
2224
2225 * mcalib/MHCalibrationChargePix.[h,cc]
2226 mcalib/MHCalibrationChargeCam.[h,cc]
2227 - moved definition of pulser frequency to MHCalibrationChargeCam
2228
2229
2230
2231 2004/03/24: Thomas Bretz
2232
2233 * mbase/MMath.cc:
2234 - now SignificanceLiMa returns 0 in case sum==0
2235
2236
2237
2238 2004/03/23: Thomas Bretz
2239
2240 * mbase/MContinue.cc, mhbase/MH.cc:
2241 - changed a warning message to an inf-message
2242
2243 * mfileio/MReadTree.cc:
2244 - added an additional logging message when adding files to a
2245 chain successfully.
2246
2247 * mbase/MProgressBar.cc:
2248 - fixed initial size
2249
2250 * mastro/MAstro.[h,cc]:
2251 - changed the code for the rotation angle back to its original
2252 shape. The definition I tried to introduced was already
2253 correctly implemented (assuming that sin is the x-component
2254 of the vector I had it wrong in my mind twice, using
2255 atan2(y,x) everywhere I did recognize it...)
2256
2257 * mreport/MReport.cc:
2258 - fixed a bug which caused a crash when the time is not valid
2259
2260 * mhist/MHStarMap.cc, mpointing/MSrcPosCalc.cc:
2261 - fixed: v.Roatete() must be v=v.Rotate()
2262 - MHStarMap no waorks also without MSrcPosCam, MPointingPos
2263 or MObservatory (leaving out the corresponding translations)
2264
2265
2266
2267 2004/03/22: Markus Gaug
2268
2269 * mfileio/Makefile, mimage/Makefile
2270 - mpointing included
2271
2272
2273
2274 2004/03/22: Thomas Bretz
2275
2276 * mpointing/MSrcPosCalc.[h,cc], MSrcPosCam.[h,cc]:
2277 - added
2278
2279 * mastro/MAstro.[h,cc]:
2280 - added code to calculate rotationangle previously in MObservatory
2281 - changed definition of rotation angle such, that it is now
2282 180deg if Ra and Az grid is parallel
2283
2284 * mastro/MAstroCatalog.[h,cc]:
2285 - fixes and enhancements to the display (such as misscalculated
2286 number of grid lines, title display, etc)
2287 - enhancements to the output
2288 - generalized creation of grid - for further usage
2289
2290 * mastro/MAstroSky2Local.[h,cc]:
2291 - replaced calculation of rotation angle by the function in
2292 MAstro
2293
2294 * mastro/MObservatory.[h,cc]:
2295 - small changes to Print output
2296 - moved code for calculation of rotation angle to MAstro
2297
2298 * mbase/MEvtLoop.cc:
2299 - do not output number of events per second if no events processed
2300
2301 * mbase/MParList.cc:
2302 - updated some comments
2303
2304 * mfileio/MCT1ReadAscii.cc, mfileio/MCT1ReadPreProc.cc,
2305 mfileio/MReadRflFile.cc, mraw/MRawFileRead.cc,
2306 mreport/MReportFileRead.cc:
2307 - output error string if file cannot be opened
2308
2309 * mfileio/MReadTree.cc:
2310 - output name of chain which is scanned
2311
2312 * mimage/MConcentration.cc:
2313 - replaced loop by iterator
2314 - removed obsolete (unused) variables
2315
2316 * mimage/MHNewImagePar.[h,cc]:
2317 - fixed display colors
2318
2319 * mpointing/MPointingPos.[h,cc]:
2320 - added member function to calculate rotation angle
2321 - added comments
2322
2323 * mpointing/Makefile:
2324 - added include MAstro
2325
2326 * manalysis/MSrcPosCam.[h,cc]:
2327 - moved to mpointing
2328
2329 * mpointing/MSrcPosCalc.[h,cc]:
2330 - added: Derotates a star in the camera into MSrcPosCam
2331
2332 * mpointing/Makefile, mpointing/PointingLinkDef.h:
2333 - added MSrcPosCam
2334 - added MSrcPosCalc
2335
2336 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
2337 - removed MSrcPosCam
2338
2339 * mmain/Makefile:
2340 - added include for mpointing
2341
2342 * manalysis/AnalysisIncl.h:
2343 - removed TVector2
2344
2345 * mbase/MParContainer.h:
2346 - added new abstract virtual member function SetVariables
2347 (to be used in fits)
2348 - addeed some text to class description
2349
2350 * mdata/MData.cc:
2351 - added comment
2352
2353 * mdata/MDataArray.[h,cc], mdata/MDataElement.h,
2354 mdata/MDataList.[h,cc], mdata/MDataMember.h,
2355 mfbase/MFDataMember.[h,cc], mfbase/MFilterList.[h,cc]:
2356 - added SetVariables
2357
2358 * mdata/MDataChain.[h,cc]:
2359 - added support for indexed variables [i]
2360 - added SetVariables
2361
2362 * mdata/MDataValue.[h,cc]:
2363 - added support for variable values (through SetVariables)
2364 - added support for an index
2365 - added SetVariables
2366
2367 * mfbase/MF.[h,cc]:
2368 - removed support for {}. This case is now detected
2369 automatically
2370 - added SetVariables
2371 - added support for expressiond like
2372 "MHillas.fLength<2*MHillas.fWidth"
2373
2374 * mfbase/MFDataChain.[h,cc]:
2375 - added fCond data member
2376 - addednew constructor to support fCond
2377 - added support for new condition type
2378 - adapted Print and GetRule
2379
2380 * mimage/MNewImagePar.[h,cc]:
2381 - added some comments
2382
2383 * mhist/MHStarMap.[h,cc]:
2384 - fixed to use the correct MPointingPos instead of the
2385 deprecated MMcEvt. Use MPointingPosCalc to copy the
2386 pointing position from MMcEvt to MPointingPos
2387
2388 * mbase/MMath.[h,cc]:
2389 - added, which currently only implements calculation of
2390 significance and Li/Ma significance
2391
2392 * mbase/Makefile, mbase/BaseLinkDef.h:
2393 - added MMath
2394
2395
2396
2397 2004/03/19: Markus Gaug
2398
2399 * mcalib/MHCalibrationChargePix.cc
2400 - added some style to the default Draw in order to see the
2401 label and axis titles better
2402
2403 * mcalib/MHCalibrationChargeCam.[h,cc]
2404 - store and display more information on the average pxiels
2405
2406 * mcalib/MCalibrationCam.cc
2407 - the GetPixelContent flag were not correct any more, fixed them
2408
2409 * macros/calibration.C
2410 - fixed GetPixelContent flags
2411 - draw radial profile of the variables
2412
2413 * mjobs/MJCalibration.cc
2414 - fixed GetPixelContent flags
2415 - introduced RadialProfile for some displays
2416 - removed some not so important displays
2417
2418 * manalysis/MGeomApply.cc
2419 - included MCalibrationQECam to be initialized
2420
2421 * mcalib/MCalibrationChargePix.[h,cc],
2422 mcalib/MCalibrationQEPix.[h,cc]:
2423 - replace DefinePixId by SetPixId
2424
2425 * mcalib/MCalibrationChargeCalc.[h,cc]
2426 - added MCalibrationQECam
2427 - cleaned the code up a little
2428 - give more information at the end
2429
2430 * mcalib/MCalibrationChargePix.[h,cc]
2431 - took out fNumLoGainSampels whihc is not needed any more because
2432 conversion is only done in the getters
2433 - Canceled function ApplyLoGainConversion (for same reason)
2434
2435 * msignal/MExtractSignal2.cc
2436 - remove uncommented piece of code
2437
2438 * msignal/MExtractSignal.cc, msignal/MExtractSignal2.cc:
2439 - remove warning about pixel with low gain saturation,
2440 now in MBadPixelsPix
2441
2442 * mbadpixels/MBadPixelsPix.[h,cc], mcalib/MCalibrationChargeCam.cc:
2443 - added new flag: kDeviatingNumPhes
2444
2445 * mcalib/MCalibrationChargePix.cc
2446 - check for mean arr. time in last bin replaced by check in last
2447 two bins
2448
2449 * mcalib/MCalibrationChargePix.[h,cc],
2450 mcalib/MCalibrationChargeCam.cc,
2451 mcalib/MHCalibrationChargeCam.cc:
2452 - removed flag kHiGainFitted, kLoGainFitted, since they are
2453 available from MBadPixelsPix
2454
2455 * macros/calibration.C, macros/calibrate_data.C
2456 - a few flags from MCalibrationChargeCam::GetPixelContent were wrong,
2457 corrected them
2458
2459
2460
2461 2004/03/18: Raquel de los Reyes
2462
2463 * macros/DAQDataCheck.C
2464 - macro to check the data from the DAQ system (.raw files).
2465
2466
2467
2468 2004/03/18: Thomas Bretz
2469
2470 * manalysis/AnalysisIncl.h:
2471 - added TVector2
2472
2473 * manalysis/MSrcPosCam.[h,cc]:
2474 - added Getter/Setter using TVector2
2475
2476 * mhbase/MH.cc:
2477 - fixed GetMinimumGT for TH2 and TH3
2478
2479 * mpointing/MPointingPos.h:
2480 - added Getter/Setter for Ra/Dec
2481
2482 * mpointing/MPointingPosCalc.cc:
2483 - fill Ra/Dec into MPointingPos
2484
2485
2486
2487 2004/03/18: Markus Gaug
2488
2489 * mgeom/MGeomCam.[h,cc]
2490 - replace fMaxRadius by a TArrayF of pixel area types
2491 - new TArrayF fMinRadius of each pixel area type
2492 - backward compatibility should be given,
2493 call to GetMaxRadius() returns the value for the whole camera
2494 (which corresponds to the previous value for the Magic camera)
2495
2496 * mimage/MConcentration.cc
2497 - fixed on flog to fLog in order to compile
2498
2499
2500
2501 2004/03/17: Thomas Bretz
2502
2503 * mastro/MAstroCatalog.[h,cc]:
2504 - some simplifications and changes
2505
2506 * mastro/MAstroCatalog.[h,cc]:
2507 - some simplifications and changes
2508
2509 * mastro/MAstroSky2Local.[h,cc]:
2510 - rotation matrix from sky to local coordinates
2511 - added
2512
2513 * mastro/Makefile, mastro/AstroLinkDef.h:
2514 - MAstroSky2Local added
2515
2516 * mraw/MRawEvtPixelIter.cc:
2517 - GetIdxMaxLoGainSample(const Byte_t lofirst) const
2518 accelerated and fixed (the first slice was compared to itself
2519 and the last slice was not taken into account)
2520
2521 * manalysis/MCerPhotAnal2.cc:
2522 - fixed a bug in the new treatment of lo-gains
2523
2524 * mhvstime/MHPixVsTime.cc:
2525 - fixed missing initialization of fTypeErr in constructor
2526
2527 * mimage/MHillas.[h,cc]:
2528 - implemented member function which returns MeanX/Y as TVector2
2529
2530 * mimage/ImageIncl.h:
2531 - added TVector2
2532
2533 * manalysis/MCerPhotEvt.[h,cc]:
2534 - fixed a bug in AddPixels which - in some special circumstances -
2535 cutted pixels with high pixel indices
2536
2537
2538
2539 2004/03/17: Antonio Stamerra
2540
2541 * macros/datatrigcheck.C
2542 - added macro for time and trigger data-checking
2543
2544
2545
2546 2004/03/17: Abelardo Moralejo
2547
2548 * manalysis/MSourcePosfromStarPos.cc
2549 - added cast fabs((Double_t)ival), line 703. Otherwise it does not
2550 compile.
2551
2552 * macros/starmc.C
2553 - added parameter accepted_fraction to select fraction of events
2554 to be processed (useful to make smaller outputs).
2555
2556
2557
2558 2004/03/17: Wolfgang Wittek
2559
2560 * manalysis/MSigmabar.[h,cc]
2561 - correct calculation of sector, which was wrong
2562
2563
2564
2565 2004/03/16: Markus Gaug
2566
2567 * mhist/MHCamera.[h,cc]
2568 - added function RadialProfile which returns a TProfile of the
2569 value along the radius from the camera center
2570
2571
2572
2573 2004/03/16: Oscar Blanch Bigas
2574
2575 * mimage/MConcentration.[h,cc]
2576 - new class for Concentration stuff.
2577 - It computes and stores Concentration 1-8
2578
2579 * mimage/MNewImagePar.[h,cc]
2580 - New Concentration stuff is moved to MConcentration.
2581
2582 * mimage/MHillasCalc.[h,cc], Makefile, ImageLinkDef.h
2583 - Modifications needed to support and compile new
2584 MConcentration class.
2585
2586
2587
2588 2004/03/16: Thomas Bretz
2589
2590 * mjobs/MJ*.[h,cc]
2591 - removed some obsolete comments
2592 - removed projections from Directory (SetDirectory(0))
2593
2594
2595
2596 2004/03/16: Wolfgang Wittek
2597
2598 * manalysis/MSigmabar.[h,cc]
2599 - calculate sigmabar as mean of individual pedestalRMS
2600 instead of sqrt of mean pedestalRMS^2
2601
2602
2603
2604 2004/03/16: Oscar Blanch
2605
2606 * mimage/MNewImagePar.[h,cc]
2607 - New variables members added: fInnerSize, fInnerLeakage[1,2],
2608 fConc[3-8].
2609 - It is only ready for Magic Camera geometry. It has to be done
2610 MGeomCam base.
2611 - The version ahs not been updated since it was done on the
2612 2004/03/10 by Abelardo.
2613
2614
2615
2616 2004/03/15: Markus Gaug
2617
2618 * mcalib/MCalibrationChargePix.[h,cc],
2619 mcalib/MCalibrationChargeCam.[h,cc],
2620 mcalib/MCalibrationChargeCalc.cc:
2621 - conversion from hi- to logain now not applied until the value is
2622 exported outside the class. This is necessary for the error
2623 propagation in the F-Factor method: In the calculation of the
2624 number of Phe, the conversion factors cancel out and do not
2625 enlarge the errors
2626 - pixels with number of phe's outside the range defined by
2627 fPheFFactorRelErrLimit are not any more declared as:
2628 MCalibrationChargePix::IsFFactorMethodValid() == kFALSE ,
2629 but instead as:
2630 MBadPixelsPix::IsSuitableRun(MBadPixelsPix::kUnreliableRun) == kTRUE,
2631 Like this, everybody is allowed to calibrate pixels which give
2632 no reasonable results in the calibration without bothering that
2633 too many pixels fall out. Enjoy!
2634 - In that procedure, the classes passed _internally_ from calculation
2635 of sigmas to calculation of variances which saves all the useless
2636 square rooting.
2637 - took out pointers to MCalibrationChargeBlindPix and
2638 MCalibrationChargePINDiode in MCalibrationChargeCam.
2639
2640
2641
2642 2004/03/15: Abelardo Moralejo
2643
2644 * mmc/MMcEvt.hxx
2645 - added getter function for fZFirstInteraction
2646
2647
2648
2649 2004/03/15: Wolfgang Wittek
2650
2651 * mastro/MObservatory.[h,cc]
2652 - remove bugs in RotationAngle(theta, phi, sin, cos)
2653 replaced
2654 cos = sinl + cosl*cosp /denom;
2655 by
2656 cos = (sinl - cosl*cosp) /denom;
2657
2658
2659
2660 2004/03/15: Thomas Bretz
2661
2662 * mastro/MObservatory.[h,cc]:
2663 - implemented RotationAngle(ra, dec, time)
2664
2665 * mbase/MTask.[h,cc]:
2666 - implemented usage of a TStopwatch to retriev time consumtion
2667 informations
2668 - changed PrintStatistics not to print classes having no
2669 Process() function
2670
2671 * mbase/MTaskList.[h,cc], mfileio/MReadReports.[h,cc]:
2672 - changed PrintStatistics according to changes in MTask
2673
2674 * mraw/MRawEvtHeader.cc:
2675 - added a comment to Fill member function
2676
2677 * manalysis/MCerPhotEvt.[h,cc]:
2678 - added fLut.Set to FixSize and resize fLut by a factor of 2
2679 instead of +1 which acelerates creation of all pixels a lot
2680
2681 * mbadpixels/MBadPixelsPix.cc:
2682 - fixed a typo
2683
2684 * mfilter/MFSoftwareTrigger.cc:
2685 - made statistics output meaning independant of usage of filter!
2686
2687 * mhbase/MFill.[h,cc]:
2688 - added possibility to give tab a different name
2689
2690 * mhist/MHCamera.cc:
2691 - fixed a bug when determin scale for same-option
2692
2693 * mjobs/MJCalibration.cc:
2694 - changed tab names for MFillH
2695
2696 * mjobs/MJExtactSignal.cc:
2697 - added MRawEvtHeader to output
2698
2699 * mbase/MStatusDisplay.[h,cc]:
2700 - changed displayed year
2701 - read and store MStatusArray to and from files
2702
2703 * mfileio/MReadTree.cc:
2704 - enhanced output
2705
2706 * mmain/MCameraDisplay.cc, mmain/MEventDisplay.[h,cc]:
2707 - added preliminary mode to display F1/F2/F3-files
2708
2709 * mbase/MStatusArray.[h,cc]:
2710 - added
2711
2712 * mbase/Makefile, mbase/BaseLinkDef.h:
2713 - added MStatusArray
2714
2715 * mhits/MHCamera.[h,cc], mgui/MHexagon.[h,cc]:
2716 - improved drawing MHCamera with 'same' option
2717
2718
2719
2720 2004/03/13: Markus Gaug
2721
2722 * mcalib/MCalibrationChargeCalc.cc, mcalib/MCalibrationChargeCam.cc,
2723 mcalib/MCalibrationChargePix.[h,cc],
2724 mcalib/MHCalibrationChargeCam.cc,
2725 mcalib/MHCalibrationChargeLoGainPix.cc:
2726 - fixed Low Gain calibration
2727
2728 * mcalib/MHGausEvents.cc:
2729 - changed default fit prob. limit from 0.005 to 0.001
2730
2731 * mbadpixels/MBadPixelsPix.h :
2732 - IsCalibrationResultOK does not ask for FitOK any more
2733
2734 * mcalib/MHCalibrationChargeCam.cc:
2735 - replaced Rel. Err. Limit for outliers in Phe's from 5 sigma to 7
2736
2737 * mraw/MRawEvtPixelIter.[h,cc]:
2738 - function GetIdxMaxLoGainSamples can be called optionally with
2739 offset (because first "loGain" samples are often in reality
2740 hiGain with high values.
2741
2742
2743
2744 2004/03/12: Sebastian Raducci
2745
2746 * manalysis/Makefile
2747 - added mastro in the include directories
2748
2749
2750
2751 2004/03/12: Thomas Bretz
2752
2753 * merpp.cc:
2754 - added 'force' option
2755
2756 * manalysis/MCerPhotAnal2.cc:
2757 - extract pedestal and pedestal rms from lo-gain if hi-gain not
2758 above a certain athreshold
2759
2760 * mastro/MAstroCatalog.[h,c]:
2761 - added text argument to DrawStar
2762
2763 * mbase/MStatusDisplay.cc:
2764 - some small changes to output of SaveAsPS
2765
2766 * mfilter/MFCosmics.cc:
2767 - changed output of filter statistics
2768
2769 * mbadpixels/MBadPixelsTreat.[h,cc]:
2770 - fixed some problems with the code - now it should work like
2771 expected
2772 - added a new member function to be able to change the number
2773 of required neighbors
2774
2775
2776
2777 2004/03/12: Wolfgang Wittek
2778
2779 * manalysis/Makefile
2780 - include 'mastro'
2781
2782 * manalysis/MSourcePosfromStarPos.[h,cc]
2783 - include MObservatory.h
2784 - call member function Rotationangle() of MObservatory
2785
2786
2787
2788 2004/03/12: Markus Gaug
2789
2790 * mjobs/MJCalibration.cc
2791 - updated call in displays to the corr. Cams.
2792
2793 * macros/calibrate_data.C
2794 - macro to study calibrate and study data used in Munich and IFAE
2795
2796
2797
2798 2004/03/12: Antonio Stamerra
2799
2800 * mraw/MRawEvtHeader.[h,cc]
2801 - Added the method GetTriggerID() to decode the trigger pattern.
2802
2803
2804
2805 2004/03/11: Abelardo Moralejo
2806
2807 * mimage/MHillasCalc.cc
2808 - Added some printout in PostProcess, to better express the reasons
2809 for which the reconstruction of some events did not succeed.
2810
2811
2812
2813 2004/03/11: Thomas Bretz
2814
2815 * status.cc:
2816 - updated
2817
2818 * manalysis/MCerPhotAnal2.cc:
2819 - removed an obsolete debug output
2820
2821 * mhist/MHCamera.[h,cc]:
2822 - added same-option to camera display
2823
2824 * mbadpixels/MBadPixelsCalc.[h,cc], mbadpixels/MBadPixelsTreat.[h,cc]:
2825 - implemented functionality of MBlindPixelsCalc2
2826
2827 * mbadpixels/MBadPixelsCam.[h,cc], mbadpixels/MBadPixelsPix.[h,cc],
2828 mbadpixels/MMcBadPixelsSet.cc, mcalib/MCalibrationChargeCalc.cc,
2829 mcalib/MCalibrationChargePix.cc, mcalib/MHCalibrationChargeCam.cc:
2830 - replaced several Set/GetUnsuitable* by a single member function
2831
2832
2833
2834 2004/03/11: Markus Gaug
2835
2836 * mbadpixels/MBadPixelsPix.h
2837 - removed bits about validity of calibration methods
2838 - IsCalibrationResultOK asks also from IsSuitableRun
2839
2840 * mbadpixels/MBadPixelsCam.cc
2841 - updated GetPixelContent
2842 - added Print function
2843
2844 * mcalib/MCalibrationChargeCam.[h,cc]
2845 mcalib/MCalibrationChargePix.h, mcalib/MCalibrationChargeCalc.cc:
2846 - removed pointers to MGeomCam and MBadPixelsCam in MCalibrationChargeCam
2847 - use two loops over pixels in order to determine mean flux of phe;s to
2848 discard pixels far outside the normal distribution
2849
2850 * mcalib/MCalibrate.cc
2851 - added case that no MBadPixelsCam is available.
2852
2853 * mcalib/MHCalibrationChargeCam.cc
2854 - adapted to new MBadPixelsPix::SetUnsuitable function
2855
2856
2857 2004/03/10: Abelardo Moralejo
2858
2859 * manalysis/MCerPhotPix.[h,cc]
2860 - Added member fIsHGSaturated, and setter/getter functions.
2861 Updated class version to 4.
2862
2863 * mcalib/MCalibrate.cc, MCalibrateData.cc
2864 - Added setting of MCerPhotPix.fIsHGSaturated if one or more HG
2865 slices saturate.
2866
2867 * mimage/MNewImagePar.[h,cc]
2868 - Added member fNumHGSaturatedPixels to count the number of pixels
2869 in which high gain saturates. Added getter funciton for it.
2870 Updated class version to 3.
2871
2872
2873
2874 2004/03/10: Markus Gaug
2875
2876 * mcalib/MCalibrationChargeCalc.cc,
2877 mcalib/MCalibrationChargePix.[h,cc],
2878 mcalib/MCalibrationChargeCam.[h,cc]:
2879 - calculation of conversion factor with F-Factor method from
2880 same mean number of photons, derived from weighted mean number
2881 of photo-electrons from inner and outer pixels, respectively
2882
2883 * mjobs/MJPedestal.cc, mjobs/MJCalibration.cc, macros/calibration.C:
2884 - fixed the projections (did only display inner pixels up to now)
2885
2886 * macros/calibration.C
2887 - small bug fixed in display of rel. arrival times
2888 ( used MArrivalTimeCam instead of MHCalibrationRelTimeCam)
2889
2890 * mbadpixels/MBadPixelsCam.cc
2891 - replaced some InitSize(idx) by InitSize(idx+1) in order not to crash
2892 to program when reading from an ascii-file.
2893
2894 * mbadpixels/MBadPixelsCalc.cc
2895 - replaced one SetUnsuitableRun(....) by the new version without
2896 argument.
2897
2898
2899
2900 2004/03/10: Thomas Bretz
2901
2902 * mfilter/MFSoftwareTrigger.[h,cc]:
2903 - changed to support also a predifined number of NN
2904
2905 * mastro/MAstroCatalog.[h,cc]:
2906 - many enhancements
2907 - many speed improvements
2908
2909 * mbadpixels/MBadPixelsPix.[h,cc]:
2910 - fixed
2911
2912
2913
2914 2004/03/10: Ester Aliu
2915
2916 * mtemp/MIslands.[h,cc]
2917 - New MParContainer to hold information about islands
2918 (number of islands, pixels in each Island, Signal/Noise of
2919 each Island).
2920
2921 * mtemp/MIslandCalc.[h,cc]
2922 - New MTask to count and characterize Islands.
2923
2924
2925
2926 2004/03/09: Thomas Bretz
2927
2928 * Makefile.rules:
2929 - replaced *.o by $(...) for building archives
2930
2931 * mjobs/MJCalibration.cc:
2932 - exchanged apply and merge task
2933
2934 * mjobs/MJCalibration.h, mjobs/MJExtractSignal.h, mjobs/MJPedestal.h:
2935 - fixed some const-qualifiers
2936
2937 * mcalib/MHCalibrationChargeBlindPix.cc,
2938 mcalib/MHCalibrationChargeCam.cc,
2939 mcalib/MHCalibrationChargePINDiode.cc
2940 - removed some obsolete output when calling FindCreateObj
2941 - changed some 'not found' output messages to be 'Mars-compliant'
2942 - replaced some gLog by *fLog
2943
2944
2945
2946 2004/03/08: Markus Gaug
2947
2948 * mbadpixels/MBadPixelsPix.h
2949 - small modifications for better readability
2950 - remove Getters for calibration methods
2951 - added flag "UnReliableRun" in fInfo[0]
2952
2953 * mcalib/MHCalibrationChargeCam.cc, mcalib/MCalibrationChargePix.cc:
2954 - fill MBadPixelsPix with UnReliableRun or UnSuitableRun when
2955 calibration does not succeed.
2956
2957 * mcalib/MCalibrationChargeCam.cc
2958 - displaying saturation also for not-valid pixels in GetPixelContent
2959
2960 * msignal/MExtractedSignalCam.[h,cc], msignal/MExtractSignal.[h,cc],
2961 msignal/MExtractSignal2.[h,cc], mananlysis/MHPedestalCam.cc,
2962 mcalib/MCalibrationChargeCalc.[h,cc]:
2963 - in SetUsedFADCSlices, also the window (hi-and logain) is set.
2964 This because MExtractSignal2 set the whole window which was much
2965 bigger than the actually used one. This bug is now removed.
2966
2967
2968
2969 2004/03/08: Thomas Bretz
2970
2971 * merpp.cc:
2972 - fixed a bug in the screen output
2973
2974 * mgeom/MGeomMirror.cc:
2975 - added comment
2976
2977 * mmc/MMcConfigRunHeader.h:
2978 - added member function GetMirrors
2979
2980
2981
2982 2004/03/08: Abelardo Moralejo
2983
2984 * macros/starmc.C, starmcstereo.C, mccalibrate.C
2985 - adapted to m. Gaug's changes: now one MBadPixelsCam containers is
2986 added for each telescope to the parameter list.
2987
2988 * mmain/MEventDisplay.cc, Makefile
2989 - added MBadPixelsCam to par list, and mbadpixels/ to includes.
2990 Necessary due to changes in MCalibrate.
2991
2992
2993
2994 2004/03/06: Markus Gaug
2995
2996 * macros/calibration.C
2997 - adapted call to MHCamera::ProjectionS to the new version
2998
2999 * mcalib/Makefile
3000 - include directory mbadpixels
3001
3002 * manalysis/Makefile
3003 - include directory mbadpixels
3004
3005 * mcalib/MCalibrationChargeCalc.[h,cc]
3006 - include MBadPixelsCam
3007 - remove exclusion of pixels from ascii-file
3008 (now accessible from MBadPixelsCam)
3009
3010 * mcalib/MCalibrationChargePix.[h,cc]
3011 - include MBadPixelsCam
3012
3013 * mcalib/MCalibrationChargeCam.[h,cc]
3014 - include MBadPixelsCam
3015
3016 * mcalib/MHCalibrationChargeCam.[h,cc]
3017 - include MBadPixelsCam
3018 - include one additional MBadPixelsPix for the average inner and
3019 outer pixel, respectively
3020
3021 * mcalib/MHCalibrationChargePix.[h,cc]
3022 - make fSaturated and fPickup a Float_t (for average pixel)
3023
3024 * mbadpixels/MBadPixelsPix.h
3025 - include the CalibrationType_t infos
3026 - exchange "SetUnsuitable" by "SetUnsuitableRun"
3027
3028 * mbadpixels/MBadPixelsCam.cc, mbadpixels/MMcBadPixelsSet.cc:
3029 - exchange "SetUnsuitable" by "SetUnsuitableRun"
3030
3031 * mbadpixels/MBadPixelsCalc.cc:
3032 - exchange "SetUnsuitable" by "SetUnsuitableEvt"
3033
3034 * manalysis/MGeomApply.cc
3035 - remove obsolete MArrivalTime
3036 - add MBadPixelsCam
3037
3038 * mcalib/MCalibrate.[h,cc], mcalib/MCalibrateData.[h,cc]
3039 - implemented calls to MBadPixelsCam
3040
3041 * macros/calibration.C, macros/bootcampstandardanalysis.C,
3042 macros/pedphotcalc.C
3043 - implemented calls to MBadPixelsCam
3044
3045 * mjobs/MJCalibration.cc
3046 - call to MBadPixelsCam
3047
3048
3049
3050 2004/03/05: Nadia Tonello
3051
3052 * manalysis/MBlindPixelsCalc2.[h,cc], manalysis/AnalysisLinkDef.h,
3053 manalysis/Makefile
3054 - Temporary class added (will be included in mbadpixels/ soon)
3055 - All the functions of MBlindPixelCalc are kept(with small improvements)
3056 - New function added: SetCheckPedestalRms
3057
3058 * manalysis/MCerPhotPix.h
3059 - Status Unmapped added (not include the pixel in the cleaned image)
3060
3061 * mimage/MImgCleanStd.cc
3062 - Checks for Unmapped status added
3063
3064 * mastro/MAstroCatalog.cc, msql/MSQLServer.cc:
3065 - include <stdlib.h> to solve compilation error
3066
3067
3068
3069 2004/03/05: Sebastian Raducci
3070
3071 * msignal/MArrivalTimeCalc.cc
3072 - fixed a little bug (exchanged a - with a + in the Calc() method)
3073
3074
3075
3076 2004/03/05: Markus Gaug
3077
3078 * mcalib/MCalibraitonChargeCalc.cc
3079 - remove some runheader line:
3080 if (runheader->IsMonteCarloRun())
3081 return kTRUE;
3082 which gave always true since this week, don't know why.
3083 - added some information in class description
3084
3085
3086
3087 2004/03/04: Sebastian Raducci
3088
3089 * msignal/MArrivalTimeCalc.cc
3090 - fixed a memory leak (the spline was not deleted...)
3091
3092
3093
3094 2004/03/04: Thomas Bretz
3095
3096 * mgeom/MGeomCam.[h,cc]:
3097 - added new data member fNumAreas
3098 - added new function CalcNumAreas
3099 - increased class version to 3
3100
3101 * mgeom/MGeomCamMagic.cc:
3102 - added setting of area index
3103
3104 * mgeom/MGeomPix.[h,cc]:
3105 - added fAidx data member
3106 - added getter function fAidx
3107 - increased class version to 3
3108
3109 * macros/sectorvstime.C:
3110 - added example of how to plot the evolution of a sector vs time
3111
3112 * mhist/MHVsTime.[h,cc], mhist/MHPixVsTime.[h,cc]:
3113 - moved to mhvstime
3114
3115 * mhvstime/MHSectorVsTime.[h,cc]:
3116 - added
3117
3118 * Makefile:
3119 - added mhvstime
3120
3121 * mhvstime/Makefile, mhvstime/HVsTimeLinkDef.h,
3122 mhvstime/HVsTimeIncl.h:
3123 - added
3124
3125 * mhist/Makefile, mhist/HistLinkDef.h,
3126 - removed MHVsTime
3127 - removed MHPixVsTime
3128
3129 * macros/rootlogon.C, macros/dohtml.C:
3130 - added new directory mhvstime
3131
3132 * msignal/MExtractSignal.cc, msignal/MExtractSignal2.cc:
3133 - changes such, that it doesn't crash if signal has no lo-gain
3134 (This might still give wrong results!)
3135
3136 * macros/dohtml.C:
3137 - added pixvstime.C
3138 - added sectorvstime.C
3139
3140 * manalysis/MMcCalibrationUpdate.cc:
3141 - some changes on file consistency check done by Abelardo,
3142 he may comment on it
3143
3144 * mhist/MHCamera.[h,cc]:
3145 - changed to support also dividing the camera in pixels area indices
3146
3147 * mhist/MHEvent.cc:
3148 - minor change
3149
3150 * mjobs/MJPedestal.cc:
3151 - adapted to changes in MHCamera
3152
3153 * mastro/MAstroCatalog.[h,cc]:
3154 - added preliminary catalog
3155
3156 * mastro/Makefile, mastro/AstroLinkDef.h:
3157 - added MAstroCatalog
3158
3159
3160
3161 2004/03/03: Thomas Bretz
3162
3163 * mgeom/MGeomCam.cc:
3164 - give a name and title also if the default constructor is used
3165
3166 * mgeom/MGeomMirror.[h,cc]:
3167 - added member function GetReflection
3168 - added persistent data member fReflector
3169
3170 * mjobs/MJCalibration.cc, mjobs/MJExtractSignal.cc, mjobs/MJPedestal.cc:
3171 - fixed a typo in the output
3172
3173 * mraw/MRawFileWrite.cc:
3174 - added the missing '.' to MRawRunHeader. Because of the design of
3175 MReadTree this is backward compatible
3176
3177 * mraw/MRawRunHeader.h:
3178 - removed last change from Abelardo. '>255' is the correct
3179 check for MC files following the definition that all MC files
3180 have run types >255 which was made in the past.
3181
3182 * manalysis/MCerPhotAnal.[h,cc], manalysis/MCerPhotAnal2.[h,cc]:
3183 - created ReInit member function to hold all code (moved from
3184 PreProcess) accessing the run header. The run header is not
3185 available in PreProcess. That it was working before was only
3186 by chance, because the run type is initialized with 65535 which
3187 is != 255 but not >255.
3188
3189
3190
3191 2004/03/03: Sebastian Raducci
3192
3193 * msignal/MArrivalTimeCalc.cc
3194 - The calculation of the arrival times is made only when needed
3195 (when the HalfMax is over the pedestal)
3196
3197 * mtools/MCubicSpline.cc
3198 - Commented out an annoying warn
3199
3200
3201
3202 2004/03/03: Abelardo Moralejo
3203
3204 * mraw/MRawRunHeader.h
3205 - Replaced
3206 Bool_t IsMonteCarloRun() const { return fRunType>0x00ff; } by
3207 Bool_t IsMonteCarloRun() const { return (fRunType==0x0100); }
3208 since the latter is the exact translation of what the function
3209 intends to do. I do not know why, but the display of real data
3210 did not work with the upper line!
3211
3212 * mgeom/MGeomCam.cc
3213 - Undid yesterday change! I do not know why, display completely
3214 fails after that change, both for old and new camera files.
3215 Put back fPixels[i] = new MGeomPix; in constructor.
3216
3217
3218
3219 2004/03/02: Abelardo Moralejo
3220
3221 * mmc/MMcCorsikaRunHeader.[h,cc]
3222 - Added operator [] to get references to the objects in
3223 TObjArray fTelescopes.
3224 - Added Print() function.
3225 - Added GetNumCT() function.
3226 - Replaced
3227 fTelescopes[i]= new MGeomCorsikaCT;
3228 by
3229 MGeomCorsikaCT* dummy = new MGeomCorsikaCT();
3230 fTelescopes.Add(dummy);
3231
3232 * mgeom/MGeomCorsikaCT.[h,cc]
3233 - Added getter functions for telescope coordinates.
3234 - Added Print() function.
3235
3236 * mgeom/MGeomCam.cc => NOTE: this change was undone later!
3237 - Replaced
3238 fPixels[i] = new MGeomPix;
3239 by
3240 MGeomPix* dummy = new MGeomPix();
3241 fPixels.Add(dummy);
3242
3243
3244
3245 2004/03/02: Thomas Bretz
3246
3247 * mcalib/MCalibrateData.cc:
3248 - removed usage of MGeomCam (you have MGeomApply for this!)
3249
3250
3251
3252 2004/03/01: Nadia Tonello
3253
3254 * manalysis/MCerPhotEvt.cc
3255 - TObject *MCerPhotEvtIter::Next() now returns Used pixels
3256 only if fUsedonly=kTRUE, otherwise it returns all the pixels
3257 in the array
3258
3259
3260
3261 2004/03/01: Sebastian Raducci
3262
3263 * msignal/MArrivalTimeCalc.[cc,h]
3264 - now the arrival time is at the half max of the spline:
3265 half max = (maximum - pedestal)/2
3266
3267 * mmain/MEventDisplay.cc
3268 - fixed an include (from MArrivalTime.h to MArrivalTimeCam.h)
3269
3270
3271
3272 2004/03/01: Wolfgang Wittek
3273
3274 * mhist/MHStarMap.[h,cc]
3275 - remove bugs
3276 - change GetRotationAngle() such that it can be called from outside
3277
3278
3279
3280 2004/03/01: Thomas Bretz
3281
3282 * Makefile:
3283 - enhanced all calls to subsequent makes by '-f Makefile' to
3284 make sure the correct Makefile is called
3285
3286 * merpp.cc:
3287 - enhanced interpretation of time
3288 - fixed a bug in determin the file-type
3289
3290 * mbase/MTime.[h,cc]:
3291 - added GetGmst() member function
3292
3293 * mastro/MAstro.[h,cc]:
3294 - added Coordinate2Angle
3295 - added AngularDistance
3296 - implemented UT2GMST
3297 - replaced defined by TMath::Pi()
3298
3299 * mastro/MObservatory.[h,cc]:
3300 - added data members for sin-/cos-component of latitude
3301 - added calculation of rotation angle
3302
3303 * mhist/MHStarMap.[h,cc]:
3304 - changes to use MObservatory member function
3305
3306 * manalysis/MCerPhotAnal.cc, manalysis/MCerPhotAnal2.cc,
3307 manalysis/MCerPhotCalc.cc, manalysis/MMcCalibrationUpdate.cc,
3308 manalysis/MMcPedestalCopy.cc, manalysis/MMcPedestalNSBAdd.cc,
3309 manalysis/MPedCalcPedRun.cc, manalysis/MPedPhotCalc.cc,
3310 mcalib/MCalibrationChargeCalc.cc, mcalib/MMcCalibrationCalc.cc
3311 - changed to use IsMonteCarloRun() now
3312
3313 * manalysis/MMcCalibrationUpdate.cc:
3314 - unified output to log-stream
3315 - replaced sqrt by TMath::Sqrt
3316
3317 * mcalib/MCalibrationChargeCalc.cc:
3318 - unified output to log-stream
3319 - removed .Data() from TString where obsolete
3320 - fixed memory leak using gSystem->ExpandPathName
3321
3322 * mpointing/MPointingPosCalc.cc, mraw/MRawFileWrite.cc:
3323 - adde class name to used kRT*/kTT* enums
3324
3325 * mraw/MRawEvtHeader.h:
3326 - made enum data member of class
3327
3328 * mraw/MRawRunHeader.[h,cc]:
3329 - made kMagicNumber and kMaxFormatVersion a static data
3330 member of the class
3331 - added IsMonteCarloRun member function
3332
3333
3334
3335 2004/02/27: Markus Gaug
3336
3337 * mjobs/MJPedestal.cc, mjobs/MJCalibration.cc, macros/calibration.C:
3338 - put in call to MHCamera::Projection the name of the calling
3339 class, otherwise the projected hsitogram will be overwritten by
3340 an empyt one.
3341
3342 * mcalib/MHCalibrationChargePix.[h,cc],
3343 mcalib/MHCalibrationHiGainChargePix.[h,cc],
3344 mcalib/MHCalibrationLoGainChargePix.[h,cc]:
3345 - histogram name setting and title setting moved to constructor,
3346 Functions Init and ChangeHistId derive directly from
3347 MHcalibrationChargePix
3348
3349 * mcalib/MHCalibrationChargeCam.[h,cc],
3350 mcalib/MCalibrationChargeCam.[h,cc],
3351 mcalib/MCalibrationChargeCalc.[h,cc]:
3352 - introduced "average inner" and "average outer" higain and logain
3353 pixels.
3354
3355
3356
3357 2004/02/27: Raducci Sebastian
3358
3359 * mhist/Makefile
3360 - added mastro in the include list
3361
3362
3363
3364 2004/02/27: Abelardo Moralejo
3365
3366 * mmain/MEventDisplay.cc
3367 - replaced in fill8 obsolete MArrivalTime with MArrivalTimeCam.
3368 - Updated display of MC data: removed MCerPhotCalc, and replaced
3369 it by MExtractSignal+MMcCalibrationUpdate+MCalibrate. Now
3370 MPedPhotCam is filled and all the camera display tabs are shown
3371 correctly (most were not working for MC events since a while
3372 ago).
3373
3374 * mmain/Makefile
3375 - Added mcalib to list of include directories.
3376
3377 * manalysis/MMcCalibrationUpdate.[h,cc]
3378 - Added member variable Bool_t fOuterPixelsScaling, which is
3379 kTRUE by default. If set to kFALSE, MCalibrationCam is filled
3380 such that MCerPhotEvt will later be filled with the signal as it
3381 is, not corrected for the (possibly) different gain of the outer
3382 pixels electronic chain. This option was necessary to allow for
3383 the change in the camera display (see above).
3384
3385 * macros/starmc.C
3386 - added (optional) division of output into two, for use as train
3387 and test samples in g/h separation studies.
3388
3389
3390
3391 2004/02/26: Hendrik Bartko
3392
3393 * macros/dohtml.C
3394 - included the path msignals/
3395
3396
3397
3398 2004/02/26: Abelardo Moralejo
3399
3400 * macros/starmcstereo.C
3401 - changed filters to divide data between train and test sample for
3402 gamma hadron separation studies. Now we use the modulus operator
3403 applied to (Corsika) event number:
3404 MF filter1("{MMcEvt;1.fEvtNumber%2}<0.5");
3405 MF filter2("{MMcEvt;1.fEvtNumber%2}>0.5");
3406 - cleaned up a bit the way the CT coordinates are fed to the task
3407 MStereoCalc.
3408 - Changed default FADC integration range (center range to adapt to
3409 new camera).
3410
3411
3412
3413 2004/02/26: Thomas Bretz
3414
3415 * mhist/MHCamera.cc:
3416 - fixed a function description
3417
3418 * mreport/MReport.cc, mreport/MReportFileRead.cc:
3419 - introduced return case -1
3420
3421 * Makefile.rules:
3422 - remove all dependancy files when calling 'rmdep'
3423
3424 * mbase/MAGIC.h, mmc/MMcEvt.hxx:
3425 - moved ParticleId_t to MMcEvt
3426 - implemented MMcEvt::GetParticleName
3427 - implemented MMcEvt::GetEnergyStr
3428
3429 * mfilter/MFGeomag.cc, mfilter/MFParticleId.cc, mhist/MHCompProb.cc,
3430 mhist/MHEvent.cc, mhist/MHHadronness.cc,
3431 mmontecarlo/MMcTriggerRateCalc.cc, mranforest/MHRanForest.cc:
3432 - fixed usage of ParticleId_t
3433
3434 * msignal/Makefile:
3435 - removed obsolete includes
3436
3437 * mastro/Makefile, mastro/AstroLinkDef.h, mastro/MAstro.[h,cc],
3438 mastro/MObservatory.[h,cc]:
3439 - added
3440
3441 * mbase/MAstro.[h,cc]:
3442 - removed
3443
3444 * mbase/Makefile, mbase/BaseLinkDef.h:
3445 - removed MAstro
3446
3447 * Makefile:
3448 - added mastro
3449 - added msql
3450 - added mfbase
3451
3452 * mtemp/MObservatory.[h,cc], mtemp/MObservatoryLocation.[h,cc]:
3453 - removed
3454
3455 * merpp.cc:
3456 - added Sql support
3457
3458 * mraw/MRawFileRead.h:
3459 - added GetFileName
3460
3461 * msql/Makefile, msql/SqlLinkDef.h, msql/SqlIncl.h,
3462 MSQLServer.[h,cc], MSqlInsertRun.[h,cc]:
3463 - added
3464
3465 * mfilter/MF.[h,cc], mfilter/MFDataChain.[h,cc],
3466 mfilter/MFDataMember.[h,cc], mfilter/MFEventSelector.[h,cc],
3467 mfilter/MFEventSelector2.[h,cc], mfilter/MFRealTimePeriod.[h,cc]:
3468 - moved to mfbase
3469
3470 * mfbase/Makefile, mfbase/FBaseLinkDef.h, mfbase/FBaseIncl.h:
3471 - added
3472
3473 * merpp.cc:
3474 - implemented control of gDebug (root debugging)
3475
3476 * mfileio/MWriteAsciiFile.[h,cc], mfileio/MWriteFile.[h,cc],
3477 mfileio/MWriteRootFile.[h,cc]:
3478 - implemented CheckAndWrite return value
3479
3480 * mfileio/MWriteRootFile.cc:
3481 - fixed updating already existing branches (eg concatenating report
3482 files)
3483
3484 * macros/dohtml.C, macros/rootlogon.C:
3485 - added mastro
3486 - added mfbase
3487 - added msql
3488
3489 * mraw/MRawEvtHeader.h:
3490 - implemented GetNumTrigLvl1
3491 - implemented GetNumTrigLvl2
3492
3493
3494
3495 2004/02/25: Markus Gaug
3496
3497 * mcalib/MExtractBlindPixel.[h,cc],
3498 mcalib/MExtractPINDiode.[h,cc],
3499 mcalib/MExtractedSignalBlindPixel.[h,cc],
3500 mcalib/MExtractedSignalPINDiode.[h,cc],
3501 mcalib/Makefile, msignal/Makefile, mcalib/CalibLinkDef.h,
3502 msignal/SignalLinkDef.h:
3503 - moved blindpixel and PINdiode extractors to msignal
3504
3505
3506 * mcalib/MCalibrationQECam.[h,cc], mcalib/MCalibrationQEPix.[h,cc]:
3507 - two new classes to hold the quantum efficieny information of the
3508 calibration
3509
3510 * msignal/MArrivalTimeCalc.[h,cc]
3511 - fill now MArrivalTimePix instead of MArrivalTime
3512
3513 * mcalib/MHCalibrationChargeCam.cc
3514 - display only valid pixels for the corr. values in GetPixelContent
3515
3516 * mcalib/MHCalibrationRelTimeCam.cc
3517 - is now filled from MArrivalTimeCam instead of MArrivalTime
3518
3519 * macros/calibration.C
3520 - divided into two macros: calibration.C using the MJPedestal
3521 standard procedure and pedestalstudies.C using the old
3522 procedures
3523
3524 * macros/pedestalstudies.C
3525 - new macro containing the first previous part of calibration.C
3526
3527 * mcalib/MCalibrationChargeBlindPix.h,
3528 mcalib/MCalibrationChargePINDiode.h, mbase/MAGIC.h,
3529 mjobs/MJCalibration.cc:
3530 - definition of PulserColot_t in MAGIC.h.
3531
3532
3533
3534 2004/02/25: Hendrik Bartko
3535
3536 * macros/rootlogon.C
3537 - set the include path also to msignals/
3538
3539 * manalysis/MExtractSignal.[h,cc], manalysis/MExtractSignal2.[h,cc],
3540 manalysis/MExtractedSignalCam.[h,cc],
3541 manalysis/MExtractedSignalPix.[h,cc],
3542 manalysis/MArrivalTime.[h,cc], manalysis/MArrivalTimeCalc.[h,cc],
3543 manalysis/MArrivalTimeCalc2.[h,cc]:
3544 - removed
3545
3546 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
3547 - removed classes mentioned above
3548
3549 * msignal/MExtractSignal.[h,cc], msignal/MExtractSignal2.[h,cc],
3550 msignal/MExtractedSignalCam.[h,cc],
3551 msignal/MExtractedSignalPix.[h,cc],
3552 msignal/MArrivalTime.[h,cc], msignal/MArrivalTimeCalc.[h,cc],
3553 msignal/MArrivalTimeCalc2.[h,cc]:
3554 - added
3555
3556 * msignal/Makefile, msignal/AnalysisLinkDef.h:
3557 - added classes mentioned above
3558
3559 * mfilter/Makefile, mcalib/Makefile, mjobs/Makefile, mmain/Makefile:
3560 - added include msignal
3561
3562
3563
3564
3565 2004/02/25: Wolfgang Wittek
3566
3567 * mcalib/MCalibrateData.[h,cc]
3568 - initialize size for MPedPhotCam
3569
3570
3571
3572 2004/02/24: Wolfgang Wittek
3573
3574 * manalysis/MSourcPosfromStarPos.[h,cc]
3575 - change member function SetSourceAndStarPosition() to expect sky
3576 coordinates in the standard units
3577 - generalize to more than 1 star
3578 - the class is not yet fully tested
3579
3580 * mfilter/MFSelBasic.[h,cc]
3581 - change default values of cuts
3582
3583
3584
3585 2004/02/24: Markus Gaug
3586
3587 * mjobs/MJCalibration.cc, macros/calibration.C,
3588 macros/bootcampstandardanalysis.C, macros/pedphotcalc.C:
3589 - added MCalibrationChargeBlindPix to plist
3590 - added new filling of histograms with MFillH
3591 - changed SetPulserColor to MCalibrationChargeBlindPix and
3592 MCalibrationChargePINDiode
3593
3594 * mcalib/MHCalibrationChargeBlindPix.[h,cc]:
3595 - receives a pointer to MCalibrationChargePINDiode which is filled
3596 with the results and told to calculate the fluxes in the
3597 Finalize function
3598 - is filled via MFillH from MExtractBlindPixel
3599 - SetPulserColor directly in this class
3600
3601 * mcalib/MCalibrationChargeBlindPix.[h,cc]
3602 - new storage container of the blind pxiel resutls, replaces
3603 MCalibrationBlindPix
3604
3605 * mcalib/MCalibrationChargeCalc.[h,cc]:
3606 - does not fill the histograms any more, but does ony the
3607 calculations in the postprocess. No pointer to MExtractPINDidoe
3608 or MExtractBlindPixel any more.
3609
3610 * mcalib/MCalibrationChargePix.cc
3611 - discovered an error in the calculation of phe's in
3612 CalcFFactorMethod(). The average QE was applied twice.
3613 This error had been introduced on 13/02/04
3614 - loosened criterium convFFactorRelErrLimit from 0.1 to 0.2
3615 - CalcFFactor asks for IsChargeValid before calculating anything
3616
3617 * mcalib/MCalibrationChargePINDiode.[h,cc]
3618 - added function SetFluxOutsidePlexiglassAvailable
3619 - SetPulserColor directly in this class
3620
3621 * mcalib/MCalibrationChargeCam.cc
3622 - removed function SetPulserColor from here
3623
3624 * mcalib/MCalibrationPINDiode.[h,cc], mcalib/MHCalibrationConfig.h,
3625 mcalib/MHCalibrationPINDiode.[h,cc],
3626 mcalib/MCalibrationBlindPix.[h,cc],
3627 mcalib/MHCalibrationBlindPixel.[h,cc]:
3628 - removed since obsolote
3629
3630 * mcalib/MHCalibrationChargePix.cc
3631 - make fPickup an Int_t
3632
3633 * mcalib/MCalibrate.cc
3634 - test validity of every calibration method before retrieving
3635 conversion factors
3636
3637 * mcalib/MHGausEvents.[h,cc]
3638 - add possibility to set fit ranges in call to FitGaus
3639 - make function CreateXaxis protected
3640
3641
3642
3643 2004/02/23: Markus Gaug
3644
3645 * mraw/MRawEvtPixelIter.h
3646 - include GetNumHiGainSamples and GetNumLoGainSamples
3647
3648 * mcalib/MExtractedSignalBlindPixel.h,
3649 mcalib/MExtractBlindPixel.[h,cc]:
3650 - included storage of pedestal
3651
3652 * mcalib/MHGausEvents.[h,cc]
3653 - make the fit functions protected
3654
3655
3656
3657 2004/02/22: Markus Gaug
3658
3659 * mfilter/MFCosmics.[h,cc]
3660 - fMaxNumEmpty changed from absolute number to relative number of
3661 pixels
3662
3663 * mcalib/MHGausEvents.h
3664 - remove the "->" from the pointers which are initialized only
3665 in certain cases. The streamer did not work in case that
3666 MFGausFit was left at the NULL pointer.
3667
3668
3669
3670 2004/02/21: Markus Gaug
3671
3672 * manalysis/MExtractedSignalPix.[h,cc]
3673 - changed variable fIsLoGainUsed to fLoGainUsed
3674 - added function GetNumHiGainSaturated()
3675
3676
3677 2004/02/20: Markus Gaug
3678
3679 * mcalib/MHCalibrationChargeHiGainPix.[h,cc], mcalib/Makefile,
3680 mcalib/MHCalibrationChargeLoGainPix.[h,cc],
3681 mcalib/CalibLinkDef.h
3682 - new class to replace MHCalibrationPixel,
3683 based on MHCalibrationChargePix
3684
3685 * mcalib/MCalibrationChargeCalc.[h,cc]
3686 mcalib/MCalibrationChargeCam.[h,cc]
3687 mcalib/MCalibrationChargePix.[h,cc]
3688 mcalib/MCalibrationChargePINDiode.[h,cc]
3689 mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc],
3690 mcalib/MCalibrationPINDiode.[h,cc]:
3691 - added the "charge" versions, remove the old ones. The histograms
3692 should be filled in the MH... versions independently of
3693 MCalibrationChargeCalc. This is fully realized for the PIN Didoe
3694 now and will later be so for the pixels and the blind pixel.
3695
3696 * mcalib/MHCalibrationChargePINDiode.[h,cc]
3697 - receives a pointer to MCalibrationChargePINDiode which is filled
3698 with the results and told to calculate the fluxes in the
3699 Finalize function
3700
3701 * mcalib/MCalibrate.[h,cc], mcalib/MCalibrateData.[h,cc],
3702 mcalib/MMcCalibrationCalc.[h,cc], mjobs/MJCalibration.[h,cc],
3703 manalysis/MMcCalibrationUpdate.[h,cc],
3704 mjobs/MJExtractSignal.[h,cc], manalysis/MGeomApply.cc,
3705 mcalib/Makefile, mcalib/CalibLinkDef.h, macros/calibration.C,
3706 macros/bootcampstandardanalysis.C,
3707 macros/pedphotcalc.C:
3708 - replace MCalibrationCam by MCalibrationChargeCam
3709 - replace MCalibrationCalc by MCalibrationChargeCalc
3710
3711
3712
3713 2004/02/19: Markus Gaug
3714
3715 * mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationCam.cc,
3716 mcalib/MCalibrate.cc, mcalib/MCalibrateDate.cc,
3717 manalysis/MMcCalibrationUpdate.cc:
3718 - standardized naming of variables containing "Error", this also affected
3719 the calling functions MCalibrate, MMcCalibrationUpdate and MCalibrateData
3720
3721 * mcalib/MCalibrationCam.cc, mcalib/MCalibrationPix.cc,
3722 mcalib/MCalibrationCalc.cc, mcalib/MCalibrate.cc,
3723 mcalib/MCalibrateData.cc, mcalib/MCalibrationConfig.h:
3724 - took out some configuration numbers and put them directly into
3725 the class
3726 - remove completely MCalibrationConfig.h
3727
3728
3729
3730 2004/02/19: Abelardo Moralejo
3731
3732 * mhist/MHEvent.[h,cc]:
3733 - Changed names of Event "types" to make them more descriptive.
3734 Former kEvtSignal is now called kEvtSignalDensity, and indicates
3735 pixel content scaled by area. Added kEvtSignalRaw, which
3736 corresponds to pixel content (with no scaling) in whatever units
3737 (this depends on how the MHEvent object is filled!). The default
3738 constructor initializes type=kEvtSignalRaw.
3739
3740 * mmain/MEventDisplay.cc
3741 - Changed filling of evt1 and evt2. Now they are filled with raw
3742 content of MCerPhotEvt. Since in MEventDisplay, MCerPhotEvt is
3743 still filled uncalibrated (hence in ADC counts), this means that
3744 what will be now shown in Mars' camera display is now the signal
3745 in each pixel without scaling with pixel area. Given that the
3746 default flat fielding is such that equal light density
3747 corresponds to equal absolute signal (in ADC counts), this is
3748 more reasonable, and allows to check for instance how the
3749 relative pixel gains are adjusted by looking at calibration
3750 events. To be FIXED: there is however an "inconsistency" in
3751 MEventDisplay, and it is that MCerPhotEvt is still used to keep
3752 uncalibrated signals. To be replaced by MExtractedSignalCam?
3753
3754
3755
3756 2004/02/19: Thomas Bretz
3757
3758 * manalysis/MCerPhotEvt.h:
3759 - added operator= to MCerPhotEvtIter -- is this correct?
3760
3761 * mhist/MHCamera.[h,cc]:
3762 - added member function to calculate minimum content and
3763 maximum content for a single sector
3764 - Added possibility to get a projection for a single sector.
3765 - GetMinimum/GetMaximum now only takes used pixels into account
3766 (you can request all pixels using a different member function)
3767 - fixed projection (projection only took pixels with contents!=0
3768 instead of 'used' pixels
3769 - Don't call Sumw2() anymore for projection
3770
3771 * mjobs/MJPedestal.cc:
3772 - added MPedestalCam to output again - MPedestalCam was fixed
3773 yesterday
3774 - Added Histograms for the two camera halves
3775
3776
3777
3778 2004/02/18: Markus Gaug
3779
3780 * macros/calibration.C
3781 - fixed a buggy display of the F-Factor method
3782
3783 * mcalib/MCalibrationCalc.cc
3784 - calculate the F-Factor method already in the post-Process
3785
3786 * mcalib/MCalibrationPix.h
3787 - move CalcFFactorMethod to public
3788
3789
3790
3791 2004/02/18: Abelardo Moralejo
3792
3793 * mtools/MCubicSpline.cc
3794 - in Init, corrected initialization of arrays temp and ysd, which
3795 was done with n-1 elements instead of n.
3796
3797 * mgui/MHexagon.cc
3798 - added comment explaining the algorithm.
3799 - changed explicit values of Sin and Cos 60 degrees by const
3800 variables (more readable).
3801
3802
3803
3804 2004/02/18: Hendrik Bartko
3805
3806 * msignal/:
3807 - removed the backup files *~
3808 - removed the object files *.o
3809 - removed the files SignalCint.*
3810
3811 * mgui/MHexagon.cc
3812 - added comment explaining the algorithm.
3813
3814
3815
3816 2004/02/18: Thomas Bretz
3817
3818 * manalysis/MPedestalCam.[h,cc]:
3819 - Changed order of derivements - seems to be VERY important!
3820 - changed GetSize from UInt_t to Int_t which is the type
3821 of TClonesArray::GetSize() !
3822
3823 * mfileio/MReadReports.cc:
3824 - skip trees with no entries
3825
3826 * mgui/MCamEvent.cc:
3827 - added a comment
3828
3829 * mhbase/MFillH.cc:
3830 - in case SetupFill returns kFALSE and kCanSkip is set
3831 Skip task
3832
3833 * mraw/MRawFileRead.cc:
3834 - don't print warning in case of none executions
3835
3836 * manalysis/MArrivalTimeCalc2.cc:
3837 - added some const-qualifiers
3838
3839
3840
3841 2004/02/17: Raquel de los Reyes
3842
3843 * macros/CCDataCheck.C
3844 - Added some improvements in the plots.
3845
3846
3847
3848 2004/02/17: Abelardo Moralejo
3849
3850 * macros/readrfl.C
3851 - Added missing gPad->cd(1), otherwise the display of events was
3852 not updated.
3853
3854 * mgui/MHexagon.cc
3855 - DistanceToPrimitive(Float_t px, Float_t py) Changed check of
3856 whether px,py is inside the pixel or not. Previous algorithm
3857 was just an approximation.
3858
3859
3860
3861 2004/02/17: Raquel de los Reyes
3862
3863 * mcamera/MCameraHV.h
3864 - Now it derives from a MCamEvent class and implemented the
3865 GetPixContent() and DrawPixelContent() functions. Added the
3866 GetMean function to get the mean HV settings of the camera.
3867
3868 * macros/CCDataCheck.C
3869 - Added the HV settings plots.
3870
3871
3872
3873 2004/02/17: Hendrik Bartko
3874
3875 * msignal:
3876 - new: directory for all signal and time extraction classes
3877
3878 * msignal/MArrivalTimeCam.[h,cc], manalysis/Makefile,
3879 msignal/AnalysisLinkDef.h, MGeomApply.cc:
3880 - new: Storage Container for the ArrivalTime in the camera
3881
3882 * msignal/MArrivalTimePix.[h,cc], manalysis/Makefile,
3883 msignal/AnalysisLinkDef.h:
3884 - new: Storage Container for ArrivalTime information of one pixel
3885
3886 * msignal/Makefile, SignalCint.[h,cc], SignalDep.d, SignalIncl.h,
3887 SignalLinkDef.h
3888 - auxiliary files for msignal directory
3889
3890 * manalysis/MArrivalTimeCalc2.[h,cc]:
3891 - added functionality to compute error of the extracted ArrivalTime
3892 - calculated ArrivalTime is stored in MArrivalTimeCam
3893
3894 * manalysis/MGeomApply.cc
3895 - geometry is applied to MArrivalTimeCam
3896
3897 * Makefile:
3898 - directory msignal is included
3899
3900
3901
3902 2004/02/17: Sebastian Raducci
3903
3904 * mtools/MCubicSpline.[h,cc]
3905 - little corrections in minimums evalustion methods
3906 - changed constructors (they require the fadc slices to be const)
3907
3908 * macros/spline.C
3909 - changed according to the MCubicSpline new constructors
3910
3911 * manalysis/MArrivalTimeCalc.[h,cc]
3912 - changed to use the MCubicSpline class intead of the TSpline class
3913 - warning: now the arrival time is again the maximum of the spline,
3914 soon it will be changed to half maximum
3915
3916
3917
3918 2004/02/17: Wolfgang Wittek
3919
3920 * manalysis/MSourcPosfromStarPos.[h,cc]
3921 - new class; calculates the position of the source in the camera from
3922 the position of a star in the camera and puts it into
3923 MSrcPosCam
3924
3925
3926
3927 2004/02/16: Abelardo Moralejo
3928
3929 * mcalib/MMcCalibrationCalc.cc
3930 - Fixed two typos in screen output.
3931
3932
3933
3934 2004/02/16: Markus Gaug
3935
3936 * mcalib/MCalibrationPix.cc
3937 - documentation from David's email added
3938 - EffectiveQE decreased from 0.2 to 0.18 (see documentation)
3939
3940 * mcalib/Makefile, mcalib/CalibLinkDef.h:
3941 - added MExtractBlindPixel and MExtractedSignalBlindPixel
3942
3943 * mcalib/MExtractBlindPixel.[h,cc]
3944 - new signal extractor for the Blind Pixel
3945
3946 * mcalib/MExtractedSignalBlindPixel.[h,cc]
3947 - new container for the extracted signal of the BlindPixel
3948
3949 * mcalib/MCalibrationCalc.[h,cc]
3950 - does not extract signal from Blind Pixel any more, searches
3951 for MExtractedSignalBlindPixel and fills the hists from there
3952
3953 * macros/calibration.C, macros/bootcampstandardanalysis.C,
3954 macros/pedphotcalc.C, mjobs/MJCalibration.cc:
3955 - introduce the blind pixel and PIN diode extraction in the macro
3956
3957 * manalysis/MPedestalCam.h
3958 - changed type of fTotalEntries from ULong_t to UInt_t
3959 - fixed documentation of fTotalEntries
3960
3961 * manalysis/MPedCalcPedRun.h
3962 - changed type of fNumSamplesTot from ULong_t to UInt_t
3963
3964 * mcalib/MHGausEvents.h
3965 - changed type of fCurrentSize from ULong_t to UInt_t
3966
3967 * mcalib/MCalibrationConfig.h
3968 - removed gkConversionHiLo and gkConversionHiLoErr which is now
3969 directly in the class MCalibrationPix
3970
3971
3972
3973 2004/02/16: Thomas Bretz
3974
3975 * manalysis/AnalysisLinkDef.h:
3976 - added missing MCerPhotEvtIter
3977
3978 * merpp.cc:
3979 - added possible usage of database
3980
3981 * star.cc:
3982 - moved source code into new class MJStar - preliminary
3983
3984 * manalysis/MCerPhotPix.cc:
3985 - updated class header
3986 - fixed Print-output
3987
3988 * mbase/MAGIC.h:
3989 - removed definition of MLog
3990
3991 * mbase/MArgs.h:
3992 - removed include of MAGIC.h
3993
3994 * mbase/MLog.h:
3995 - added extern definition of gLog
3996
3997 * mbase/MParContainer.[h,cc]:
3998 - move body of constructors to source file
3999
4000 * mcalib/MCalibrate.cc, mcalib/MCalibrateData.cc,
4001 mraw/MRawCrateArray.cc, mraw/MRawCrateData.cc,
4002 mraw/MRawEvtData.cc, mraw/MRawEvtHeader.cc, mraw/MRawRead.cc,
4003 mraw/MRawEvtPixelIter.cc, mraw/MRawFileWrite.cc:
4004 - fixed documentation header
4005
4006 * mcalib/MMcCalibrationCalc.[h,cc]:
4007 - fixed documentation header
4008 - fixed usage of FindCreateObj and FindObject
4009 - removed data member to count entries (use histogram instead)
4010 - use TH1 function Integral instead of doing it manually
4011
4012 * mfilter/MFCosmics.cc:
4013 - fixed documentation
4014
4015 * mimage/MHillas.cc, mimage/MImgCleanStd.cc,
4016 mimage/MNewImagePar.[h,cc]:
4017 - replaced for-loops by Iterators
4018
4019 * mraw/MRawFileRead.cc, mraw/MRawSocketRead.cc:
4020 - fixed documentation header
4021 - check return value of MRawRunHeader::ReadEvt
4022
4023 * mraw/mraw/MRawRunHeader.[h,cc]:
4024 - fixed documentation header
4025 - added return value to MRawRunHeader::ReadEvt
4026 - added constant number for max format version - preliminary
4027 (should by a static data member)
4028
4029 * mcalib/MHCalibrationPINDiode.cc:
4030 - do not delete pointers in the destructor which are already
4031 deleted in the base class
4032 - reset histograms in Clear()
4033
4034 * mcalib/MHCalibrationPixel.cc:
4035 - after deletion of instances in Clear() initialize pointer to NULL
4036
4037 * mcalib/MCalibrationCalc.cc, mcalib/MHCalibrationBlindPixel.cc:
4038 - fixed usage of logging stream output levels
4039
4040 * manalysis/MPedCalcPedRun.[h,cc]:
4041 - removed obsolete fSignals
4042
4043 - removed obsolete fNumPixels
4044
4045 * manalysis/MPedestalCam.h:
4046 - added '->' to fArray
4047
4048 * mfileio/MWriteRootFile.cc:
4049 - changed some output to make debugging easier
4050
4051 * mjobs/MJCalibration.cc:
4052 - fixed a bug in drawing
4053
4054 * mjobs/MJExtractSignal.cc:
4055 - removed MPedestalCam from MWriteRootFile output.
4056 When creating the branch it crashes - reason unknown I'll
4057 investigate further
4058
4059
4060
4061 2004/02/16: Markus Gaug
4062
4063 * mcalib/Makefile, mcalib/CalibLinkDef.h, macros/calibration.C:
4064 - added MHCalibrationRelTimePix
4065
4066 * mcalib/MHCalibrationRelTimePix.[h,cc],
4067 mcalib/MHCalibrationRelTimeCam.[h,cc]:
4068 - new classes to fit and display the relative arrival times.
4069 - filled from MArrivalTime
4070 - need: MFillH("MHCalibrationRelTimeCam","MArrivalTime")
4071
4072 * manalysis/MCalibrationCalc.cc
4073 - take out all uncommented code referring to the relative arrival time
4074
4075 * manalysis/MArrivalTime.h
4076 - changed function GetNumPixels to GetSize
4077
4078 * macros/bootcampstandardanalysis.C, macros/pedphotcalc.C
4079 - included cosmics rejection which was in MCalibrationCalc before
4080
4081
4082
4083 2004/02/14: Markus Gaug
4084
4085 * mcalib/Makefile, mcalib/CalibLinkDef.h:
4086 - added MHCalibrationChargePINDiode
4087
4088 * mcalib/MHCalibrationChargePINDiode.[h,cc]
4089 - new class to fill the PIN Diode histograms. Derives from
4090 MHCalibrationChargePix and is filled with MFillH from the
4091 container MExtractedSignalPINDiode.
4092 Will replace MHCalibrationPINDiode entirely soon.
4093
4094 * mcalib/MHCalibrationChargePix.[h,cc]
4095 - new base class for the calibration charges histogram pixel.
4096 Derives from MH and can be filled with the MH with the MH
4097 functions.
4098
4099 * mcalib/MExtractPINDiode.[h,cc]
4100 - new signal extractor for the PIN Diode
4101
4102 * mcalib/MExtractedSignalPINDiode.[h,cc]
4103 - new container for the extracted signal of the PIN Diode
4104
4105 * mcalib/MCalibrationCalc.[h,cc]
4106 - remove the PIN Diode signal extraction
4107
4108 * manalysis/MHPedestalPix.[h,cc]
4109 - new version of MHPedestalPixel, deriving from MHGausEvents.
4110
4111 * manalysis/MHPedestalPixel.[h,cc]
4112 - old version removed, since obsolete (and erroneous)
4113
4114 * manalysis/MHPedestalCam.[h,cc]
4115 - histogramming part of MPedestalCam now in own class
4116
4117 * manalysis/MPedestalPix.h
4118 - removed include of MHPedestalPixel
4119
4120 * macros/calibration.C
4121 - changed pedestal displays accordingly
4122
4123 * mjobs/MJPedestal.h
4124 - class TCanvas included (did not compile otherwise)
4125
4126 * mhbase/MH.cc
4127 - included call to FindGoodLimits(..) in CutEdges()
4128 - axe from pointer to reference
4129 - "CutEdges" renamed to "StripZeros"
4130
4131 * manalysis/MHPedestalPixel.cc, mcalib/MHCalibrationPixel.cc,
4132 mcalib/MHCalibrationBlindPixel.cc:
4133 - "CutEdges" renamed to "StripZeros"
4134
4135 * mcalib/MHGausEvent.[h,cc], mcalib/Makefile, mcalib/CalibLinkDef.h:
4136 - replaced by the improved version: MHGausEvents.[h,cc]
4137
4138
4139
4140 2004/02/14: Thomas Bretz
4141
4142 * manalysis/MCerPhotEvt.[h,cc]:
4143 - added 'Iterator' facility, this will replace some for-loops
4144 in the near future
4145
4146 * mbase/MTime.[h,cc]:
4147 - added a more powerfull interface to get and interprete the
4148 MTime contents as string
4149 - added a new constructor
4150
4151 * mreport/MReportTrigger.h:
4152 - fixed GetPixContent
4153
4154 * mtools/MCubicCoeff.cc, mtools/MCubicSpline.[h,cc]:
4155 - many small changes to simple details (like order of includes)
4156 - some speed improvements
4157 - many small simplifications
4158 - changed parts of the code to be more C++ like (eg Iterators
4159 instead of for-loops)
4160 - disentangles some if-cases
4161 - replaced some math.h function by TMath::
4162 - removed data-member fN (obsolete with iterators)
4163
4164
4165
4166 2004/02/13: Wolfgang Wittek
4167
4168 * mcalib/MCalibrateData.[h,cc]
4169 - new class;
4170 like MCalibrate, but in ReInit it fills the MPedPhot container
4171 using informations from MPedestal, MExtracteSignalCam and
4172 MCalibrationCam
4173
4174 * mcalib/Makefile, mcalib/CalibLinkDef.h
4175 - added MCalibrateData
4176
4177 * manalysis/MPedestalWorkaround.[h,cc]
4178 - create MMcEvt container and fill with theta = 10.0
4179 - set pedestalRMS = 0. if it is > 10.0
4180
4181 * manalysis/MSupercuts.[h,cc]
4182 - change default values of parameters
4183
4184 * manalysis/MSupercutsCalc.[h,cc]
4185 - change dNOMLOGSIZE from 4.1 to 5.0
4186
4187 * mhist/MHBlindPixels.[h,cc]
4188 - change MPedestalCam to MPedPhotCam
4189
4190 * mhist/MHSigmaTheta.[h,cc]
4191 - automatic binning for pixel number doesn't work
4192 use default binning
4193
4194
4195
4196 2004/02/13: Markus Gaug
4197
4198 * mcalib/MCalibrationPix.[h,cc]
4199 - added variables gkAverageQE, gkAverageQEErr, and fAverageQE,
4200 fAverageQEErr
4201 - gkAverageQE initializes to 0.2 (according to David)
4202 - gkAverageQEErr initializes to 0.02 (dito)
4203 - added new member function: SetAverageQE
4204 - call to GetMeanConversionFFactorMethod returns:
4205 fMeanConversionFFactorMethod/fAverageQE.
4206 - call to GetErrorConversionFFactorMethod returns:
4207 errors of fMeanConversionFFactorMethod and fAverageQEErr added
4208 quadratically
4209
4210 * mcalib/Makefile
4211 - split into two parts one comment line
4212
4213
4214 2004/02/13: Thomas Bretz
4215
4216 * mbadpixels/MBadPixelsTreat.[h.cc]:
4217 - added for new bad pixel treatment
4218
4219 * mbadpixels/Makefile, mbadpixels/BadPixelsLinkDef.h:
4220 - added MBadPixelsTreat
4221
4222 * merpp.cc:
4223 - changed the name of the "DC" tree to "Currents" to make
4224 MReportRead work correctly with this tree
4225
4226 * mbase/MTime.[h,cc]:
4227 - Changed UpDMagicTime to support nanosec instead of millisec
4228 - exchanged Reset() by Clear() not to clear the yy/mm/dd
4229 information away in an eventloop
4230
4231 * mraw/MRawEvtHeader.[h,cc]:
4232 - implemented decoding of the time-stamp for raw-data files
4233 with version>2. Thanks to Marcos.
4234
4235 * mraw/MRawRead.[h,c]:
4236 - pipe file version number to MRawEvtHeader::ReadEvt
4237 - create fake time for file-version<3
4238
4239 * macros/readMagic.C:
4240 - changed to use MInteractiveTask
4241
4242 * mbase/MPrint.cc:
4243 - fixed debugging level of some output
4244
4245 * mhist/MHCamera.[h,cc]:
4246 - fixed handling in AddNotify (necessayr due to change of
4247 inheritance from MCamEvent)
4248 - replaced cout by gLog
4249 - added fNotify to list of cleanups
4250
4251 * mhist/MHEvent.cc, mjobs/MJCalibration.cc,
4252 mjobs/MJPedestal.cc:
4253 - fixed usage of AddNotify
4254
4255 * mfileio/MReadReports.cc:
4256 - use a different way to determin whether the tree is a valid tree,
4257 skip invalid trees
4258
4259 * mfileio/MReadTree.cc:
4260 - added another sanity check at the beginning of PreProcess
4261
4262 * mhbase/MFillH.[h,cc]:
4263 - added bit kCanSkip which skips MFillH in case the necessary container
4264 wasn't found.
4265 - cd into the corresponding canvas before filling the MH
4266
4267
4268
4269 2004/02/12: Markus Gaug
4270
4271 * mbase/MArray.[h,cc]:
4272 - changed name of StripZeros
4273
4274 * mcalib/MHGausEvent.cc:
4275 - corrected call to StripZeros
4276
4277 * mcalib/MCalibrationPix.[h,cc]
4278 - implemented dummy for combined method
4279
4280 * mcalib/MCalibrate.[h,cc]
4281 - implemented a dummy for calibration factor 1. (requested by
4282 Javier Rico)
4283 - implemented combined method
4284 - check for valid methods moved to ReInit
4285
4286 * mcalib/MCalibrationCalc.cc
4287 - removed initialization of non-used nsamples
4288
4289 * mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationPix.[h,cc],
4290 mcalib/MCalibrationCalc.[h,cc]
4291 macros/calibration.C
4292 - implemented new histograms:
4293 HSinglePheFADCSlices and HPedestalFADCSlices
4294 They are filled with the FADC slice values of either a s.phe.
4295 event or a pedestal event. The decision is taken with the
4296 variable: MCalibrationCalc::fBlindPixelSinglePheCut, to be set
4297 with a setter
4298
4299 * mtools/MFFT.[h,cc]
4300 - PowerSpectrumDensity of TArrayI implemented
4301
4302
4303
4304 2004/02/12: Thomas Bretz
4305
4306 * mbase/MArray.[h,cc]:
4307 - changed argument of CutEdges from pointer to reference
4308
4309 * mgeom/MGeomPix.h:
4310 - fixed calculation of area of pixel. It was too big for a
4311 factor of 2
4312
4313 * mjobs/MJCalibration.cc:
4314 - slight change of name of a MHCamera
4315
4316 * manalysis/MExtractSignal.cc:
4317 - slight change to the creation of the satpixels list
4318
4319 * mcalib/MHCalibrationBlindPixel.cc, mcalib/MHCalibrationPixel.cc,
4320 mcalib/MHGausEvent.cc:
4321 - corrected call to ProjectArray
4322 - corrected call to CutEdges
4323
4324 * mfilter/MFCosmics.[h,cc]:
4325 - small fixes to logging output
4326 - small simplification to return statement
4327 - declared CosmicsRejection const
4328
4329 * mhbase/MH.[h,cc]:
4330 - changed argument of ProjectArray from pointer to reference
4331 - added missing calcualtion of minimum
4332 - removed obsolete SetEntries
4333 - changed SetDirectory from NULL to gROOT
4334
4335
4336
4337 2004/02/12: Javier L�ez
4338
4339 * macros/pointspreadfunction.C
4340 - added new macro that fits with a 2D gaussian the DC spot for an
4341 star. It gives you the RMS of the PSF and the center of the star,
4342 very useful for misspointing studies.
4343
4344
4345
4346 2004/02/11: Hendrik Bartko
4347
4348 * manalysis/MExtractSignal2.cc:
4349 - introduced a validity check for the set-function of the window
4350 size (even number of slices, WindowSize < NumberSlices)
4351
4352 * manalysis/MArrivalTimeCalc2.[h,cc], manalysis/Makefile,
4353 manalysis/AnalysisLinkDef.h:
4354 - new: introduced the calculation of the arrival time as the signal
4355 weighted mean of the time slices in the maximum window
4356
4357
4358
4359 2004/02/11: Markus Gaug
4360
4361 * mcalib/MCalibrationCalc.cc:
4362 - the blind pixel signal extractor introduced one week ago, counted
4363 one FADC slice too little, thus the normalization w.r.t. pedestals
4364 was wrong. Now corrected.
4365
4366 * manalysis/MExtractSignal.cc, manalysis/MExtractSignal2.cc:
4367 - when "WARNING - Lo Gain saturated" occurs, display also the
4368 corr. pixel numbers.
4369
4370 * mbase/MArray.[h,cc]:
4371 - introduced function to cut array edges with zeros.
4372 (Thomas, should we keep it there or move it to another class? )
4373
4374 * mcalib/MCalibrationCalc.[h,cc]:
4375 - new function SetBlindPixelRange to set start and end of FADC slices
4376 used for the blind pixel signal extraction.
4377 - remove fEvents which are not necessary any more after the shift
4378 to MFCosmics.
4379
4380 * mcalib/MHCalibration(Blind)Pixel.[h,cc]:
4381 - show the fourier spectrum now with axes in frequency [Hz] instead
4382 of inverted events.
4383
4384 * mcalib/MHGausEvent.[h,cc], mcalib/Makefile, mcalib/CalibLinkDef.h:
4385 - new base class for all kind of events with variables having a
4386 Gaussian distribution. Will serve as base class for the
4387 existing and new calibration histogram classes.
4388
4389
4390
4391 2004/02/11: Abelardo Moralejo
4392
4393 * mmain/MEventDisplay.cc
4394 - Switched order of MMcPedestalCopy and MCerPhotCalc in tasklist:
4395 MMcPedestalCopy must be executed earlier!
4396
4397
4398
4399 2004/02/10: Raquel de los Reyes
4400
4401 * mhist/MHPixVsTime.[h,cc]:
4402 - Added a default draw function and replaced the TGraph object
4403 by a pointer to a TGraph object.
4404
4405 * mreport/MReportTrigger.h:
4406 - Now it dereives from a MCamEvent class and implemented the
4407 GetPixContent() and DrawPixelContent() functions.
4408
4409 * maccros/CCDataCheck.C:
4410 - An update of the previous macro. New plots: subsystems status and
4411 macrocells trigger.
4412
4413
4414
4415 2004/02/10: Markus Gaug
4416
4417 * mcalib/MCalibrationCam.cc:
4418 - fixed documentation
4419
4420 * mhbase/MH.[h,cc]:
4421 - new function ProjectArray
4422
4423 * mcalib/MHCalibrationPixel.[h,cc],
4424 mcalib/MHCalibrationBlindPixel.[h,cc]:
4425 - use ProjectArray from MH to plot the projection of the fourier
4426 spectrum
4427
4428 * mfilter/MFCosmics.[h,cc], mfilter/Makefile,
4429 mfilter/FilterLinkDef.h:
4430 - new filter removing cosmics, the same as in MCalibrationCalc
4431 where it was removed now.
4432 Call: MFCosmics cosmics;
4433 MContinue cont(&cosmics);
4434 tlist.AddToList(&cont);
4435
4436 * mcalib/MCalibrationCalc.[h,cc]:
4437 - removed cosmics rejection from there
4438
4439 * macros/calibration.C, mjobs/MJCalibration.cc:
4440 - changed cosmics rejection to the filter algorithm
4441
4442
4443
4444 2004/02/09: Markus Gaug
4445
4446 * mcalib/MCalibrationBlindPix.[h,cc]:
4447 - added histogram to display the average in FADC slices of all
4448 single and double phe events
4449
4450 * mcalib/MCalibrationCalc.cc:
4451 - fill histograms of single-phe events with higain and logain
4452 sampls
4453
4454 * mcalib/MCalibrationCam.[h,cc], mcalib/MCalibrationCalc.cc,
4455 mcalib/MCalibrationConfig.h:
4456 - take all pixel areas out of MGeomPix::GetA(), remove all previous
4457 areas
4458 - calculate photon fluxes from blind pixel and PIN diode, use
4459 area only to fill the conversion factors in MCalibrationPix
4460
4461
4462 * mcalib/MJCalibration.cc:
4463 - display of number of photons for Blindpixel and PIN Diode Method
4464 changed to display of photon flux which is the actually
4465 calculated quantity
4466
4467
4468
4469 2004/02/09: Thomas Bretz
4470
4471 * mbadpixels/*:
4472 - added
4473
4474 * Makefile:
4475 - added MBadPixels
4476
4477 * manalysis/MGeomApply.cc:
4478 - fixed class description
4479
4480 * mjobs/MJCalibration.[h,cc], mjobs/MJExtractSignal.[h,cc]:
4481 - added bad pixel treatment
4482
4483 * mjobs/MJPedestal.[h,cc]:
4484 - reorganized order of functions
4485 - removed a nonsense scrren output (some BLABABLA or so)
4486
4487 * mjobs/Makefile:
4488 - added include for mbadpixels
4489
4490 * mmain/MBrowser.cc:
4491 - do not call construtor of TGTReeLBEntry if pic0=0
4492
4493
4494
4495 2004/02/09: Raquel de los Reyes
4496
4497 * mcamera/MCameraLids.h, mreport/MReportCamera.h
4498 - Added the "Get" functions to access the private data
4499 members of the class.
4500
4501
4502
4503 2004/02/09: Markus Gaug
4504
4505 * MMcCalibrationUpdate.cc, MCalibrate.cc, MCalibrationPix.cc,
4506 MCalibrationPix.h:
4507 - replace MCalibrationPix->IsChargeFitValid() by IsChargeValid()
4508 because we can calibrate with the histogram mean and RMS even
4509 if the fit is not OK. Thus, there is a question: IsFitted() and
4510 IsChargeValid(), i.e. does the charge make any sense?
4511
4512 * MCalibrationCam.cc, MCalibrationConfig.h, MCalibrationCalc.cc:
4513 - found serious bug in calculation of conversion factors for the
4514 outer pixels:
4515 GetMeanConversionBlindPixelMethod and
4516 GetMeanConversionPINDiodeMethod
4517 did not correct for the area of the outer pixel, this did only
4518 MCalibrationCam::GetPixelContent which is not used by MCalibrate
4519
4520
4521
4522 2004/02/06: Markus Gaug
4523
4524 * mgeom/MGeomCam.h
4525 - replaced in Comment of fPixRatio:
4526 "ratio between size of pixel idx and pixel 0" by
4527 "ratio between size of pixel 0 and pixel idx"
4528
4529 * manalysis/MPedestalCam.cc
4530 - catch calls to MHPedestalPixel in case that they are not filled
4531 This led previous calls to segmentation violations
4532 - remove include of MHExtractedSignalPix
4533
4534 * manalysis/MHExtractedSignalPix.[h,cc]
4535 - is everything in MHPedestalPixel, so removed it again
4536
4537 * mjobs/MJPedestal.cc
4538 - put the projections into Display()
4539 - correct the input of Display (0: pedestal, 1: pedestalerror,
4540 2: pedRMS, 3: pedRMSerror)
4541
4542 * manalysis/MHPedestalPixel.cc
4543 - increased number of bins in for charges plot
4544
4545 * mtools/MFFT.[h,cc]
4546 - possibility to have PSD directly from TArray
4547
4548 * mjobs/MJCalibration.[h,cc]
4549 - fixed displays
4550 - replaced MExtractSignal by MExtractSignal2
4551
4552 * mcalib/MHCalibrationPixel.[h,cc], mcalib/MHCalibrationBlindPixel.[h,cc],
4553 mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationBlindPix.[h,cc],
4554 mcalib/MCalibrationPINDiode.[h,cc], mcalib/MHCalibrationPINDiode.[h,cc]:
4555 - remove histograms MHChargevsN..., now keep TArrays directly
4556 - check for oscillations for all pixels (and you will not trust
4557 your eyes when you look at the results :-((((
4558
4559 * mcalib/MCalibrationCalc.[h,cc]
4560 - remove ArrivalTime -> go to separate class
4561 - remove BlindPixel and PIN Diode overflow, now handled directly
4562 inside the corr. classes.
4563 - remove SkipTimeFits -> go the arrival time class
4564
4565 * mcalib/MCalibrationCam.h
4566 - new getters for number of photons
4567 - removed timeslicewidth -> go the corr. time containers
4568
4569 * mcalib/MCalibrationCam.cc
4570 - removed times of GetPixelContent
4571 - added OscillationChecks in GetPixelContent
4572
4573 * manalysis/MMcCalibrationUpdate.cc
4574 - remove calpix.SkipTimeFits which is now obsolet
4575
4576 * macros/calibration.C
4577 - all previous changes now in this macro.
4578 - (NB: Thomas, du brauchst in MJCalibration nicht mehr aendern,
4579 das ging diesmal in einem Aufwasch)
4580
4581
4582
4583 2004/02/06: Thomas Bretz
4584
4585 * mhist/MHPixVsTime.[h,cc]:
4586 - changed such that you can set the name of the time container now
4587
4588 * mraw/MRawRunHeader.[h,cc]:
4589 - added GetMaxPixId()
4590
4591 * mraw/MRawEvtData.cc:
4592 - fixed wrong size calculation for fABflags
4593
4594
4595
4596 2004/02/06: Oscar Blanch
4597
4598 * mmc/MFadcDefine.h && mmc/MMcFadcHeader.cxx
4599 - We cahnged the name (and values) of the global variable
4600 MFADC_RESPONSE_AMPLITUDE to MFADC_RESPONSE_INTEGRAL
4601
4602
4603
4604 2004/02/05: Markus Gaug
4605
4606 * mcalib/MHCalibrationPixel.[h,cc]
4607 - put an NDF limit for the fit
4608 - removed all TStrings and replace them by Form(..)
4609 - Check for nan's of all returned fit values
4610
4611 * mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationCam.cc:
4612 - reshuffled HiLoGainConversion, calculation of F-Factor method,
4613 - calculation of total F-Factor of the readout.
4614
4615 * mcalib/MCalibrationCam.cc
4616 - include relative times to display with GetPixelContent
4617
4618 * mcalib/MCalibrationCalc.[h,cc]
4619 - flag to skip Hi-Lo Calibration
4620 - Hi-LO Graph not filled any more after overflow of ChargevsN
4621 - fill the blind pixel differently from the rest of pixels
4622
4623 * mcalib/MCalibrate.cc:
4624 - call to const MCalibrationPix &pix replaced by MCalibrationPix &pix
4625
4626 * manalysis/MArrivalTimeCalc.cc
4627 - default step width 100 ps.
4628 - look for half maximum (at rising edge)
4629
4630 * manalysis/MExtractSignal.[h,cc]
4631 - removed uncommented code (arrival time)
4632 - set start byte back by one like it was before TB's changes
4633 (does not affect the calculation of number of FADC slices)
4634
4635 * manalysis/MExtractSignal2.[h,cc]
4636 - removed uncommented code (arrival time)
4637
4638 * manalysis/MHPedestalPixel.[h,cc]
4639 - is now filled with total pedestals (not per slice), but results are
4640 renormalized to values per slice (this is not to screw up with the
4641 pedestal RMS and the derived uncertainties)
4642 - new function Renorm(nslices)
4643
4644 * manalysis/MPedestalCam.[h,cc]
4645 - introduced function Clone() (like proposed by TB)
4646 - call to MHPedestalPixel operator() not const any more
4647 - take out lots of uncommented code
4648 - found bug in initialization of hists. SetupFill is called in
4649 PreProcess, therefore, TObjArray is not yet enlarged there.
4650 Now, InitUseHists is called in Fill
4651 - MHPedestalPixel is now filled with total pedestals (not per slice),
4652 but results are
4653 renormalized to values per slice (this is not to screw up with the
4654 pedestal RMS and the derived uncertainties)
4655
4656 * manalysis/MPedCalcPedRun.cc
4657 - added author
4658 - split calculation of RMS into two steps to make it more clear to
4659 the user
4660
4661 * macros/calibration.C
4662 - found bug introduced two days ago, namely calculating pedestlas with
4663 MExtractSignal2 which is now fixed
4664 - Skip HiLoConversionCalibration
4665
4666
4667
4668 2004/02/05: Abelardo Moralejo
4669
4670 * macros/starmc2.C
4671 - added 3rd argument, "kFALSE", to call of MWriteRootFile::Add
4672 for both MMcEvt and MMcRunHeader since these containers are
4673 not present in real data. Name of macro is no longer adequate if
4674 we will use it for calibrated real data (to be changed if so).
4675
4676
4677
4678 2004/02/05: Sebastian Raducci
4679
4680 * mtools/MCubicSpline.[h,cc]
4681 - added
4682 - this class will take the place of the TSpline class to
4683 calculate arrival times
4684
4685 * mtools/MCubicCoeff.[h,cc]
4686 - added
4687 - this class is used by MCubicSpline to store coefficients
4688
4689 * macros/spline.C
4690 - added
4691 - test macro. Shows how to use the MCubicSpline class
4692 - it could be used to test the methods of the Spline class
4693
4694
4695
4696 2004/02/05: Thomas Bretz
4697
4698 * mmain/MBrowser.cc:
4699 - fixed a double deletion of a TGLayoutHints
4700
4701
4702
4703 2004/02/04: Markus Gaug
4704
4705 * mmain/MBrowser.cc:
4706 - corrected TGTReeLBEntry for TGTreeLBEntry
4707
4708
4709
4710 2004/02/04: Thomas Bretz
4711
4712 * manalysis/MExtractSignal2.cc:
4713 - don't allow odd numbers for the window size
4714
4715 * mfilter/MFilterList.cc:
4716 - corrected a wrong logging message
4717
4718 * mmain/MBrowser.cc:
4719 - added '/data/MAGIC' as shortcut in the combo box
4720
4721 * mraw/MRawEvtPixelIter.cc:
4722 - optimized calculation of MaxIdx
4723
4724
4725
4726 2004/02/04: Abelardo Moralejo
4727
4728 * macros/starmc2.C
4729 - removed unnecessary variables BinsHigh, BinsLow
4730
4731
4732
4733 2004/02/04: Markus Gaug
4734
4735 * manalysis/MPedestalCam.[h,cc], manalysis/MPedestalPix.[h,cc],
4736 manalysis/MPedCalcPedRun.[h,cc], manalysis/MHPedestalPixel.[h,cc],
4737 macros/calibration.C:
4738 - histograms are now filled with MFillH as proposed and coded by
4739 Thomas Bretz. Some modifications had to be done, however.
4740 - Class to hold MHPedestalPixel is still MPedestalCam
4741 - MPedCalcPedRun does nothing any more (except from what is was
4742 doing before)
4743
4744 * manalysis/MExtractSignal.cc
4745 - remove uncommented code
4746
4747 * mcalib/MCalibrationCalc.[h,cc]
4748 - modified way to handle histogram overflow: Now flags are set and
4749 ChargevsN histogram is not tried to be filled subsequently
4750
4751
4752
4753 2004/02/03: Markus Gaug
4754
4755 * manalysis/MHExtractedSignalPix.[h,cc]
4756 - added Thomas B. modified version of MHPedestalPixel. Later will
4757 remove MHPedestalPixel
4758
4759 * manalysis/MCalibrationPix.[h,cc], manalysis/MHCalibrationPixel.[h,cc],
4760 manalysis/MCalibrationCam.cc, macros/calibration.C:
4761 - now split completely absolute and relative times. Absolute
4762 times are not fitted, but their histogram mean and rms are
4763 returned.
4764
4765
4766
4767 2004/02/03: Thomas Bretz
4768
4769 * mfileio/MReadTree.cc:
4770 - fixed handling of -1 entries in AddFile: root 3.10/02 crashed
4771
4772 * manalysis/MExtractSignal.[h,cc]:
4773 - moved code to extract the signal from Process to
4774 new member function FindSignal, I left the arrival time
4775 extraction as commented-out code in the code just as a
4776 demonstration to do this very fast.
4777
4778
4779
4780 2004/02/02: Markus Gaug
4781
4782 * manalysis/MPedCalcPedRun.cc
4783 - corrected formulae in Class description
4784
4785 * mcalib/MCalibration.[h,cc], mcalib/MHCalibration.[h,cc],
4786 manalysis/MMcCalibrationUpdate.cc:
4787 - calculate relative times and absolute times. Fit only
4788 the relative ones.
4789
4790
4791
4792 2004/02/02: Abelardo Moralejo
4793
4794 * manalysis/MMcCalibrationUpdate.cc, MMcPedestalCopy.cc
4795 - removed file type check (MC or data) from PreProcess since now
4796 run headers are not yet known at that point.
4797
4798 * mcalib/MMcCalibrationCalc.cc
4799 - same as above.
4800
4801 * NEWS
4802 - updated.
4803
4804
4805
4806 2004/02/02: Thomas Bretz
4807
4808 * manalysis/MExtractSignal2.[h,cc]:
4809 - added new task which takes a given number of slices with the
4810 highest integral content as signal.
4811
4812 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
4813 - added MExtractSignal2
4814
4815
4816
4817 2004/01/30: Abelardo Moralejo
4818
4819 * macros/starmc.C
4820 - changed default FADC integration range (more adequate for coming
4821 camera version).
4822
4823 * macros/mccalibrate.C, starmc2.C
4824 - added. First macro transforms input files from camera simulation
4825 into files with pixel data already calibrated in photons. The
4826 second reads in an already calibrated data file and produces an
4827 output file with Hillas parameters. Both together do the same as
4828 starmc.C, but it is convenient to have files containing
4829 calibrated pixel information.
4830
4831
4832
4833 2004/01/30: Thomas Bretz
4834
4835 * mbase/MDirIter.h:
4836 - added GetNumEntries
4837
4838 * mhist/MHEvent.cc:
4839 - added a dynamic_cast from MParContainer to MCamEvent to get the
4840 correct pointer to the correct base-class.
4841
4842 * mbase/MStatusDisplay.cc:
4843 - In EventInfo check whether gPad==0
4844
4845 * mfileio/MReadMarsFile.cc:
4846 - removed reading RunHeaders from PreProcess, this resulted
4847 in strange behaviour of writing RunHeaders
4848 - fixed consistency check for RunType accordingly
4849
4850 * mfilter/MFilterList.cc:
4851 - do not skip adding filter if only a filter with the same name
4852 exists
4853
4854 * mraw/MRawFileRead.cc:
4855 - added an output message if run header is not accessible
4856
4857 * mraw/MRawRunHeader.[h,cc]:
4858 - initialize fRunType to new enum kRTNone
4859
4860 * mfilter/MFGeomag.cc:
4861 - set fResult to kFALSE at the beginning of Process
4862 - according to this removed setting fResult=kFALSE before return
4863 - replaced some float by Float_t
4864 - added some const-qualifiers
4865 - replaced (rig<0.5/pr*R*(r2-r1)+r1) by (rig-r1)*pr<rnd
4866 with rnd = R * (r2-r1)/2 to make sure that we cannot
4867 devide by 0
4868
4869 * manalysis/MPedCalcPedRun.cc:
4870 - added some comments
4871
4872 * Makefile:
4873 - added mjobs
4874
4875 * mjobs/*:
4876 - added
4877
4878 * mbase/Makefile, mbase/BaseLinkDef.h:
4879 - added MRunIter
4880
4881 * mbase/MRunIter.[h,cc]:
4882 - added
4883
4884
4885
4886 2004/01/30: Markus Gaug
4887
4888 * manalysis/MPedestalCam.h
4889 - added function IsUsedHists()
4890
4891 * manalysis/MPedestalCam.cc
4892 - modified GetPixelContent
4893
4894 * manalysis/MPedestalCam.cc, manalysis/MPedCalcPedRun.cc:
4895 - include storage of number of used FADC slices to compare later
4896 the pedestal per slice ( and sigma per slice)
4897 - return relative differences in GetPixelContent
4898
4899 * mcalib/MCalibrationCalc.[h,cc], mcalib/MHCalibrationBlindPixel.[h,cc]:
4900 - fBlindPixelId and fPINDiodeId now like in PedestalCam
4901 - fill Blind Pixel with information about its fitted pedestal if
4902 available
4903 - initialize charges histogram with a bigger range
4904 - use pedestal information to constrain the pedestal fit ranges
4905
4906 * manalysis/MHPedestalPixel.cc
4907 - initialize charges histogram with a bigger range
4908
4909 * macros/calibration.C
4910 - SetRange of MExtractSignal to 1,14 (see emails of yesterday)
4911 - apply new GetPixelContents of MPedestalCam (more calculations
4912 and displays of errors, correction for different FADC slice
4913 number)
4914
4915 * manalysis/MExtractSignal.cc
4916 - not access to MArrivalTime any more. The same information is
4917 stored in MRawEvt->GetPixelContent(...)
4918
4919 * manalysis/MCalibrationCalc.cc
4920 - retrieve default arrival time from MRawEvt
4921
4922 * manalysis/MCalibrationBlindPix.cc, manalysis/MCalibrationPix.cc
4923 - check for NaN's in fit results
4924
4925
4926
4927 2004/01/29: Abelardo Moralejo
4928
4929 * mfileio/MWriteFile.h
4930 - added missing declaration of ReInit
4931
4932 * manalysis/MMcCalibrationUpdate.cc
4933 - added call to MCalibrationCam::SetBlindPixelMethodValid(kTRUE)
4934 to adapt to recent changes in MCalibrate.
4935
4936
4937
4938 2004/01/29: Thomas Bretz
4939
4940 * manalysis/MArrivalTime.h, manalysis/MCameraData.h,
4941 manalysis/MCerPhotEvt.h, manalysis/MExtractSignalCam.h,
4942 manalysis/MPedPhotCam.h, manalysis/MPedestalCam.h,
4943 mcalib/MCalibrationCam.h, mcamera/MCameraDC.h,
4944 mraw/MRawEvtData.h, mreflector/MRflEvtData.h:
4945 - split derivement into MParContainer and MCamEvent
4946
4947 * manalysis/MExtractSignalCam.[h,cc]:
4948 - removed obsolete MExtractSignal::ReInit
4949 - added -> to fArray
4950
4951 * mbase/MParList.h:
4952 - added a new bit kIsProcessing
4953
4954 * mbase/MTaskList.cc:
4955 - fixed the handling of kDoNotReset and the bahaviour of
4956 SetReadyToSave, such that it is possible to write all
4957 headers
4958
4959 * mfileio/MWriteFile.cc:
4960 - added ReInit which also calls CheckAndWrite
4961
4962 * mgui/MCamEvent.h:
4963 - does not derive from MParContainer anymore
4964
4965
4966
4967 2004/01/29: Markus Gaug
4968
4969 * mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc],
4970 mcalib/MCalibrationConfig.h
4971 - put gkCalibrationBlindPixelId and gkCalibrationPINDiodeId
4972 directly into the corresponding classes.
4973
4974
4975
4976 2004/01/29: Nicola Galante
4977
4978 * mhistmc/MHMcTriggerLvl2.[h,cc]:
4979 - In method MHMcTriggerLvl2::GetHistByName(const TString name)
4980 added string checking to return also
4981 fHistCellPseudoSize, fHistCellPseudoSizeNorm
4982 and fHistCellPseudoSizeEnergy.
4983 - Added inline functions GetHistCellPseudoSize() and
4984 GetHistCellPseudoSizeNorm().
4985
4986
4987
4988 2004/01/28: Javier Rico
4989
4990 * mcalib/MCalibrate.[h.cc]
4991 - include possibility to select the calibration method to be used
4992
4993
4994
4995 2004/01/28: Markus Gaug
4996
4997 * mcalib/MCalibrate.[h.cc]
4998 - corrected Int_t ReInit() to Bool_t ReInit(MParList *pList)
4999
5000 * mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc]:
5001 - included flags to indicate if Blind Pixel Method or PIn Diode
5002 method was OK. Up to now, program stopped, if one of the two
5003 methods was chosen but not able to being executed.
5004
5005 * manalysis/MArrivalTimeCalc.cc, manalysis/MExtractSignals.cc,
5006 manalysis/MGeomApply.cc:
5007 - put all missing InitSize(npixels) into MGeomApply
5008
5009 * manalysis/MPedCalcPedRun.[h,cc], manalysis/MPedestalCam.[h,cc],
5010 manalysis/MPedestalPix.[h,cc], manalysis/MHPedestalPixel.[h,cc],
5011 manalysis/Makefile, manalysis/AnalysisLinkDef.h:
5012 - include possibility to fit the pedestals with Gaussian.
5013 - old methods are not affected.
5014 - add new method with MPedCalcPedRun::SetUseHists()
5015
5016
5017
5018 2004/01/28: Abelardo Moralejo
5019
5020 * mcalib/MMcCalibration.cc
5021 - fixed wrong variable type in call to TH1F constructor (number of
5022 bins is now integer), which resulted in a compilation warning.
5023
5024
5025
5026 2004/01/28: Thomas Bretz
5027
5028 * manalysis/MPedestalCam.cc:
5029 - removed unwanted CheckBound from operators. CheckBounds is ONLY
5030 ment for really old MC files and will be removed in the future
5031 anyhow.
5032
5033 * mcalib/MHCalibrationPixel.h:
5034 - removed obsolete include of MFFT
5035
5036 * manalysis/MCerPhotAnal.cc, manalysis/MCerPhotCalc.cc,
5037 manalysis/MPedestalCam.[h,cc]:
5038 - removed use of obsolete MPedestalCam::CheckBounds. This was
5039 a workaround for a 'bug' in very old camera files, which is not
5040 necessary anymore.
5041
5042 * manalysis/MCerPhotAnal2.[h,cc]:
5043 - replaced MPedestalCam by MPedPhotCam
5044
5045 * manalysis/MExtractSignal.cc:
5046 - some small simplification to the signal extraction
5047 - removed some obsolete variables
5048 - replaced for by while
5049 - removed obsolete casts
5050
5051 * mmain/MEventDisplay.cc:
5052 - gave names to the filters
5053 - removed adding MHCamera to fList because it was deleted twice
5054
5055 * mhist/MHCamera.cc:
5056 - fixed usage of fPainter in Paint() - title was not updated
5057 correctly
5058
5059
5060
5061 2004/01/28: Sebastian Raducci
5062
5063 * manalysis/MArrivalTime.[h,cc]:
5064 - removed all the code relative to the cluster evaluation
5065
5066
5067
5068 2004/01/27: Markus Gaug
5069
5070 * manalysis/MPedestalPix.cc:
5071 - initialize default values to 0 instead of -1.
5072
5073 * manalysis/MPedestalCam.[h,cc]:
5074 - include CheckBounds, also in operator[]
5075
5076 * mcalib/MCalibrationCam.[h,cc]:
5077 - apparently, there was a reference to InitSize(UInt_t i) instead
5078 of InitSize(Int_t i), where compiler complained, now changed
5079
5080 * mcalib/MHCalibration*, mcalib/MCalibration*:
5081 - fixed all Clear()'s, Reset()'s, direct intializers
5082
5083
5084
5085 2004/01/27: Thomas Bretz
5086
5087 * mdata/MDataChain.cc:
5088 - added '%' to supported operators
5089
5090
5091
5092 2004/01/26: Nicola Galante
5093
5094 * manalysis/MMcTriggerLvl2.[cc,h]:
5095
5096 - Defined some static constants to avoid ugly "magic numbers"
5097 in arrays: gsNCells, gsNTrigPixels,
5098 gsNPixInCell, gsNLutInCell, gsNPixInLut, fNumPixCell.
5099 - Added method
5100 MMcTriggerLvl2::GetCellCompactPixel(int cell, MGeomCam *fCam)
5101 which computes compact pixels into a given L2T macrocell.
5102 - Added method
5103 MMcTriggerLvl2::CalcBiggerCellPseudoSize()
5104 which computes fCellPseudoSize, the maximum Pseudo Size into L2T
5105 macrocells
5106 - Added method
5107 MMcTriggerLvl2::GetCellPseudoSize() const
5108 which returns fCellPseudoSize
5109 - Added method
5110 MMcTriggerLvl2::IsPixelInCell(Int_t pixel, Int_t cell),
5111 which controls whether a pixel belongs to a given L2T cell.
5112 - Added method
5113 MMcTriggerLvl2::GetMaxCell() const
5114 which returns fMaxCell, the cell with the maximum
5115 fCellPseudoSize.
5116
5117
5118
5119 2004/01/26: Markus Gaug, Michele Doro
5120
5121 * manalysis/MArrivalTime.[h,cc], manalysis/MArrivalTimeCalc.[h,cc]:
5122 - moved calculation of arrival time from MArrivalTime to
5123 MArrivalTimeCalc. MArrivalTime does not do any Process-job
5124 anymore
5125 - TSpline5 now on stack.
5126 - function to set the stepsize
5127
5128 * mcalib/MHCalibrationBlindPixel.[h,cc]:
5129 - force mu_{0} in Blind Pixel Fit to be around 0 in fKPoisson4
5130 - implement combined Polya fit and Michele's back-scattered electron
5131 fit
5132
5133 * mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationPix.cc,
5134 mcalib/MCalibrationPINDiode.cc:
5135 - combine FitChargeHiGain and FitChargeLoGain into one function
5136
5137 * macros/calibration.C
5138 - improve double gauss fit a bit
5139
5140
5141
5142 2004/01/26: Thomas Bretz
5143
5144 * mraw/MRawEvtPixelIter.[h,cc]:
5145 - removed member function GetNumPixels. For more details see mantis.
5146
5147 * manalysis/MArrivalTime.[h,cc]:
5148 - reorganized includes
5149 - fixed InitSize and ClearArray (now Reset) to fit MParContainer
5150 definition
5151 - for the moment removed usage of fPixelChecked - THIS WILL CRASH YOUR
5152 PROGRAM
5153
5154 * manalysis/MArrivalTimeCalc.[h,cc]:
5155 - reorganized includes
5156 - removed many obsolete code, exspecially copy&paste relicts!
5157 - fixed usage of InitSize
5158 - removed CleanArray. Reset() is called automatically before Process()
5159
5160 * manalysis/MExtractedSignalCam.[h,cc]:
5161 - added SetLogStream
5162 - removed obsolete include MGeomCam
5163 - replaced PrintOut by Print
5164 - added const-qualifiers to all Getters
5165 - fixed documentation
5166
5167 * manalysis/MExtractedSignalPix.[h,cc]:
5168 - replaced PrintOut by Print
5169 - fixed documentation
5170
5171 * manalysis/MEventRateCalc.cc, manalysis/MPedCalcPedRun.cc:
5172 - replaced memset by Reset()
5173
5174
5175
5176 2004/01/24: Abelardo Moralejo
5177
5178 * macros/starmcstereo.C
5179 - Added. Example of how to run the analysis chain for MC files
5180 containing simulation of stereo systems of 2 telescopes.
5181
5182 * mcalib/MCalibrate.cc
5183 - Added check that value of signal from MExtractedSignalPix is not
5184 the default (error) value. In such a case, the signal in
5185 MCerPhotEvt is now set to 0. Before, all pixels got very high
5186 values in MCerPhotEvt in case the MRawEvtData object for the
5187 event was missing in the file. This happened in MC files, in
5188 which in some circumstances an event is written without the
5189 pixel information (for instance, when running stereo simulations
5190 the pixel data is missing for non-triggered telescopes, but the
5191 event headers are present).
5192
5193
5194
5195 2004/01/23: Markus Gaug
5196
5197 * manalysis/MExtractSignal.[h,cc], manalysis/MExtractedSignalPix.[h,cc],
5198 manalysis/MArrivalTime.[h,cc], mcalib/MCalibrationBlindPix.h,
5199 mcalib/MHCalibrationBlindPixel.[h,cc], mcalib/MCalibrationPINDiode.h,
5200 mcalib/MHCalibrationPINDiode.[h,cc], mcalib/MCalibrationPix.[h,cc],
5201 mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationCalc.[h,cc]:
5202 - use MArrivalTime for Storage (or calculation) of time
5203 in MExtractSignal
5204 - pass from TH1I histos to TH1F for times
5205
5206 * mcalib/MCalibrationBlindPix.h, mcalib/MHCalibrationBlindPixel.[h,cc],
5207 mcalib/MCalibrationPix.[h,cc], mcalib/MHCalibrationPixel.[h,cc],
5208 mcalib/MCalibrationCalc.[h,cc]:
5209 - clean up setters
5210 - pass to bit-fields for all flags
5211
5212 * mcalib/MCalibrationCam.cc
5213 - exclude Blind Pixel from Camera display
5214 - do not fill &val when return kFALSE
5215
5216 * macros/calibration.C
5217 - include functions to exclude the blind pixel,
5218 calculation of times and quality checks
5219
5220
5221
5222 2004/01/23: Abelardo Moralejo
5223
5224 * mcalib/MCalibrate.cc, manalysis/MExtractSignal.cc
5225 - Added support (using AddSerialNumber) for stereo MC files.
5226
5227
5228
5229 2004/01/23: Thomas Bretz
5230
5231 * mbase/MAstro.cc:
5232 - Fixed calculation of MJD. In Ymd2Mjd a plus should be a minus.
5233
5234 * mreport/MReport*.[h,cc]:
5235 - changed all classes to return Int_t instead of Bool_t in
5236 InterpreteBody
5237 - changed MReportFileRead such, that a wrong line results in
5238 skipping the line instead of abort reading.
5239
5240 * manalysis/MExtractSignal.cc:
5241 - do not print information for each pixel - it's too much.
5242
5243 * mbase/MStatusDisplay.cc:
5244 - when reading a status display do not display tabs with
5245 the same name than one which is already existing.
5246
5247 * mcalib/MCalibrate.cc:
5248 - directly store pointer to pixel when setting saturation flag
5249
5250 * mcamera/MCameraDC.cc:
5251 - fixed some comments
5252
5253 * mhist/MHCamEvent.cc:
5254 - fixed a crash when no geometry was available
5255
5256 * mhist/MHCamera.[h,cc]:
5257 - removed obsolete member function SetPix
5258
5259 * mbase/MStatusDisplay.[h,cc]:
5260 - added EventInfo member function
5261 - implemented preliminary redirection of GetObjectInfo to
5262 StatusLine2 -> An own status line for this is missing
5263
5264 * manalysis/MExtractSignal.[h,cc]:
5265 - implemented StreamPrimitive
5266 - changed deafults to be static const data members
5267
5268 * manalysis/MGeomApply.[h,cc]:
5269 - implemented StreamPrimitive
5270
5271
5272
5273 2004/01/23: Abelardo Moralejo
5274
5275 * manalysis/MMcCalibrationUpdate.[h,cc]
5276 - Added check to guarantee that the FADC simulation parameters of
5277 all read files (those used for calibration and those analyzed)
5278 are the same.
5279 - Added missing support for analysis of stereo files.
5280
5281 * mcalib/MMcCalibrationCalc.cc
5282 - Removed obsolete FIXME comment.
5283 - Added missing support for analysis of stereo files.
5284
5285
5286 2004/01/23: Raquel de los Reyes
5287
5288 * macros/CCDataCheck.C
5289 - Added the temperature distribution of the optical links
5290 and the plots of the LV power supplies.
5291 * mcamera/MCameraLV.h
5292 - Added the "Get" functions to access the private data
5293 members of the class.
5294
5295
5296 2004/01/22: Abelardo Moralejo
5297
5298 * manalysis/MMcCalibrationUpdate.[h,cc]
5299 - Now ratio of high to low gain is taken from MCalibrationCam if
5300 it existed previously in the parameter list, instead of being
5301 read again from the MMcFadcHeader. Removed Setter function for
5302 fADC2PhInner, no longer necessary. Fixed error regarding the
5303 pedestal conversion to photons (did not read conversion factor
5304 from preexisting MCalibrationCam object).
5305
5306 * mcalib/MMcCalibrationCalc.cc
5307 - Changed parameters of the histogram, and also the quantity being
5308 histogrammed. Check that input data come from a noiseless camera
5309 file before proceeding to do the calibration. Introduced lower
5310 size in cut for calibration. Now rhe calibration constant is not
5311 calculated from the mean of photons/ADC counts, but from the peak
5312 of the histogram.
5313
5314 * macros/starmc.C
5315 - Introduced new scheme. Now there are two loops over two different
5316 sets of files. First loop calculates the calibration constants,
5317 second one does the analysis. Introduced comments. Now the
5318 histogram used in the light calibration is written to the output
5319 file.
5320
5321
5322
5323 2004/01/22: Thomas Bretz
5324
5325 * mcalib/MCalibrate.[h,cc], mcalib/MCalibrationCam.[h,cc],
5326 mcalib/MCalibrationBlindPix.[h,cc], mcalib/MCalibrationCalc.[h,cc],
5327 mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationPINDiode.[h,cc],
5328 mcalib/MCalibrationBlindPixel.[h,cc],
5329 mcalib/MHCalibrationPixel.[h,cc], mcalib/MMcCalibrationCalc.[h,cc],
5330 mcalib/MHCalibrationBlindPixel.[h,cc],
5331 mcalib/MHCalibrationPINDiode.[h,cc]:
5332 - cleaned up includes
5333
5334
5335
5336 2004/01/22: Raquel de los Reyes
5337
5338 * macros/CCDataCheck.C
5339 - macro to check the data from the central control (.rep files).
5340
5341
5342
5343 2004/01/22: Markus Gaug
5344
5345 * macros/calibration.C
5346 - made MStatusDisplay 3 bit smaller
5347
5348 * manalysis/MExtractSignal.cc
5349 - put fSignals->SetUsedFADCSlices into PreProcess
5350
5351 * manalysis/MPedCalcPedRun.cc
5352 - calculate PedRMS as RMS of the sums, later renormalized to units
5353 of RMS/slice (eliminate the wrong effect of odd and even slices)
5354
5355 * mcalib/MCalibrationCalc.cc
5356 - if bit SkipBlindPixelFit is set, now number of photons outside
5357 plexiglass is not intended to be calculated any more (previous
5358 bug)
5359 - exclude excluded pixels in eventloop
5360
5361 * mcalib/MHCalibrationBlindPixel.[h,cc]
5362 - move functions to pointer again (otherwise, Clone will give
5363 strange results)
5364
5365
5366
5367 2004/01/21: Abelardo Moralejo
5368
5369 * mcalib/MMcCalibrationCalc.[h,cc]
5370 - Added. First version of the task intended to calculate the
5371 conversion factors from ADC counts to photons in the MC. It has
5372 a different aim than the recently renamed class
5373 "MMcCalibrationUpdate" (which takes care that the correct
5374 pedestals and conversion factors are supplied to each event, but
5375 does not really calculate anything).
5376
5377 * mcalib/Makefile, CalibLinkDef.h
5378 - Added new class MMcCalibrationCalc
5379
5380 * manalysis/MMcCalibrationUpdate.[h,cc]
5381 - Now the container MCalibrationCam is not created or modified if
5382 it is found that one such container already exists in the
5383 Parameter list (from a previous calibration).
5384
5385
5386
5387 2004/01/21: Thomas Bretz
5388
5389 * mraw/MRawRead.cc:
5390 - restore the fake time for all runs (current time stamp in
5391 the data seems to be toally nonsense)
5392
5393 * mraw/MRawEvtHeader.cc:
5394 - removed decoding of real time (current time stamp in the data
5395 seems to be toally nonsense)
5396
5397
5398
5399 2004/01/21: Abelardo Moralejo
5400
5401 * mmc/MMcEvt.hxx
5402 - Uncommented 6 Getter functions (those regarding the number of
5403 photons surviving the different stages of simulation).
5404
5405 * manalysis/MMcCalibrationUpdate.[h,cc]
5406 - Added (see below).
5407
5408 * manalysis/MMcCalibrationCalc.[h,cc]
5409 - Removed: changed name of this class to MMcCalibrationUpdate,
5410 which is more representative of what it really does. Moved
5411 the filling of the MCalibrationCam container from Process to
5412 ReInit, since it does not change on an event by event basis.
5413 Simplified PreProcess (MCalibrationCam was searched for twice).
5414 Updated class description and comments.
5415
5416 * manalysis/Makefile, AnalysisLinkDef.h
5417 - Adapted to change above
5418
5419 * macros/starmc.C
5420 - Adapted to change above. Changed also task instance name from
5421 mccalibcalc to mccalibupdate.
5422
5423
5424
5425 2004/01/21: Raquel de los Reyes
5426
5427 * mreport/MReportCC.h, mreport/MReportTrigger.h, mcamera/MCameraHV.h
5428 and mcamera/MCameraCalibration.h
5429 - Added the "Get" functions (e.g GetStatus() for fStatus) to access
5430 the private data members of the class.
5431
5432
5433
5434 2004/01/20: Thomas Hengstebeck
5435
5436 * mranforest/MRanForestCalc.[h,cc]
5437 - Added member functions Grow (training of RF) and Fill (reading in
5438 trained forest from file) which simplify macros.
5439 One just needs to call them instead of using MRanForestGrow and
5440 MRanForestFill (and the related training and fill loops) in a
5441 macro.
5442
5443
5444
5445 2004/01/20: Abelardo moralejo
5446
5447 * manalysis/MMcCalibrationCalc.cc
5448 - removed call to MCalibrationPix::SetPedestal, which was not
5449 needed.
5450
5451
5452
5453 2004/01/20: Thomas Bretz
5454
5455 * Makefile:
5456 - replaced 'make' by '$(MAKE)'
5457
5458 * Makefile.rules:
5459 - added Makefile itself to dependencies
5460
5461 * mbase/MTask.cc:
5462 - added comment about ReInit
5463
5464 * mhbase/MH.cc:
5465 - do not clear pad in DrawClone if 'same' option given
5466
5467 * mhist/MHVsTime.cc:
5468 - evaluate 'same' option
5469
5470 * mfileio/MReadCurrents.[h,cc]:
5471 - obsolete, removed
5472
5473 * manalysis/MCerPhotEvt.cc, manalysis/MCerPhotPix.cc:
5474 - added some comments
5475
5476
5477
5478 2004/01/20: Abelardo moralejo
5479
5480 * mcalib/MHCalibrationPINDiode.cc
5481 - Added call to SetDirecory(0) for histograms fHErrCharge,
5482 fHPCharge, fHPTime.
5483
5484 * manalysis/MCerPhotPix.h:
5485 - Changed position of declaration of fIsSaturated to be the last
5486 private variable. Otherwise, since in the constructor it is
5487 initialized in the last place, a warning is displayed upon
5488 compilation in some systems.
5489
5490
5491
5492 2004/01/20: Markus Gaug
5493 * mcalib/Makefile, manalysis/Makefile:
5494 - include directory ../mtools
5495
5496 * mtools/MFFT.[h,cc]
5497 - class inherits from TObject now
5498
5499
5500
5501 2004/01/19: Markus Gaug
5502
5503 * mcalib/MHCalibrationBlindPixel.[h,cc]
5504 - fixed a bug in fFitLegend due to which program crashed by calls
5505 to DrawClone
5506 - Modified way to change the fit function
5507
5508 * mcalib/MHCalibrationPixel.[h,cc]
5509 - reordered function calls
5510 - removed SetupFill
5511
5512 * mcalib/MHCalibrationPINDiode.h
5513 - reordered function calls
5514
5515 * mcalib/MCalibrationPix.[h,cc]
5516 - limits to define fFitValid now as variables in class
5517
5518 * mcalib/MCalibrationCam.[h,cc]
5519 - reordered function calls
5520 - incorporate option to exclude pixels
5521
5522 * mcalib/MCalibrationBlindPix.h
5523 - Modified way to change the fit function
5524
5525 * mcalib/MCalibrationCalc.[h,cc]
5526 - Modified way to change the fit function
5527 - incorporate option to exclude pixels from configuration file
5528
5529 * macros/calibration.C
5530 - Modified way to change the fit function
5531 - incorporate option to exclude pixels from configuration file
5532
5533
5534
5535 2004/01/19: Javier Rico
5536
5537 * manalysis/MPedCalcPedRun.cc, manalysis/MPedPhotCalc.cc
5538 - Added documentation of member functions
5539
5540
5541
5542 2004/01/19: Abelardo Moralejo
5543
5544 * manalysis/MCerPhotPix.[h,cc]
5545 - Added fIsSaturated to flag whether low gain of the pixel is
5546 saturated. Added corresponding getter and setter functions.
5547 Updated ClassDef to version 2.
5548
5549 * mcalib/MCalibrate.cc
5550 - Set the new saturation flag of MCerPhotPix to kTRUE if at least
5551 one low gain FADC slice is saturated.
5552
5553 * mimage/MNewImagePar.[h,cc]
5554 - Added new member variable fNumSaturatedPixels to count how many
5555 pixels were saturated. Updated ClassDef to version 2.
5556
5557
5558
5559 2004/01/19: Thomas Bretz
5560
5561 * manalysis/MPedPhotCalc.[cc,h]:
5562 - fixed order of includes
5563 - removed obsolete forward declarations
5564 - removed obsolete data member fNumPixels (stored already twice in
5565 the two TArrayF)
5566 - fixed some small bugs in the documentation
5567
5568 * manalysis/MPedCalcPedRun.cc:
5569 - updated my eMail address
5570
5571
5572
5573 2004/01/19: Javier Rico
5574
5575 * macros/dohtml.C, NEWS
5576 - include some missing info
5577
5578
5579
5580 2004/01/19: Abelardo Moralejo
5581
5582 * manalysis/MExtractedSignalPix.h
5583 - added GetNumLoGainSaturated()
5584
5585
5586
5587 2004/01/19: Markus Gaug
5588
5589 * macros/dohtml.C
5590 - include calibration.C
5591
5592 * manalysis/MExtractSignal.cc
5593 - warning of logain saturation now only once per event (out of loop)
5594
5595 * mcalib/MCalibrationCalc.cc, mcalib/MCalibrationPix.[h,cc]
5596 - new Flag fExcluded to indicate if pixel has been excluded from
5597 further analysis
5598
5599
5600
5601 2004/01/16: Javier Rico & Pepe Flix
5602
5603 * manalysis/MPedPhotCalc.[cc,h]
5604 - added
5605 - new class for the evaluation of pedestals in units of photons
5606 using the extracted signal from pedestal runs and calibration
5607 constants defined in MCalibrate
5608
5609 * manalysis/AnalysisLinkDef.h, manalysis/Makefile
5610 - added entries for MPedPhotCalc
5611
5612 * macros/pedphotcalc.C
5613 - added
5614 - example on how to use MPedPhotCalc task
5615
5616
5617
5618 2004/01/16: Markus Gaug
5619
5620 * mcalib/MCalibrationFits.h
5621 - removed and incorporated in MHCalibrationBlindPixel.h
5622
5623 * mcalib/MHCalibrationBlindPixel.[h,cc], mcalib/MHCalibrationConfig.h,
5624 mcalib/MCalibrationBlindPix.h:
5625 - incorporate Fit functions
5626 - fixed a bug due to which DrawClone crashed when class was used
5627 in a compiled macro
5628
5629 * mcalib/MCalibrationCalc.cc, mcalib/MCalibrationPix.cc,
5630 mcalib/MCalibrationBlindPix.cc, mcalib/MCalibrationPINDiode.cc,
5631 mcalib/MCalibrationCam.cc, mcalib/MHCalibrationBlindPixel.cc,
5632 mcalib/MHCalibrationPixel.cc:
5633 - fixed the warns and errs in fLog's
5634
5635
5636
5637 2004/01/16: Abelardo Moralejo
5638
5639 * manalysis/MMcCalibrationCalc.cc
5640 - TMath::Max() is no longer used because it did not compile in some
5641 systems for unkown reasons. I replaced it by a safer (and may be
5642 slower) code.
5643 - Added calpix.SetFitValid();
5644
5645 * mhist/MHEvent.cc
5646 - In MHEvent::Fill, fixed: second parameter of SetCamContent must
5647 be 1 in case of RMS:
5648 case kEvtPedestalRMS:
5649 fHist->SetCamContent(*(MCamEvent*)par, 1);
5650
5651
5652
5653 2004/01/15: Abelardo Moralejo
5654
5655 * macros/starmc.C
5656 - Added. Version of star showing new chain to get Hillas
5657 parameters (with Size calibrated in photons) from MC files.
5658
5659
5660
5661 2004/01/15: Javier Rico
5662
5663 * manalysis/MPedCalcPedRun.[h,cc]
5664 - optimize the running time
5665 - add (some) documentation
5666 - correct treatment for the case of several input files
5667
5668 * macros/pedvsevent.C
5669 - added
5670 - draw pedestal mean and rms vs event# for input pixel# and run
5671 file, and compares them to the global pedestal mean and rms
5672
5673
5674
5675 2004/01/15: Raquel de los Reyes
5676
5677 * mhist/MHCamEvent.cc, mhist/MHCamera.cc
5678 - changed the MHCamEvent::SetupFill and MHCamera::GetBinError
5679 functions to compute the estimation of the error of the
5680 mean. It can be done calling to the function
5681 MCamEvent::SetBit(MHCamera::kVariance) in the macro
5682
5683
5684
5685 2004/01/15: Markus Gaug
5686
5687 * mhist/MHCamera.[h,cc]
5688 - incorporate Thomas's changes
5689 - replace void CreateProjection() by TH1D *Projection(const char*)
5690
5691 * macros/calibration.C
5692 - replace MHCamera->Draw("proj") by MHCamera->Projection()
5693 - produce better fits to the projection
5694
5695 * manalysis/MSimulatedAnnealing.[h,cc],
5696 mhist/MHSimulatedAnnealing.[h,cc]:
5697 - moved to directory mtools
5698 - MSimulatedAnnealing now inherits from TObject
5699
5700 * manalysis/Makefile, manalysis/AnalysisLinkDef.h,
5701 mhist/Makefile, mhist/HistLinkDef.h:
5702 - removed MSimulatedAnnealing
5703 - removed MHSimulatedAnnealing
5704
5705 * mtools/Makefile, mtools/AnalysisLinkDef.h:
5706 - added MSimulatedAnnealing
5707 - added MHSimulatedAnnealing
5708
5709
5710
5711 2004/01/15: Thomas Bretz
5712
5713 * manalysis/AnalysisLinkDef.h:
5714 - removed MCurrents
5715
5716 * mhist/MHCamera.[h,cc]:
5717 - added member function Projection
5718 - removed fYproj
5719
5720 * mreport/MReport*.*:
5721 - added more comments
5722
5723
5724
5725 2004/01/14: Markus Gaug
5726
5727 * mtools/MFFT.[h,cc]
5728 - new class to perform Fast Fourier Transforms
5729
5730 * mtools/Makefile
5731 * mtools/ToolsLinkDef.h
5732 - include MFFT
5733
5734 * manalysis/MExtractedSignalCam.h
5735 - removed variables fNumHiGainSamples and fNumLoGainSamples
5736 - function SetNumUsedFADCSlices replaced by SetUsedFADCSlices
5737
5738 * manalysis/MExtractSignal.cc
5739 - updated call to SetUsedFADCSlices
5740
5741
5742
5743 2004/01/14: Abelardo Moralejo
5744
5745 * manalysis/MMcCalibrationCalc.cc:
5746 - set pedestal rms per FADC slice to 0.01 counts in case it is 0.
5747 This can happen (depending on camera simulation parameters), and
5748 rms = 0 later resulted in the pixel being eliminated in the
5749 image cleaning.
5750
5751
5752
5753 2004/01/14: Thomas Bretz
5754
5755 * Makefile:
5756 - replaced old style Makefile.depend by directory specific
5757 dependancy files
5758
5759 * Makefile.rules:
5760 - changed obsolete '.cc.o' style to newer style '%.o: %.c'
5761 - added rule to make dependency files
5762 - added rule to remove dependancy files.
5763 - added rmdep as prerequisite to clean
5764 - include dependency file
5765
5766 * mbase/Makefile, mcalib/Makefile, mcamera/Makefile,
5767 mdata/Makefile, mfileio/Makefile, mfilter/Makefile,
5768 mgeom/Makefile, mgui/Makefile, mhbase/Makefile,
5769 mhist/Makefile, mhistmc/Makefile, mimage/Makefile,
5770 mmain/Makefile, mmc/Makefile, mmontecarlo/Makefile,
5771 mpointing/Makefile, mranforest/Makefile, mraw/Makefile,
5772 mreflector/Makefile, mreport/Makefile, mtemp/Makefile,
5773 mtools/Makefile:
5774 - removed clean-rule, use the one in Makefile.rules instead
5775
5776 * mreport/Makefile, mreport/ReportLinkDef.h:
5777 - added MReportHelp
5778
5779 * mreport/MReportFileRead.cc:
5780 - moved code from MReportHelp to new file
5781 - removed usage of MReport class completely
5782
5783 * mfilter/MFGeomag.[h,cc]:
5784 - fixed a bug which causes MFGeomag to fail if MARSSYS is not set
5785 - changed the second loop from 0->1151 to 1152->2304
5786 - removed dummy arrays used for reading
5787 - output filename in case of 'file not found'
5788 - removed obsolete data members
5789 - removed obsolete Init function
5790 - removed forbidden underscore from member variable
5791 - changed wrong 0/1 in allocation of fResult into kFALSE/TRUE
5792
5793 * mbase/MStatusDisplay.[h,cc]:
5794 - added new member function Open
5795 - added new menu entry kFileOpen
5796 - changed UpdatePSheader algorithm (the old one was much too slow)
5797
5798 * manalysis/MCurrents.[h,cc]:
5799 - removed (old outdated)
5800
5801 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
5802 - removed MCurrents
5803
5804
5805
5806 2004/01/14: Wolfgang Wittek
5807
5808 * macros/ONOFFAnalysis.C:
5809 - current version
5810
5811 * mhist/MHSigmaTheta.[h,cc]:
5812 - replace MPedestalCam by MPedPhotCam
5813
5814 * manalysis/MPad.[h,cc], manalysus/MSigmabar.[h,cc],
5815 manalysus/MSigmabarCalc.[h,cc], manalysus/MCT1PadONOFF.[h,cc],
5816 manalysus/MCT1PadSchweizer.[h,cc], manalysus/MPadding.[h,cc]:
5817 - replace MPedestalCam by MPedPhotCam
5818
5819 * manalysis/MPedPhotPix.[h,cc]
5820 - uncomment SetRms()
5821
5822
5823
5824 2004/01/13: Markus Gaug
5825
5826 * manalysis/MExtractSignal.h
5827 - seems that the reduced light intensity of the CT1 Pulser
5828 results in broader pulses -> Set Default time slices to [3,10]
5829
5830 * mhist/MHCamera.cc
5831 - make Stat Window in option 'proj' bigger
5832 - add comment line at beginning of Draw()
5833
5834 * mcalib/MHCalibrationBlindPixel.[h.cc]
5835 - add Function DrawClone()
5836 - fix bug in calculation of integral (GetIntegral("width"))
5837 - restrict parameters tighter
5838 - declare fit as not valid, if less than 100 events
5839 in single photo-electron peak
5840
5841 * mcalib/MCalibrationFits.h, mcalib/MHCalibrationBlindPixel.[h.cc]
5842 - fit now with fixed normalization
5843
5844 * mcalib/MHCalibrationPixel.[h.cc]
5845 - new function IsEmpty()
5846 - Time fit accepted if ChiSquare less than 30. (instead of 20.)
5847
5848 * mcalib/MCalibrationPix.[h.cc]
5849 - F-Factor corrected and added error
5850 - Histograms not fitted if they are empty
5851 - rejection criteria of fitted charges now > 5 PedRMS (instead 3)
5852
5853 * mcalib/MCalibrationCam.cc
5854 - Square Root of Reduced Sigmas not taken, if they are < 0.
5855 - Reduced Sigma / Charge squared replaced by reduced sigma / charge
5856
5857 * mcalib/MCalibrationCalc.cc
5858 - Blind Pixel is not additionally treated as normal pixel any more
5859 - Blind Pixel Draw replaced by DrawClone
5860
5861 * macros/calibration.C
5862 - took out some unused code
5863 - some default axis labelling corrected
5864
5865
5866
5867 2004/01/13: Abelardo Moralejo
5868
5869 * manalysis/MMcPedestalCopy.cc
5870 - added check of whether input file is a MC file before executing
5871 the PreProcess.
5872
5873
5874
5875 2004/01/13: Wolfgang Wittek
5876
5877 * macros/ONOFFAnalysis.C, macros/ONAnalysis.C:
5878 - change macro to handle also MC events with finite sigmabar
5879
5880 * manalysis/MPadOn.[h,cc]:
5881 - deleted, is replaced by MPad
5882
5883 * manalysis/MPadOnOFF.[h,cc]:
5884 - deleted, is replaced by MPad
5885
5886 * manalysis/MPad.[h,cc]:
5887 - new class, replacing MPadON and MPadONOFF
5888 - handle also MC events with finite sigmabar
5889
5890 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
5891 - replace MPadON and MPadONOFF by MPad
5892
5893
5894
5895 2004/01/13: Thomas Bretz
5896
5897 * mraw/MRawRunHeader.[h,cc]:
5898 - implemented new member function GetRunTypeStr
5899
5900 * Changelog.03:
5901 - added (contains entries of 2003)
5902
5903 * Changelog:
5904 - removed entries of 2003
5905
5906 * mfilter/MFGeomag.cc:
5907 - simplified open/close of input files
5908
5909 * manalysis/MEventRate.[h,cc], manalysis/MEventRateCalc.cc:
5910 - added some comments
5911 - added new member function GetError
5912
5913 * Makefile:
5914 - updated 'make dox' output for convinience
5915
5916 * macros/dohtml.C:
5917 - do not print Info's
5918 - added mcamera
5919 - added mpointing
5920 - added mreport
5921
5922 * mreport/MReportCurrents.cc, mreport/MReportDAQ.cc:
5923 - removed some obsolete comments (these comments confused THtml)
5924
5925 * manalysis/MCameraData.[h,cc], mfileio/MCT1ReadAscii.[h,cc],
5926 mfileio/MCT1ReadPreProc.[h,cc], mfilter/MFCT1SelBasic.cc,
5927 mfilter/MFSelBasic.cc, mhist/MHCamera.cc, mhist/MHEvent.[h,cc],
5928 mimage/MImgCleanStd.[h,cc], mimage/MImgCleanTGB.[h,cc],
5929 mmain/MAnalysis.cc, mmain/MEventDisplay.cc:
5930 - replaced MPedestalCam by MPedPhotCam
5931 - removed some obsolete includes
5932
5933 * mbase/BaseLinkDef.h, mbase/Makefile:
5934 - added MLogPlugin
5935 - added MLogHtml
5936
5937 * mbase/MLog.[h,cc]:
5938 - added use of plugins
5939
5940 * mbase/MLogPlugin.[h,cc], mbase/MLogHtml.[h,cc]:
5941 - added
5942
5943 * mbase/MStatusDisplay.[h,cc]:
5944 - added a Save-As dialog
5945
5946
5947
5948 2004/01/12: Thomas Bretz
5949
5950 * macros/rootlogon.C:
5951 - added mcamera to include path
5952 - added mpointing to include path
5953 - added mreport to include path
5954
5955 * mbase/MLog.cc:
5956 - updated my eMail address
5957
5958 * mbase/MParContainer.h:
5959 - added Read member function
5960
5961 * mbase/MStatusDisplay.[h,cc]:
5962 - changed size of ps-paper
5963 - added a user defined bottom line to the ps-files
5964 - added name (currently unused)
5965 - added title (used as possible bottom line in ps-file)
5966
5967 * mraw/MRawRunHeader.cc:
5968 - added some comments
5969
5970 * status.cc:
5971 - set name of input as bottom line of status display
5972
5973
5974
5975 2004/01/12: Abelardo Moralejo
5976
5977 * mimage/MStereoPar.cc
5978 - fixed mistake: now fSourceY = scale1*hillas1.GetMeanY() + ...
5979 instead of fSourceY = scale2*hillas1.GetMeanY() + ...
5980 Bug had no effect unless scale1 != scale2 (-> telescopes of
5981 different size).
5982
5983
5984
5985 2004/01/12: Markus Gaug
5986
5987 * manalysis/MExtractSignal.[h,cc]
5988 - take out some uncommented code
5989 - replace logainshift by two independent variables:
5990 logainfirst, logainlast
5991 - because in most data, maximum occurs in slice 4, shift default
5992 from slices 4-9 to slices 3-8.
5993
5994 * manalysis/MExtractedSignalPix.[h,cc]
5995 - took out some uncommented code
5996 - new initializers: instead of -1. now 99999.9
5997
5998
5999
6000 2004/01/09: Markus Gaug
6001
6002 * mcalib/MCalibrationCam.[h,cc]
6003 - take out 1-dim histos because we can use
6004 the projections in MHCamera (s.b.)
6005
6006 * mcalib/MHCalibrationBlindPixel.h
6007 - make the fit by default quiet
6008
6009 * mcalib/MHCalibrationPixel.[h,cc]
6010 * mcalib/MCalibrationPix.[h,cc]
6011 - Ranges of time slices stored independently for HiGain and LoGain
6012 in order to allow consecutive checks
6013
6014 * mhist/MHCamera.[h.cc]
6015 - add the possibility to call a Draw("proj") which will
6016 draw a Y-Projection of the histogram
6017
6018 * macros/calibration.C
6019 - apply the drawing of the projections and fit them
6020
6021 * mcalib/MCalibrationCalc.cc
6022 - catch the possibility of a calibration file,
6023 unintendedly being a pedestal or cosmic file.
6024 Program now exits with an error before doing the fits
6025
6026 * mcalib/MCalibrationPix.[h,cc]
6027 - fixed a bug in calculation of fFitValid.
6028 before, a call to IsFitValid() always returned false
6029
6030
6031
6032 2004/01/09: Javier Lpez
6033
6034 * macros/bootcampstandardanalysis.C
6035 - added new macro that holds the main scheleton discussed in the
6036 december bootcamp in Wuerzburg. It runs first over a pedestal
6037 run, then over a calibration run, again over the pedestal run
6038 to compute de pedestal in number of photons and finally over a
6039 data run to calibrate the data.
6040
6041
6042
6043 2004/01/06: Sebastian Raducci
6044
6045 * manalysis/MArrivalTime.[h,cc]
6046 - added new method to calculate photon arrival times. It uses the
6047 TSpline5 Root Class to interpolate the Fadc Slices. The time is
6048 the abscissa value of the absolute maximum of the interpolation
6049 - added new method to find clusters with similar arrival times.
6050 For now it's a preliminary version. It simply search for adiacent
6051 pixels having the same arrival time (color).
6052
6053 * manalysis/MArrivalTimeCalc.[h,cc]
6054 - modified the Process() method according to the changes in the
6055 Arrival Time Cointainer
6056
6057 * mmain/MEventDisplay.cc
6058 - added new tab in the camera event display to show the arrival
6059 time. This arrival time is calculated with the spline method
6060 - the old Arrival Time pad now it's called Max Slice Idx, because
6061 it's only the index of the slice with the max content.
6062
6063 * mhist/MHEvent.[h,cc]
6064 - added new fType in te enumeration to handle the arrival time
6065 histos
Note: See TracBrowser for help on using the repository browser.