source: trunk/MagicSoft/Mars/Changelog@ 4274

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