source: trunk/MagicSoft/Mars/Changelog@ 4354

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