source: trunk/MagicSoft/Mars/Changelog@ 4298

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