source: trunk/MagicSoft/Mars/Changelog@ 3992

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