source: trunk/MagicSoft/Mars/Changelog@ 4342

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