source: trunk/MagicSoft/Mars/Changelog@ 3951

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