source: trunk/MagicSoft/Mars/Changelog@ 4313

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