source: trunk/MagicSoft/Mars/Changelog@ 3990

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