source: trunk/MagicSoft/Mars/Changelog@ 4280

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