source: trunk/MagicSoft/Mars/Changelog@ 4270

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