source: trunk/MagicSoft/Mars/Changelog@ 3915

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