source: trunk/MagicSoft/Mars/Changelog@ 4067

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