source: trunk/MagicSoft/Mars/Changelog@ 4373

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