source: trunk/MagicSoft/Mars/Changelog@ 3955

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