source: trunk/MagicSoft/Mars/Changelog@ 4058

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