source: trunk/MagicSoft/Mars/Changelog@ 4318

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