source: trunk/MagicSoft/Mars/Changelog@ 3933

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