source: trunk/MagicSoft/Mars/Changelog@ 4328

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