source: trunk/MagicSoft/Mars/Changelog@ 4052

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