source: trunk/MagicSoft/Mars/Changelog@ 4266

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