source: trunk/MagicSoft/Mars/Changelog@ 3897

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