source: trunk/MagicSoft/Mars/Changelog@ 4347

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