source: trunk/MagicSoft/Mars/Changelog@ 4285

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