source: trunk/MagicSoft/Mars/Changelog@ 4374

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