source: trunk/MagicSoft/Mars/Changelog@ 3989

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