source: trunk/MagicSoft/Mars/Changelog@ 4303

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