source: trunk/MagicSoft/Mars/Changelog@ 3909

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