source: trunk/MagicSoft/Mars/Changelog@ 3929

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