source: trunk/MagicSoft/Mars/Changelog@ 4957

Last change on this file since 4957 was 4957, checked in by gaug, 20 years ago
*** empty log message ***
File size: 242.9 KB
Line 
1
2Please do not write behind the end of line tag so that it is possible
3to send a Changelog file to a line printer directly. Thanks.
4
5For your entries please follow EXACTLY this style:
6
7_yyyy/mm/dd:_[Your Name]
8_
9___*_filename:
10_____-_description
11_
12___*_filename2, filename3:
13_____-_description
14_
15_
16_
17
18While an underscore is a placeholder for a white-space or an empty line.
19
20 -*-*- END OF LINE -*-*-
21
22 2004/09/11: Markus Gaug
23
24 * mbase/MArray.[h,cc]
25 - moved function StripZeros(TArrayD &arr) to MArrayD
26 - moved function StripZeros(TArrayF &arr) to MArrayF
27
28 * mbase/MArrayD.[h,cc]
29 - new function StripZeros()
30
31 * mbase/MArrayF.[h,cc]
32 * mbase/Makefile
33 * mbase/BaseLinkDef.h
34 - new class analogously to MArrayD
35
36 * mhbase/MH.[h,cc]
37 - added functions ProjectArray(MArrayD,...)
38 and ProjectArray(MArrayF,...)
39
40 * mbadpixels/MBadPixelsIntensityCam.[h,cc]
41 * mbadpixels/Makefile
42 * mbadpixels/BadPixelsLinkDef.h
43 - new class for the intensity calibration
44
45
46 2004/09/10: Markus Gaug
47
48 * mhcalib/
49 * mcalib/
50 moved all MHCalibration* classes to new directory mhcalib/
51
52 * mhcalib/MHCalibrationCam.[h,cc]
53 - New base function InitHiGainArrays and InitLoGainArrays
54 Initializing the histograms in a standard way
55 - ReadEnv: added NBins, First and Last
56
57 * mhcalib/MHCalibrationRelTimeCam.[h,cc]
58 * mhcalib/MHCalibrationChargeCam.[h,cc]
59 * mhcalib/MHCalibrationTestCam.[h,cc]
60 * mhcalib/MHCalibrationTestTimeCam.[h,cc]
61 - use new functions InitHiGainArrays and InitLoGainArrays
62
63 * mhcalib/MHCalibrationRelTimePix.[h,cc]
64 * mhcalib/MHCalibrationTestPix.[h,cc]
65 * mhcalib/MHCalibrationTestTimePix.[h,cc]
66 - removed
67
68
69 2004/09/10: Antonio Stamerra
70
71 * mreport/MReportTrigger.[h,cc]:
72 - updated to read IPRs and to fill MTrigger{xxx} containers
73
74 * mreport/Makefile:
75 - added include for mtrigger
76
77 * Makefile:
78 - added mtrigger directory
79
80 * NEWS:
81 - updated
82
83
84
85 2004/09/10: Thomas Bretz
86
87 * mhist/MHCamera.cc:
88 - removed some obsolete const_casts
89 - fixed an (un)signed comparison warning
90
91 * mbase/MArray*.h:
92 - added const &operator[](UInt_t i) const
93
94 * mhist/MHEffectiveOnTime.[h,cc]:
95 - changed to support variable bin-sizes in time to keep
96 the statistic per bin constant
97
98 * mhbase/MBinning.[h,cc]:
99 - added function to enhance the number of bins by one
100
101 * mbase/MTime.[h,cc]:
102 - added function to add one NanoSecond
103
104 * mjobs/MJStar.cc:
105 - removed Histogram of effective on-time vs time
106
107 * mhist/Makefile, mhist/HistLinkDef.h:
108 - added MHEffectiveOnTime
109
110 * mhbase/MH3.[h,cc]:
111 - fixed a bug in SetupFill which was introduced when I allowed
112 set the axis titles from the object title
113 - added support for unique-profile names
114
115 * Makefile:
116 - added new dir mhcalib
117
118 * mhcalib/HCalibIncl.h:
119 - added - was missing
120
121 * mcalib/CalibLinkDef.h:
122 - fixed some typos
123
124
125
126 2004/09/09: Markus Gaug
127
128 * mcalib/MHCalibrationChargeCam.[h,cc]
129 - initialize bins directly here. Remove MHCalibraitonChargeHiGainPix
130 and MHCalibrationChargeLoGainPix classes
131
132 * mcalib/MHCalibrationChargeHiGainPix.[h,cc]
133 * mcalib/MHCalibrationChargeLoGainPix.[h,cc]
134 * mcalib/Makefile
135 * mcalib/CalibLinkDef.h
136 - removed first two classes
137
138 * mcalib/MCalibrationCam.[h,cc]
139 - make default for GetNumUnsuitable and GetNumUnreliable
140
141 * mcalib/MCalibrationIntensityCam.[h,cc]
142 * mcalib/MCalibrationIntensityChargeCam.[h,cc]
143 * mcalib/MCalibrationIntensityQECam.[h,cc]
144 * mcalib/MCalibrationIntensityRelTimeCam.[h,cc]
145 * mcalib/Makefile
146 * mcalib/CalibLinkDef.h
147 - new classes for the intensity calibration. First is base class,
148 other derive from it.
149
150 * mcalib/MHGausEvents.[h,cc]
151 * mcalib/MHCalibrationPix.[h,cc]
152 * mcalib/Makefile
153 * mcalib/CalibLinkDef.h
154 - put typical calibration members into new base class MHCalibrationPix
155 and leave only typical Gaussian behaviour members in MHGausEvents.
156 - all MHCalibration*Pix classes derive now from MHCalibrationPix
157
158 * mcalib/MHCalibrationCam.[h,cc]
159 - operators return MHCalibrationPix instead of MHGausEvents
160 - new function ResetHists() needed by MCalibColorSteer
161 - removed TArrayI *Overflow.
162
163 * mcalib/MCalibColorSet.[h,cc]
164 - finished
165
166 * mcalib/MCalibColorSteer.[h,cc]
167 * mcalib/Makefile
168 * mcalib/CalibLinkDef.h
169 - new task to be executed before the calibration tasks. Steers the
170 occurrance of multiple intensities and the new *Intensity*
171 containers
172
173 * mcalib/MHCalibrationChargePix.[h,cc]
174 * mcalib/MHCalibrationChargeBlindPix.[h,cc]
175 * mcalib/MHCalibrationChargePINDiode.[h,cc]
176 * mcalib/MHCalibrationRelTimePix.[h,cc]
177 * mcalib/MHCalibrationTestPix.[h,cc]
178 * mcalib/MHCalibrationTestTimePix.[h,cc]
179 * manalysis/MHPedestalPix.[h,cc]
180 - derive from MHCalibrationPix
181 - new functions Reset()
182
183 * mcalib/MHCalibrationChargeCam.cc
184 * mcalib/MHCalibrationRelTimeCam.cc
185 * mcalib/MHCalibrationTestCam.cc
186 * mcalib/MHCalibrationTestTimeCam.cc
187 - able to recognize an *Intensity*Cam if in MParList
188
189 * mcalib/MCalibrationChargeCalc.[h,cc]
190 - able to recognize an *Intensity*Cam if in MParList
191 - set pulser pattern accordingly in Process from MRawEvtHeader
192 - add switches to perform types of checks or not
193
194 * mcalib/MCalibrationRelTimeCalc.[h,cc]
195 - able to recognize an *Intensity*Cam if in MParList
196
197 * mjobs/MJCalibration.[h,cc]
198 - fixed flags
199 - included intensity calibration (MJCalibration::SetIntensity())
200 (default is standard calibration like before)
201
202 * msignal/MExtractor.cc
203 * msignal/MExtractTimeHighestIntegral.cc
204 * msignal/MExtractSlidingWindow.cc
205 * msignal/MExtractPINDiode.cc
206 * msignal/MExtractFixedWindow.cc
207 * msignal/MExtractFixedWindowSpline.cc
208 * msignal/MExtractBlindPixel.cc
209 * msignal/MExtractAmplitudeSpline.cc
210 - removed some possible bugs in the case that no LoGain is
211 available at all.
212
213
214
215 2004/09/09: Thomas Bretz
216
217 * mhvstime/MHPixVsTime.[h,cc], mhvstime/MHVsTime.[h,cc],
218 mhvstime/MHSectorVsTime.[h,cc], mhbase/MH3.[h,cc]:
219 - changed such that the axis titles can be set via the
220 title or (if available) a MBinning
221
222 * mhbase/MBinning.cc:
223 - added HasTitle
224
225 * mjobs/MJPedestal.cc:
226 - added lost UseData again to CheckEnvLocal
227
228 * mjobs/MJStar.cc:
229 - fixed handling of Axis titles of histograms
230
231 * mjobs/Makefile:
232 - added path to mhvstime
233
234 * manalysis/MParameters.[h,cc]:
235 - added Print() functions
236
237 * mfileio/MReadReports.[h,cc], mfileio/MReadTree.[h,cc]:
238 - moved setting of StreamId from MReadReports To MReadTree
239
240 * mhbase/MH.cc:
241 - workaround all the this which are reset in TAxis::Set
242
243 * mfileio/MReadRflFile.[h,cc]:
244 - added missing abstract functions
245
246 * star.cc, callisto.cc, mjobs/MJStar.[h,cc],
247 mjobs/MJCalibrateSignal.[h,cc]:
248 - added option to process monte carlo files
249
250 * mhist/MHEffectiveOnTime.[h,cc]:
251 - added a histogram taking the on-time vs time
252 - fixed handling of Draw/Project/Paint
253
254
255
256 2004/09/08: Thomas Bretz
257
258 * mbadpixels/MBadPixelsCam.[h,cc], mbase/MParContainer.[h,cc],
259 mhvstime/MHPixVsTime.cc, mhvstime/MHSectorVsTime.cc:
260 - replaces ifstream by istream in AsciiRead
261
262 * mbase/MTime.[h,cc]:
263 - fixed comment about SetTimeFormat
264 - added AsciiRead
265 - added AsciiWrite
266 - added Minus1ns
267
268 * mfileio/MWriteAsciiFile.cc:
269 - write all containers if one has its SetReadyToSaveFlag set
270
271 * mhist/MHEffectiveOnTime.[h,cc]:
272 - for MEffectiveOnTime fit the whole projection instead
273 of using the sum of the theta-bins
274
275 * mhvstime/MHVsTime.[h,cc]:
276 - replaces ifstream by istream in AsciiRead
277 - fixed to support MStatusDisplay
278 - do not fill the same time twice
279 - added support for error bars
280
281 * mjobs/MJStar.cc:
282 - replaced MReadMarsFile by MReadReports
283 - added MEventRateCalc and corresponding histogram
284 - added MHEffectiveOnTime
285
286
287
288 2004/09/07: Thomas Bretz
289
290 * merpp.cc:
291 - added lost update-option
292
293 * mjobs/MJCalibrateSignal.cc:
294 - fixed a compiler error geom.ClassName() --> geom
295
296 * mraw/MRawRunHeader.cc:
297 - added 'header' option to Print-function
298
299 * msql/MSQLServer.[h,cc]:
300 - added new onstructors taking TEnv as argument
301
302 * macros/sql/*.C:
303 - updated to use sql.rc
304
305 * macros/sql/sql.rc:
306 - added
307
308 * mcalib/MCalib*.[h,cc]:
309 - simplified the includes a little bit to accelerate compiling
310 and maybe to secure everything from compiler bugs a bit more
311
312 * callisto.cc, star.cc:
313 - do not allow implicit batch-mode
314
315 * showlog.cc:
316 - removed an unused variable
317
318 * manalysis/MEventRateCalc.[h,cc]:
319 - started implementing a corrsponding time
320
321 * manalysis/MParameters.[h,cc], manalysis/AnalysisLinkDef.h:
322 - added MParameterDerr
323
324 * mbadpixels/MHBadPixels.[h,cc]:
325 - removed obsolete fPedPhotCam
326
327 * mbase/MTime.[h,cc]:
328 - added AddMilliSeconds
329 - added SetMean
330
331
332
333
334 2004/09/07: Markus Gaug
335
336 * mcalib/MHGausEvents.[h,cc]
337 - added function IsOnlyUnderflow()
338
339 * mcalib/MHCalibrationCam.[h,cc]
340 * mcalib/MHCalibrationChargeCam.cc
341 * mcalib/MHCalibrationRelTimeCam.cc
342 - added bool kLoGain which is set if number of LoGain Slices in
343 MRawRunHeader is not 0. This excludes the low gain calculations
344 in case that there is no lowgain at all.
345
346 * mcalib/MCalibrationQECamMagic.cc
347 - implemented Nicola's solution for the compiling problem of the
348 TArrayD's
349
350 * mcalib/MCalibColorSet.cc
351 - implemented intensity recognition
352
353 * mhist/MHCamera.[h,cc]
354 - included functions AddCamContent(MArrayD...) and
355 SetCamContent(MArrayD... )
356
357
358
359 2004/09/06: Thomas Bretz
360
361 * mjobs/MJCalibrateSignal.[h,cc]:
362 - read camera geometry from calib-file
363
364 * mjobs/MJCalibration.[h,cc]:
365 - write camera geometry to calib-file
366
367 * macros/sql/filldotraw.C, macros/sql/fillcalib.C:
368 - added
369
370 * macros/sql/filldot*.C
371 - fixed some comments
372
373 * mpointing/MPointingPosCalc.cc:
374 - removed some obsolete comments
375
376
377
378 2004/09/05: Markus Gaug
379
380 * mcalib/MCalibColorSet.[h,cc]
381 - finished setting of the asumed pulse pattern
382
383
384
385 2004/09/03: Markus Gaug
386
387 * mcalib/MCalibrationChargeBlindCamTwoNewStyle.cc
388 - small modification in QE of new blind pixel
389
390 * mcalib/MCalibrationChargeCam.[h,cc]
391 - new functions:
392 GetAveragedConvFADC2PhotPerArea,
393 GetAveragedConvFADC2PhotPerSector,
394 GetAveragedArrivalTimeMeanPerArea,
395 GetAveragedArrivalTimeMeanPerSector,
396 GetAveragedArrivalTimeRmsPerArea,
397 GetAveragedArrivalTimeRmsPerSector,
398 to be used by the data check.
399
400 * mcalib/MCalibrationChargePix.cc
401 - found small bug concerning the MBadPixelpix::kChargeSigmaNotValid
402 pixels which are recovered since last week.
403
404 * mcalib/MCalibrationQEPix.[h,cc]
405 * mcalib/MCalibrationChargeCalc.[h,cc]
406 - fixed UpdateCombinedMethod, removed AddAverageCombinedQEs
407
408 * mcalib/MCalibrationQECam.[h,cc]
409 - new array with cornings, not included in the I/O
410 - added copy function
411
412 * mcalib/Makefile
413 * mcalib/CalibLinkDef.h
414 * mcalib/MCalibrationQECamMagic.[h,cc]
415 * htmldoc/images/Cornings.gif
416 - new class derived from MCalibrationQECam which intialized the
417 cornings for the Magic camera
418
419
420
421 2004/09/03: Wolfgang Wittek
422
423 * mbadpixels/MHBadPixels.[h,cc]
424 - new class; histograms for bad pixels
425
426 * mbadpixels/Makefile, mbaspixels/BadPixelsLinkdef.h
427 - MHBadPixels added
428
429 * mhist/MHSigmaTheta.[h,cc]
430 - remove MSigmabar stuff
431
432 * mhist/Makefile, mhist/HistLinkdef.h
433 - MHSigmaTheta added
434
435 * manalysis/Makefile, manalysis/AnalysisLinkdef.h
436 - remove MPedestalWorkaround and MSourcePosFromStarPos
437 - add MPad
438
439 * manalysis/MPad.[h,cc]
440 - remove *BlindPixel* stuff
441 - remove MSigmabar stuff
442
443
444
445 2004/09/03: Thomas Bretz
446
447 * manalysis/MCameraData.[h,cc], mimage/MImgCleanStd.[h,cc]:
448 - implemeted cleaning in absolute number of photons
449 - moved output of setup of image cleaning to PreProcess
450
451 * mhbase/MBinning.[h,cc]:
452 - added const-qualifier to Apply
453
454 * mhist/MHAlpha.cc:
455 - let TLatex use NDC coordinates
456
457 * mimage/MHHillasSrc.cc:
458 - cosmetics
459
460 * mreport/MReportDrive.[h,cc]:
461 - added Print member function
462
463 * mpointing/MSrcPosFromModel.cc:
464 - removed an obsolete include
465
466 * mraw/MRawEvtHeader.h:
467 - added SetCalibrationPattern as a workaround for the runs
468 which don't have the correct pattern set
469
470 * mcalib/MCalibColorSet.[h,cc]:
471 - added as a workaround for the runs which don't have the
472 correct pattern set
473
474 * mcalib/Makefile, mcalib/CalibLinkDef.h:
475 - added MCalibColorSet
476
477
478
479 2004/09/02: Thomas Bretz
480
481 * star.cc:
482 - fixed treatment of batch-mode
483
484 * mbase/MParContainer.h:
485 - added a comment
486
487 * mbase/MParList.[h,cc]:
488 - added FindTaskListWithTask
489
490 * mbase/MTaskList.[h,cc]:
491 - added sanity checks in AddToList
492 - added FindTaskList
493
494 * mhbase/MH3.[h,cc]:
495 - moved some drawing code from Draw to Paint
496 - added possibility to set logarithmic axis manually
497 - fixed a bug which caused MH3s in MFillH::Finalize to disappear
498
499 * mhist/MHAlpha.cc:
500 - paint significance and othe rinformations
501 - unified fit in Finalize and Paint
502 - replaced significance calculation by Li/Ma
503
504 * mhvstime/MHVsTime.[h,cc]:
505 - added option to average data
506
507 * mjobs/MJCalibrateSignal.cc:
508 - added MPointingPosCalc for "Drive"
509
510 * mmain/MEventDisplay.cc:
511 - fixed some problems with the display
512
513 * msignal/MArrivalTime.[h,cc]:
514 - added Print()
515
516 * manalysis/MEventRateCalc.[h,cc]:
517 - added the difference in time between two events into the output
518 - made setup more flexible
519
520 * mbase/MContinue.cc:
521 - fixed a bug which caused a problem if MContinue was not in the
522 main tasklist
523
524 * mimage/MHImagePar.[h,cc], mimage/MHNewImagePar.[h,cc]:
525 - added Paint function to support logarithmic y-axis scles
526
527
528
529 2004/09/01: Thomas Bretz
530
531 * mfileio/MWriteRootFile.[h,cc]:
532 - do not add a container which is already in the list
533 - replaced fNameCont by fTitle in MRootFileBranch
534
535 * mgeom/MGeomPix.[h,cc]:
536 - declared tan(30)
537 - added GetL member function
538
539 * mhist/MHAlpha.cc:
540 - added a logging output
541
542 * mhist/MHFalseSource.[h,cc]:
543 - shift by MSrcPosCam introduced
544 - fixed on-off plot
545 - fixed changed return value MHillasSrc::Calc
546 - as a workaround for some crashes removed SetBit(kCanDelete)
547 of catalog
548
549 * mimage/MHHillasSrc.cc, mimage/MHillasSrc.cc:
550 - some small fixes to new plots
551 - some cosmetics to the code
552
553 * mimage/MHillas.cc, mimage/MHillasExt.cc,
554 mimage/MImagePar.cc, mimage/MImgCleanStd.cc,
555 mimage/MNewImagePar.cc:
556 - removed obsolete include of fstream
557
558 * mpointing/Makefile, mpointing/PointingLinkDef.h:
559 - added new class MPointingPosFromModel
560
561 * mpointing/MPointingPosFromModel.[h,cc]:
562 - added
563
564
565
566 2004/08/31: Daniel Mazin
567
568 * manalysis/MSigmabarCalc.h:
569 - added function SetNamePedPhotCam to set the name of the
570 MPedPhotCam container
571
572
573
574 2004/08/31: Thomas Bretz
575
576 * star.cc:
577 - implemented batch- and quit-mode
578
579 * mastro/MAstroCatalog.h:
580 - implemented default argument for magnitude in MVector3
581 setters
582
583 * mbase/MDirIter.cc:
584 - fixed a typo
585
586 * mfileio/MWriteRootFile.cc:
587 - fixed a typo
588
589 * mimage/MHHillasSrc.[h,cc], mimage/MHillasSrc.[h,cc]:
590 - added DCA and DCADelta as discussed with the ETH people
591 - incrementes version number of MHillasSrc
592 - changed return type of MHillasSrc::Calc from Bool_t to Int_t
593
594 * mimage/MHillasCalc.cc:
595 - changed to support error code 6
596
597 * mpointing/MPointingPos.h:
598 - added Getter for ZdA7Az in rad
599
600 * mpointing/MPointingPosCalc.cc:
601 - fixed a bug which converted Ra/Dec wrongly to rad
602
603 * mmain/MEventDisplay.cc:
604 - switched on usage of context menu in constructor
605
606
607
608 2004/08/30: Markus Gaug
609
610 * mcalib/MCalibrationChargeCalc.cc
611 * mcalib/MCalibrationTestCalc.cc
612 * mcalib/MCalibrationRelTimeCalc.cc
613 * mcalib/MHCalibrationTestCam.cc
614 * mcalib/MHCalibrationTestTimeCam.cc
615 - exchanged all arrays by TArray's
616
617 * mcalib/MHCalibrationChargeCam.[h,cc]
618 * mcalib/MHCalibrationRelTimeCam.[h,cc]
619 - exchanged all arrays by MArray's
620
621
622
623 2004/08/30: Thomas Bretz
624
625 * showlog.cc, showplot.cc:
626 - enhanced functionality
627
628 * callisto.cc, mjobs/MSequence.cc:
629 - enhanced comments
630
631
632
633 2004/08/29: Markus Gaug
634
635 * mbadpixels/MBadPixelsPix.[h,cc]
636 * mbadpixels/MBadPixelsCam.cc
637 * mjobs/MJCalibration.cc
638 - introduced new calibration bits: kHiGainOverFlow
639 and kLoGainOverFlow being filled when the calibration histograms
640 overflow. Will cause an kUnsuitableRun afterwards.
641 - added in datacheck-display of MJCalibration
642
643 * mcalib/MHCalibrationChargeHiGainPix.[h,cc]
644 * mcalib/MHCalibrationChargeLoGainPix.[h,cc]
645 - default lower histogram limit moved to -100.5
646
647 * mcalib/MHCalibrationCam.h
648 * mcalib/MHCalibrationChargeCam.cc
649 - make TArrayI out of fOverFlowHiGain and fOverFlowLoGain
650
651 * mjobs/MJCalibration.[h,cc]
652 - finished datacheck display with the arrival times.
653
654
655
656 2004/08/27: Florian Goebel
657
658 * mpedestal/MPedestalPix.h
659 - correct calculation of error of RMS
660
661
662
663 2004/08/27: Hendrik Bartko
664
665 * msignal/MExtractTime.cc
666 - check that the pixel has a low gain before calculating the time
667 for the low gain in case of a saturated high gain.
668
669
670
671 2004/08/27: Markus Gaug
672
673 * mcalib/MCalibrationChargeCalc.cc
674 - adapted to possible use of MPedCalcFromLoGain
675
676 * mjobs/MJPedestal.h
677 - added function SetUseData() and IsUseData()
678
679 * mcalib/MCalibrationQEPix.cc
680 - changed initialization of fNorm... variables from 1. to -1.
681 Like this, an accidental not-filling of MCalibrationQECam will
682 be recognized easier.
683
684 * mcalib/MCalibrationChargeCalc.cc
685 * mcalib/MCalibrationChargePix.[h,cc]
686 - change treatment of pixels with kSigmaNotValid
687
688 * mpedestal/MPedestalCam.cc
689 - added functions GetAveragedPedPerArea
690 GetAveragedPedPerSector
691 GetAveragedRmsPerArea
692 GetAveragedRmsPerSector
693 to be used for the datacheck.
694
695 - fixed a small bug in the calculation of the PedestalRms Error
696 in GetPixelContent()
697
698 * macros/bootcampstandardanalysis.C
699 * macros/mccalibrate.C
700 * macros/pedphotcalc.C
701 * macros/starmc.C:
702 - replace MCalibrate by MCalibrateData
703
704 * mjobs/MJCalibration.h
705 - re-added function SetInput which had been removed recently
706 (probably by accident)
707
708 * mjobs/MJCalibration.cc
709 - return kTRUE in function FindColor() if the colour has already
710 been set (e.g. by the macro).
711
712 * mcalib/MHGausEvents.cc
713 - removed one call to fHPowerProbability->SetDirectory(0) which was
714 at a completely wrong place in CreateEventXaxis(). Probably a
715 slip of the emacs-pen.
716
717 * mcalib/MJExtractSignal.cc
718 - replace MCalibrate by MCalibrateData
719
720
721
722 2004/08/27: Thomas Bretz
723
724 * Makefile:
725 - added comments how to link statically
726 - added star again
727
728 * callisto.cc:
729 - fixed some output
730 - fixed batch mode
731
732 * mbadpixels/Makefile:
733 - added a comment
734
735 * mbase/BaseLinkDef.h, mbase/Makefile:
736 - added MArrayI
737
738 * mbase/MArrayI.[h,cc]:
739 - added
740
741 * mbase/MArrayD.cc:
742 - fixed some comments
743
744 * mcalib/MCalibrateData.[h,cc]:
745 - unified CalibratePedestal and CalibrateData. Calling GetConvFactor twice
746 took a lot of time.
747
748 * mjobs/MJCalibrateSignal.cc, mjobs/MJPedestal.cc, MJCalibration.cc:
749 - added two empty lines to output if finished
750 - added a sanity check around the call to CheckEnv
751
752 * mpedestal/MPedPhotCam.cc:
753 - use faster MArrays in ReCalc
754 - accelerated GetPixelContent
755
756 * msignal/MExtractTimeFastSpline.cc:
757 - accelerated a bit by defining
758 Float_t higainklo = fHiGainSecondDeriv[klo];
759 Float_t higainkhi = fHiGainSecondDeriv[khi];
760 instead of accesing the arrays many times inside the loops.
761 Somebody should do the same for logain.
762
763 * mraw/MRawEvtData.cc:
764 - fixed a bug in InitArrays
765
766 * showlog.cc:
767 - added some more functionality
768
769 * star.cc:
770 - changed to use new MJStar
771
772 * mfileio/MChain.cc:
773 - added namespace
774
775 * mfileio/MReadTree.cc:
776 - added a call to ResetTree as first call in PreProcess. Using
777 MReadReports with a tree missing in the file mysteriously
778 crashed because TChain::fTreeNumber was set already by
779 a root-miracle.
780
781 * mjobs/JobsLinkDef.h, mjobs/Makefile:
782 - added MJStar
783
784 * mjobs/MJCalibrateSignal.cc:
785 - replaced MReadMarsFile by MReadReports
786
787 * mmain/MEventDisplay.cc:
788 - fixed reading of resource file
789
790 * mbase/MStatusDisplay.cc:
791 - made Reset() batch-mode safe
792
793 * mcalib/MCalibrateData.cc:
794 - simplified a calculation
795
796 * mfileio/MReadReports.[h,cc]:
797 - implemented GetEntries()
798 - implemented GetFileName()
799 - changed kHasMaster from BIT(15) to BIT(14)
800 - fixed a bug in AddTree which caused the Master-Bit to be
801 set for the wrong object
802
803 * mfileio/MReadTree.cc:
804 - return 0 entries if entrie==TChain::kBigNumber
805
806 * msignal/MExtractFixedWindow.cc:
807 - updated output to fitz into a std 80-col console
808
809 * mars.rc, star.rc:
810 - added
811
812
813
814 2004/08/26: Wolfgang Wittek
815
816 * mstarcam/MStarCamTrans.[h,cc]
817 - include optical aberration when plotting the grid
818
819 * mtemp/MTelAxisFromStars.[h,cc]
820 - add member functions SetPointingPosition and SetSourcePosition
821
822
823
824 2004/08/26: Markus Gaug
825
826 * mjobs/MJExtractCalibTest.[h,cc]
827 - derived from MJob
828 - removed obsolete code (which has been moved to MJob)
829
830 * macros/calibration.C
831 - adapt code to changes done in MJob
832
833
834
835 2004/08/26: Thomas Bretz
836
837 * mbase/MMath.cc:
838 - changed calculation of sign of SignificanceLiMaSigned due to
839 bug #131
840
841 * readdaq.cc, readraw.cc:
842 - updated to support MRawEvtData2
843
844 * mraw/MRawEvtData.[h,cc], mraw/MRawFileRead.cc,
845 mraw/MRawFileWrite.[h,cc], mraw/MRawRead.[h,cc],
846 mraw/MRawSocketRead.cc:
847 - updated to support negative pixel ids
848
849 * mraw/MRawRunHeader.[h,cc]:
850 - increased max format version to 4
851 - added GetNumNormalPixels
852 - added GetNumSpecialPixels
853 - added GetMinPixId
854 - added GetMaxPixId
855
856 * merpp.cc:
857 - added a new option --auto-time to get the time range for
858 cc and/or caco data from the run header of the raw data
859
860 * callisto.cc:
861 - some additional checks
862 - more comments
863
864 * mfileio/MReadReports.h:
865 - overwrote GetFileName - otherwise CINT refuses to create an object
866
867 * mbadpixels/MBadPixelsTreat.[h,cc]:
868 - added an primitive interpolation of arrival times which
869 tries to keep the random arrival time for pixels without
870 signal
871 - fixed a bug which could cause a crash
872 - added more control over the pedestal treatment
873
874
875
876 2004/08/25: Thomas Bretz
877
878 * callisto.cc:
879 - updated handling of command line parameters
880 - added MJPedestal in second loop
881 - changed MJ* to support new MJob base class
882
883 * mjobs/JobsLinkDef.h, mjobs/Makefile:
884 - added MJob
885
886 * mjobs/MJob.[h,cc]:
887 - added
888
889 * mjobs/MJCalibrateSignal.[h,cc], mjobs/MJCalibrateSignal.[h,cc],
890 mjobs/MJCalibration.[h,cc], mjobs/MJPedestal.[h,cc]:
891 - derived from MJob
892 - removed obsolete code (which has been moved to MJob)
893
894 * mjobs/MSequence.[h,cc]:
895 - use MDirIter::GetEntries in SetupRuns
896 - implemented raw-file mode
897 - added GetNum*Runs
898
899 * callisto.rc:
900 - fixed
901
902 * showlog.cc, mbase/MTime.cc, mreport/MReportFileReadCC.cc:
903 - some fixes for gcc 2.95.3
904
905 * mbase/MEvtLoop.cc:
906 - allow prefix argument in ReadEnv
907
908 * mbase/MLog.cc:
909 - added options for log-file and html-file
910
911 * mbase/MTaskEnv.[h,cc]:
912 - added comment
913 - implemented dummy/skip-mode
914
915 * mjobs/MJCalibrateSignal.cc:
916 - removed non existance check from reading extractors (MTaskEnv dummy mode!)
917 - small changed to output
918
919 * mjobs/MJCalibration.cc:
920 - added a cast for gcc 2.95.3
921 - allow dummy mode MTaskEnvs
922
923 * mjobs/MJPedestal.[h,cc]:
924 - implemented CheckEnv
925
926 * msignal/MExtractTime.cc:
927 - fixed Print()-output
928
929 * msignal/MExtractTimeFastSpline.[h,cc]:
930 - added ReadEnv
931 - added Print
932
933
934
935 2004/08/25: Wolfgang Wittek
936
937 * mpointing/MPointingPos.h
938 - add member function GetHa()
939
940
941
942 2004/08/24: Thomas Bretz
943
944 * Makefile:
945 - added callisto
946 - added showplot
947 - removed star
948 - removed status
949
950 * merpp.cc:
951 - updated Usage()
952 - use some new feature or MArgs
953
954 * callisto.cc:
955 - a new program to calculate the calibration
956
957 * callisto.rc:
958 - resource file for callisto
959
960 * showplot.cc:
961 - a new program to show data check plots from a file
962
963 * mbase/MArgs.[h,cc]:
964 - added Get*AndRemove with a default argument
965
966 * mbase/MDirIter.[h,cc]:
967 - added Add(MDirIter &)
968
969 * mbase/MEvtLoop.cc:
970 - check for the existance of the resource file
971
972 * mbase/MLog.[h,cc]:
973 - added Usage()
974
975 * mbase/MTaskEnv.cc:
976 - added output in ReInit
977
978 * mjobs/MJCalibration.cc, mjobs/MJPedestal.cc:
979 - added Overwrite option
980 - maintained CheckEnv
981 - added InputPath
982
983 * mjobs/MSequence.cc:
984 - added return value to Setup*
985 - added comments
986
987 * mmain/MEventDisplay.cc:
988 - added tab for cleaning data
989
990 * msignal/MExtractFixedWindowPeakSearch.[h,cc]:
991 - added ReadEnv
992 - for consistency renamed fWindowSize* to f*WindowSize
993
994 * msignal/MExtractTimeHighestIntegral.[h,cc]:
995 - added ReadEnv
996
997 * mcalib/MCalibrationRelTimeCalc.cc:
998 - do not write to a log file if logging is not enabled
999 - replaced some arrays by TArrays
1000
1001 * mjobs/JobsLinkDef.h, mjobs/Makefile:
1002 - added MJCalibrateSignal
1003
1004 * mjobs/MJCalibrateSignal.[h,cc]:
1005 - added
1006
1007 * msignal/MExtractFixedWindow.[h,cc], msignal/MExtractFixedWindowPeakSearch.[h,cc],
1008 msignal/MExtractSlidingWindow.[h,cc], msignal/MExtractTime.[h,cc],
1009 msignal/MExtractTimeAndCharge.[h,cc], msignal/MExtractTimeHighestIntegral.[h,cc]
1010 msignal/MExtractor.[h,cc]:
1011 - added Print
1012 - added ReadEnv
1013 - changed version number to 1
1014
1015
1016
1017 2004/08/23: Wolfgang Wittek
1018
1019 * mtemp/MTelAxisFromStars.[h,cc]
1020 - replace MStarLocalCam by MStarCam
1021 - replace MStarLocalPos by MStarPos
1022
1023 * mtemp/MHTelAxisFromStars.[h,cc]
1024 - replace MStarLocalCam by MStarCam
1025 - replace MStarLocalPos by MStarPos
1026
1027 * mstarcam/MStarPos.[h,cc]
1028 - remove data members containing 'CG' ('correlated Gauss');
1029 put results from uncorrelated and correlated Gauss fit
1030 into the same area
1031
1032 * mtemp/MFindStars.h[cc]
1033 - changes due to the changes in MStarPos
1034 - remove fit with fixed correlation
1035
1036 * mtemp/MSourceDirections.[h,cc]
1037 - changes due to the changes in MStarPos
1038
1039 * mtemp/findTelAxisFromStars.C
1040 - changes due to changes in MTelAxisFromStars and MFindStars
1041
1042
1043
1044 2004/08/23: Thomas Bretz
1045
1046 * mbadpixels/MBadPixelsTreat.[h,cc]:
1047 - changed missleading ProcessRMS to ProcessPedestal
1048
1049 * mfileio/MReadTree.h:
1050 - added AddFiles(MDirIter&) which is overloaded by another function
1051 which resulted in some trouble
1052
1053 * mfileio/MWriteRootFile.[h,cc]:
1054 - added cd() member function
1055
1056 * mimage/MHHillas.[h,cc]:
1057 - added display of camera on top of MeanXY-plot
1058
1059 * mraw/MRawSocketRead.h:
1060 - added GetFileName()
1061
1062 * manalysis/MCerPhotEvt.[h,cc]:
1063 - added new data member fNumIslands
1064 - added new functions (CalcIsland/CalcIslands to calculate islands)
1065 - added new member function to sort pixels by index
1066 - added island index in GetPixelContent
1067 - increased version number
1068
1069 * manalysis/MCerPhotPix.[h,cc]:
1070 - added fIdxIsland data member
1071 - overloaded Compare function to be able to sort by pixel index
1072 - increased version number
1073
1074 * mhist/MHEvent.[h,cc]:
1075 - added new option for island index
1076 - added kEvtCleaningData
1077
1078 * mimage/MImgCleanStd.[h,cc]:
1079 - added island calculation after image cleaning
1080 - fixed some output to be consistent
1081 - added ReadEnv
1082 - updated StreamPrimitive
1083 - added new cleaning method (probability cleaning)
1084
1085 * mimage/Makefile:
1086 - added mhist
1087
1088 * mmain/MEventDisplay.cc:
1089 - added display of island index
1090 - changed to support files with calibrated data, too
1091
1092 * mhvstime/MHVsTime.[h,cc]:
1093 - implemented the possibility to set a maximum number of points
1094
1095 * mbase/MParContainer.h:
1096 - changed StreamPrimitive to public
1097
1098 * mcalib/MMcCalibrationCalc.[h,cc]:
1099 - added fPar data member (MImagePar) to get number of
1100 saturating hi gain pixels
1101
1102 * mimage/Makefile, mimage/ImageLinkDef.h:
1103 - added MImagePar
1104 - added MHImagePar
1105
1106 * mimage/MConcentration.[h,cc]:
1107 - removed obsolete destructor
1108
1109 * mimage/MHillas.[h,cc]:
1110 - added a check for island index to calculation
1111
1112 * mimage/MHillasCalc.cc:
1113 - added option kCalcImagePar
1114 - added option kCalcHillasSrc
1115 - added Print function
1116 - added StreamPrimitive function
1117 - added resource support (ReadEnv)
1118
1119 * mimage/MHillasExt.[h,cc]:
1120 - added a check for island index to calculation
1121 - replaced for-loop by iterator
1122
1123 * mimage/MHillasSrc.[h,cc]:
1124 - changed argument to Calc from pointer to reference
1125
1126 * mimage/MHillasSrcCalc.[h,cc]:
1127 - fixed StreamPrimitive
1128 - added some const-qualifiers to data members
1129 - adapted to change in MHillasSrc
1130
1131 * mimage/MNewImagePar.[h,cc]:
1132 - moved saturating pixels to new class MImagePar
1133 - added a check for island index to calculation
1134 - increased version number
1135
1136 * mpointing/MSrcPosCam.h:
1137 - made StreamPrimitive public
1138
1139 * msignal/MArrivalTime.h:
1140 - removed operator()
1141 - added operator[] const
1142
1143 * manalysis/MCameraData.[h,cc]:
1144 - added algorithm for 'Probability cleaning'
1145
1146 * mbase/MMath.[h,cc]:
1147 - added GaussProb
1148
1149 * mjobs/MSequence.h:
1150 - added IsValid
1151
1152
1153
1154 2004/08/20: Thomas Bretz
1155
1156 * mjobs/MSequence.[h,cc]:
1157 - added path-option to SetupRuns
1158
1159 * mjobs/MJCalibration.cc, mjobs/MJExtractSignal.cc, MJPedestal.cc:
1160 - changed file "UPDATE" to "RECREATE"
1161
1162 * macros/sql/filldotrbk.C:
1163 - removed obsolete output
1164
1165 * macros/sql/filldotrun.C:
1166 - removed obsolete output
1167 - updated to support ExcludedFDA-table
1168
1169 * mbase/MParList.[h,cc]:
1170 - added FindTask-member function
1171
1172 * mcalib/MHCalibrationChargeBlindCam.cc:
1173 - fixed a 'comparison between signed and unsigned'
1174
1175 * mfileio/MRead.h:
1176 - added GetFileName()
1177 - removed const-qualifier from CheckAndWrite
1178
1179 * mfileio/MReadMarsFile.cc:
1180 - changed some logiing output
1181
1182 * mfileio/MWriteAsciiFile.[h,cc], mfileio/MWriteFile.[h,cc]:
1183 - removed const-qualifier from CheckAndWrite
1184
1185 * mfileio/MWriteRootFile.[h,cc]:
1186 - simplified the constructor by adding Init() function
1187 - added ReInit function to support file splitting
1188 - added file splitting support (GetNewFileName, ChangeFile)
1189 - added new constructor for file splitting
1190 - made gsDef* a static member
1191 - slight changed to PreProcess to support file-splitting
1192 - if file-spliiting is enabled return always kTRUE in IsFileOpen
1193 - added many new outputs in case of possible problems
1194
1195 * mraw/MRawFileRead.[h,cc]:
1196 - changed return type of GetFileName()
1197
1198 * mraw/MRawFileWrite.[h,cc]:
1199 - removed obsolete pParList data member
1200 - by default write all events to the 'Events' tree
1201
1202 * msql/MSQLServer.[h,cc]:
1203 - enhanced Query function
1204
1205
1206
1207 2004/08/19: Marcos Lopez
1208
1209 * mjobs/MJCalibration.cc:
1210 - In the function FindColor(), when looking for the calibration color in
1211 the calibration file name, ignore the case, to deal with colors
1212 written in capital letters.
1213
1214
1215
1216 2004/08/19: Thomas Bretz
1217
1218 * mastro/MTransCelLocCam.[h,cc]:
1219 - renamed to MStarCamTrans and moved to mstarcam
1220
1221 * mastro/Makefile, mastro/AstroLinkDef.h:
1222 - removed MTransCelLocCam
1223
1224 * mstarcam/Makefile, mstarcam/AstroLinkDef.h:
1225 - cleaned up includes in Makefile
1226 - added MStarCamTrans
1227
1228
1229
1230 2004/08/19: Robert Wagner
1231
1232 * mtemp/MFindStars.[cc,h], mastro/MAstroCamera.cc,
1233 mtemp/MSourceDirections.[cc,h]
1234 - Changes to reflect the change of name of MStarPos, MStarCam
1235
1236
1237
1238 2004/08/18: Thomas Bretz
1239
1240 * mbadpixels/MBadPixelsCam.[h,cc]:
1241 - implemented function to calculate max cluster sizes
1242
1243 * macros/sql/filldotrbk.C, macros/sql/filldotrun.C:
1244 - added return value
1245
1246 * mjobs/MJCalibration.cc:
1247 - simplified FindColor by 1000% for later move to a new location
1248
1249 * mpedestal/MPedCalcFromLoGain.cc:
1250 - output the range only if it has changed
1251
1252
1253
1254 2004/08/18: Wolfgang Wittek
1255
1256 * mastro/MTransCelLocCam.[h,cc]
1257 - new class; allows to calculate for any point (X, Y) in the
1258 camera the local (celestial) coordinates if the local
1259 (celestial) coordinates are known for some fixed point (X0, Y0)
1260 in the camera
1261 - for given local (celestial) coordinates of the camera center,
1262 the meber function PlotGrid draws the lines of constant theta
1263 and phi (and of constant dec and hourangle) onto the camera
1264 plane
1265
1266 * mastro/Makefile, mastro/AstroLinkDef.h
1267 - MTransCelLocCam added
1268
1269 * macros/testMTrans.C
1270 - macro to test the class MTransCelLocCam
1271
1272
1273
1274 2004/08/17: Markus Gaug
1275
1276 * msignal/MExtractBlindPixel.[h,cc]
1277 - remove fModified which is taken care of in MJCalibration by the
1278 correct initialization
1279
1280 * mcalib/MCalibrationChargeBlindCam.[h,cc]
1281 - now a base class for different types of blind pixels cams.
1282 - moved fBlindPixels away from pointer, analogue to MGeomCam
1283
1284 * mcalib/MHCalibrationChargeBlindCam.[h,cc]
1285 - updated to new call to GetNumBlindPixels()
1286
1287 * mcalib/Makefile
1288 * mcalib/CalibLinkDef.h
1289 * mcalib/MCalibrationChargeBlindCamOneOldStyle.[h,cc]
1290 * mcalib/MCalibrationChargeBlindCamTwoNewStye.[h,cc]
1291 - new classes deriving from and intializing
1292 MCalibrationChargeBlindCam
1293
1294 * mcalib/MCalibrationChargeBlindPix.[h,cc]
1295 - derive from MCalibrationPix instead of MCalibrationChargePix
1296 - create possibility to intialize QE's, etc. from outside
1297 - fix default to previous behaviour such that old code can still
1298 run on old files without changes
1299 - create copy function
1300
1301 * macros/calibration.C
1302 - updated macro to use of MCalibrationTestCam
1303
1304 * mcalib/MCalibrationCam.[h,cc]
1305 - comment the static variable gkNumPulserColors
1306 - take the pulser color enum and gkNumPulserColors out of the streamer
1307 - set the version nr from 3 to 4
1308 - Simplify a piece of the code dealing with the ForEach macro
1309
1310 * mcalib/MCalibrationChargeCam.[h,cc]
1311 - removed Init() function which is already fulfilled by the Init()
1312 function of MCalibrationCam
1313
1314 * mcalib/MCalibrationChargeCalc.cc
1315 - some changes to the output
1316 - call to MCalibrationChargeBlindCam->IsValid() removed
1317
1318 * mbadpixels/MBadPixelsCam.cc
1319 - included kDeviatingNumPhots in GetPixelContent()
1320
1321 * mjobs/MJCalibration.[h,cc]
1322 - some small modifications in the data-check display, discussed
1323 with Florian
1324 - found that the MFillH for the MHCalibrationChargeBlindCam had
1325 been replaced to MHCalibrationChargeBlindPix -> redone
1326 - adapted InitBlindPixel() to new classes initializing the right
1327 MCalibrationChargeBlindCam's
1328
1329 * mcalib/MCalibrationTestPix.[h,cc]
1330 * mcalib/MCalibrationTestCam.[h,cc]
1331 * mcalib/Makefile
1332 * mcalib/CalibLinkDef.h
1333 - new container class to store results of MCalibrationTestCalc
1334 and MHCalibrationTestCam
1335
1336 * mcalib/MCalibrationTestCalc.[h,cc]
1337 - adapted to use of MCalibrationTestCam
1338
1339 * mcalib/MHCalibrationTestCam.[h,cc]
1340 - adapted to use of MCalibrationTestCam
1341
1342
1343
1344 2004/08/17: Thomas Bretz
1345
1346 * mcalib/MCalibrateData.[h,cc]:
1347 - unrolled some if-else statements to accelerate the algorithm a
1348 bit (it is just the bottelneck of calibrating the signal)
1349 - made sure that code which in not needed is not executed in
1350 this case
1351
1352 * mbadpixels/MBadPixelsCam.cc:
1353 - unrolled if-else statements in GetPixelContent
1354
1355 * mcalib/MHCalibrationChargeBlindPix.cc:
1356 - commented out unsused variable
1357
1358 * mjobs/MJCalibration.cc:
1359 - some more output when writing the file
1360
1361 * mjobs/MJPedestal.[h,cc]:
1362 - added more resources
1363 - added fMaxEvents
1364
1365 * mraw/MRawEvtPixelIter.[h,cc]:
1366 - fixed behaviour or fABFlags in case the array is empty
1367 - changed Char_t data member to Byte_t according to change
1368 in MRawEvtData
1369
1370 * mraw/MRawEvtData.[h,cc]:
1371 - changed TArrayC data member to MArrayB to get rid of a memory
1372 leak which resulted in huge memory usage when reading
1373 MRawEvtData
1374 - changed version number from 4 to 5
1375 - changed size of fABFlag array to a more reasonable size
1376 (maxid/8+1)
1377
1378 * mraw/MRawEvtHeader.[h,cc]:
1379 - implemeted Getter for calibration pattern
1380
1381 * mhbase/MHMatrix.[h,cc], mranforest/MRanTree.cc,
1382 mtools/MHSimmulatedAnnealing.h, mtools/MSimmulatedAnnealing.h:
1383 - changed to compile with root-4.00/08
1384
1385 * mpedestal/MPedCalcFromLoGain.[h,cc]:
1386 - changed SetDumpEvents to SetNumEventsDump to fit roots naming
1387 convention
1388 - fixed crashes in case nothing has beendone
1389 - do not process abflag if it is not existing
1390 - for the moment do no call to ReCalc in Process
1391 - added some const-qualifiers
1392
1393 * mhist/MHCamera.h:
1394 - changed the definition of FetMinimum/GetMaximum such that
1395 it compiles with root 4.00/08
1396
1397
1398
1399 2004/08/17: Robert Wagner
1400
1401 * mstarcam, mstarcam/Makefile, mstarcam/StarcamLinkDef.h,
1402 mstarcam/StarcamIncl.h, macros/dohtml.C, macros/rootlogon.C
1403 - Added directory mstarcam for holding all classes related to
1404 studies of stars
1405
1406 * mstarcam/MStarPos.[cc,h], mstarcam/MStarCam.[cc,h],
1407 mstarcam/StarcamLinkDef.h, mstarcam/Makefile, Makefile
1408 - moved mtemp/MStarLocalPos.[cc,h], mtemp/MStarLocalCam.[cc,h]
1409
1410 * mastro/MAstroCamera.cc, mtemp/MFindStars.[cc,h],
1411 mtemp/MSourceDirections.[cc,h]
1412 - changed references to MStarLocalPos to MStarPos
1413
1414
1415
1416 2004/08/16: Thomas Bretz
1417
1418 * mcalib/MCalibrateData.[h,cc]:
1419 - change to support also 'No calibration of data'
1420 - removed obsolete dependancie on *'FromData' containers
1421
1422 * mcalib/MCalibrateData.[h,cc], mbadpixels/MBadPixelsCalc.[h,cc]:
1423 - added member function ReadEnv
1424
1425 * mbase/MTime.[h,cc]:
1426 - added new member function SetStringFmt
1427
1428 * mcalib/MHCalibrationChargeBlindPix.cc:
1429 - removed unused variable
1430
1431 * mcalib/MHCalibrationChargeBlindPix.cc:
1432 - removed unused variable
1433
1434
1435
1436 2004/08/16: Markus Gaug
1437
1438 * mcalib/MHCalibrationCam.cc
1439 - add a criterion to stop the Finalize() if both fHiGainArray
1440 and fLoGainArray have not been expanded.
1441 - replace two gLog by *fLog
1442 - add the pulser color (needed for the datacheck histograms)
1443 - some modifications in the data-check display, discussed with Florian
1444
1445 * mjobs/MJCalibration.[h,cc]
1446 - some small modifications in the data-check display, discussed
1447 with Florian
1448
1449 * mcalib/MHGausEvents.[h,cc]
1450 - make fSaturated Int_t and set to 0 in the Clean() function
1451
1452 * mcalib/MHCalibrationChargePix.[h,cc]
1453 - remove the Clean() function
1454
1455 * mbadpixels/MBadPixelsPix.h
1456 * mbadpixels/MBadPixelsCam.cc
1457 - new functions GetUnsuitableCalibration() and
1458 GetUnreliableCalibration() to denote the reason for unsuitability
1459 and unreliability.
1460 - in GetPixelContent flags 6 and 7.
1461 - will be used for the datacheck display
1462
1463
1464
1465 2004/08/14: Markus Gaug
1466
1467 * msignal/MExtractor.cc:
1468 - documented data members
1469 - included default for SetNamePedContainer()
1470
1471 * mjobs/MJPedestal.[h,cc]
1472 - some small modifications in the data-check display, discussed
1473 with Florian
1474
1475
1476
1477 2004/08/13: Thomas Bretz
1478
1479 * macros/readraw.C:
1480 - updated to get it working with MC data
1481
1482 * mbase/MTaskEnv.cc:
1483 - fixed a typo
1484
1485 * mcalib/MCalibrationChargeCalc.[h,cc],
1486 mcalib/MHCalibrationCam.[h,cc]:
1487 - added ReadEnv
1488 - changed some output slightly to match into a typical
1489 80-column console
1490
1491 * mjobs/MJCalibration.[h,cc]:
1492 - changed to support Sequences
1493 - added SetEnv
1494 - added possibility to change extractors from a resource file
1495 - put MBadPixelsMerge into the tasklist - for strange reasons
1496 it was missing
1497
1498 * mjobs/MJPedestal.[h,cc]:
1499 - fixed the output name for sequences
1500 - added possibility to set output from resource file
1501
1502 * mpedestal/MPedCalcFromLoGain.[h,cc]:
1503 - changed handling of sanity check for setup
1504 - removed obsolete variables
1505 - changed output slightly to fit into a typical 80-column
1506 console
1507 - added some sanity checks to PostProcess
1508 - added some info-output to PostProcess
1509 - calculate a mean number of total events
1510 - call ReCalc to calc mean values of sectors and areas
1511
1512 * mpedestal/MPedCalcPedRun.[h,cc]:
1513 - changed to use ReCalc instead of doing the calculation itself
1514 for convinience I left the old code as a comment inside -
1515 will be removed later
1516
1517 * mpedestal/MPedPhotCam.[h,cc]:
1518 - slight changes in ReCalc
1519
1520 * mpedestal/MPedestalCam.[h,cc]:
1521 - added ReCalc function (maily taken from PedPhotCamReCalc)
1522
1523 * mpedestal/MPedestalPix.h:
1524 - added Getter for fNumEvents
1525
1526 * mraw/MRawEvtHeader.[h,cc]:
1527 - started adding support for calibration pattern. Please don't
1528 take the current implementation to serious
1529
1530
1531
1532 2004/08/12: Hendrik Bartko
1533
1534 * msignal/MExtractor.cc:
1535 - corrected the setting of AddSerialNumber for Find(Create)Object
1536
1537 * msignal/MExtractTime.cc:
1538 - corrected the setting of AddSerialNumber for FindObject
1539
1540 * mbadpixels/MBadPixelsCalc.cc
1541 - corrected the setting of AddSerialNumber for FindObject
1542
1543 * mbadpixels/MBadPixelsTreat.cc
1544 - corrected the setting of AddSerialNumber for FindObject
1545
1546 * mimage/MImgCleanStd.cc
1547 - corrected the setting of AddSerialNumber for FindObject
1548
1549
1550
1551 2004/08/12: Markus Gaug
1552
1553 * msignal/MExtractBlindPixel.[h,cc]
1554 - Set the method from outside
1555 - unified the defaults to new blind pixels
1556
1557 * mjobs/MJCalibration.[h,cc]
1558 - implementation of MHCalibrationChargeCam
1559
1560 * mcalib/MHCalibrationChargeBlindPix.[h,cc]
1561 - adapt Draw() and DrawLegend() for the datacheck display
1562
1563 * mcalib/MHCalibrationChargeBlindCam.[h,cc]
1564 - new member function fFitFunc, can be set from outside and is
1565 further passed onto the MHCalibrationChargeBlindPix's
1566
1567 * mcalib/MHCalibrationChargeCalc.[h,cc]
1568 - improved readability of output
1569 - set default fPheErrLimit to 4.5 sigma
1570
1571 * mcalib/MCalibrateData.[h,cc]
1572 - give defaults to the Setter functions
1573 - change default calibration mode from blindpixel to ffactor
1574 - change exclusion of bad pixels from unsuitable run to unsuitable.
1575 - some cosmetic changes
1576 - remove fNumHiGainFADCSamples and fNumLoGainFADCSamples as
1577 data members
1578 - remove fConversionHiLo which is not used in the class
1579 - write a StreamPrimitive()
1580
1581
1582 2004/08/12: Thomas Bretz
1583
1584 * mreport/MReportFileReadCC.cc:
1585 - fixed a bug in CheckFileHeader which caused a condition to
1586 be wrongly evaluated
1587
1588 * mbase/MStatusDisplay.cc:
1589 - small modification to postscript output
1590
1591 * showlog.cc:
1592 - added
1593
1594 * Makefile:
1595 - added showlog
1596
1597 * macros/sql/filldotrbk.C, macros/sql/filldotrun.C:
1598 - update of comments
1599
1600 * mbase/MEvtLoop.cc:
1601 - first interprete environment for fLog
1602
1603 * mbase/MEvtLoop.[h,cc], mbase/MParContainer.[h,cc],
1604 mbase/MParList.[h,cc], mbase/MTaskList.[h,cc],
1605 mfileio/MRead.[h,cc], mhbase/MHMatrix.[h,cc],
1606 mpedestal/MPedCalcFromLoGain.[h,cc],
1607 mpedestal/MPedCalcFromPedRun.[h,cc],
1608 msignal/MExtractor.[h,cc]:
1609 - changed type of ReadEnv from Bool_t to Int_t
1610
1611 * mbase/MLog.cc:
1612 - fixed ReadEnv
1613
1614 * mbase/MParContainer.[h,cc]:
1615 - added TestEnv
1616
1617 * mbase/MParList.cc, mbase/MTaskList.cc:
1618 - moved some code to MParContainer::TestEnv
1619
1620 * mbase/Makefile, mbase/BaseLinkDef.h:
1621 - added MTaskEnv
1622
1623 * mhist/MHCamera.cc:
1624 - removed some output (Draw function don't write something
1625 to the console) - it is displayed anyhow
1626 - added some SetBorderMode(0)
1627
1628 * mjobs/JobsLinkDef.h, mjobs/Makefile:
1629 - added MSequence
1630
1631 * mjobs/MJPedestal.[h,cc]:
1632 - changed to allow a sequence as input
1633 - changed to allow setting up the extractor from a TEnv
1634
1635 * mpedestal/MPedCalcFromLoGain.[h,cc]:
1636 - moved a common block of code to a new Calc function
1637 - fixed ReadEnv
1638
1639 * mpedestal/MPedCalcPedRun.cc, msignal/MExtractor.cc:
1640 - fixed ReadEnv
1641
1642 * mraw/MRawCrateData.cc:
1643 - updated Print()
1644
1645 * mraw/MRawFileRead.h:
1646 - added default to first constructor argument
1647
1648
1649
1650
1651 2004/08/12: Hendrik Bartko
1652
1653 * msignal/MExtractor.[h,cc]:
1654 - add SetNamePedContainer to set the name of the pedestal
1655 container
1656
1657 * msignal/MExtractTime.[h,cc]:
1658 - add SetNamePedContainer to set the name of the pedestal
1659 container
1660
1661 * mbadpixels/MBadPixelsCalc.[h,cc]
1662 - add SetNamePedPhotContainer to set the name of the pedphot
1663 container
1664
1665 * mbadpixels/MBadPixelsTreat.[h,cc]
1666 - add SetNamePedPhotContainer to set the name of the pedphot
1667 container
1668
1669 * mimage/MImgCleanStd.[h,cc]
1670 - add SetNamePedPhotContainer to set the name of the pedphot
1671 container
1672
1673
1674
1675 2004/08/12 : Wolfgang Wittek
1676
1677 * manalysis/MSourcPosFromStarPos.[h,cc]
1678 - replace MMcEvt by MPointingPos
1679
1680 * manalysis/MSigmabarCalc.[h,cc]
1681 - replace MMcEvt by MPointingPos
1682
1683 * manalysis/MSigmabar.[h,cc]
1684 - in member function Calc() return fSigmabarInner,
1685 not fSigmabar
1686 - update comments
1687 - sigmabar is the sqrt of the average (pedRMS^2/area)
1688
1689 * manalysis/MPad.[h,cc]
1690 - replace MMcEvt by MPointingPos
1691 - remove bugs
1692
1693 * mfilter/MFSelBasic.[h,cc]
1694 - replace MMcEvt by MPointingPos
1695
1696 * mfilter/Makefile
1697 - add -I../mpointing
1698
1699 * mhist/MHSigmaTheta.[h,cc]
1700 - replace MMcEvt by MPointingPos
1701 - replace 'MCerPhotPix cerpix' by 'MCerPhotPix &cerpix'
1702 - add plot "Sigmabar(Outer) versus Theta"
1703
1704 * macros/ONOFFAnalysis.C
1705 - Job A : got the padding working, work in progress
1706
1707
1708
1709 2004/08/11: Hendrik Bartko
1710
1711 * mcalib/MCalibrateData.[h,cc]:
1712 - add SetPedestalType to choose whether to calibrate the pedestal
1713 for each run or each event
1714 - add EnablePedestalType to enable to calibrate the pedestal for
1715 each run or each event
1716 - add DisablePedestalType to disable to calibrate the pedestal for
1717 each run or each event
1718 - add TestFlag test whether to do the run and / or event pedestal
1719 calculation
1720 - add SetNamePedADCRunContainer to change name of pedestal input
1721 container for run pedestals
1722 - add SetNamePedADCEventContainer to change name of pedestal input
1723 container for event pedestals
1724 - add SetNamePedPhotRunContainer to change name of pedestal output
1725 container for run pedestals
1726 - add SetNamePedPhotEventContainer to change name of pedestal output
1727 container for run pedestals
1728 - add CalibratePedestal, function to calibrate the chosen pedestal
1729 - added the calibration types kFlatCharge, kDummy as in MCalibrate
1730
1731 * mbadpixels/MBadPixelsCalc.cc:
1732 - in MBadPixelsCalc::Process() called the MPedPhotCam::ReCalc to
1733 calculate the mean values of the pedestal and RMS for the areas
1734 and sectors of the camera.
1735
1736
1737
1738 2004/08/10: Thomas Bretz
1739
1740 * mreport/MReportFileReadCC.[h,cc]:
1741 - added
1742
1743 * mreport/Makefile, mreport/ReportsLinkDef.h:
1744 - added MReportFileReadCC
1745
1746 * mreport/MReport*.[h,cc]:
1747 - prpagate file version number to all Interpreters
1748
1749 * merpp.cc:
1750 - added new commandline options to support different CC files
1751 - changed help-output
1752 - temporarily removed SQL option
1753
1754 * readraw.cc:
1755 - a small fix (a '.' was missing)
1756
1757 * mraw/MRawEvtData.cc:
1758 - fixed bug in Print
1759
1760 * manalysis/MGeomApply.cc:
1761 - changed to Init all MCamEvents in the parlist
1762
1763 * mbase/MParList.[h,cc]:
1764 - added a cast operator to TIterator*
1765 - check whether a automatic created class inherits from MParConatiner
1766
1767 * mgui/MCamEvent.[h,cc]:
1768 - added Init
1769 - added InitSize
1770
1771 * mmc/MMcTrig.cxx:
1772 - added a new option to Print()
1773
1774 * mraw/MRawEvtData.[h,cc], mraw/MRawEvtHeader.[h,cc],
1775 mraw/MRawFileRead.cc, mraw/MRawSocketRead.cc
1776 - changed Init() to InitRead()
1777
1778 * msignal/MArrivalTime.[h,cc]:
1779 - changed argument of InitSize according to MCamEvent
1780
1781 * msql/MSQLServer.[h,cc]:
1782 - small changes to interface
1783
1784 * mimage/MHillasCalc.[h,cc]:
1785 - changed names of TString data members
1786
1787
1788
1789 2004/08/10: Robert Wagner
1790
1791 * mreport/MReportCamera.[h,cc]
1792 - added function InterpreteHOT which interprete the HOT* part of
1793 the report. The variable HVs_modified_by_HOT_Pixels is
1794 extracted, but not yet written in the corresponding MARS
1795 parameter container
1796
1797
1798
1799 2004/08/10: Markus Gaug
1800
1801 * mcalib/MCalibrationTestCalc.[h,cc]
1802 - added calculation and output of maximum not-interpolatable
1803 cluster.
1804
1805 * macros/bootcampstandardanalysis.C
1806 - added MBadPixelsTreat
1807
1808
1809 * mcalib/MCalibrate.cc
1810 - implemented different way to calculate error of signal
1811 in method kFlatCharge (as discussed with Keiichi).
1812
1813
1814
1815 2004/08/10: Florian Goebel
1816
1817 * mpedestal/MPedCalcFromLoGain.[h,cc]
1818 - add SetPedContainerName() to change name
1819 of output container
1820 - fix bug affecting behaviour when running twice
1821 over the same run
1822 - change format of "Format"
1823 - change default value for fgMaxHiGainVar to 40
1824
1825
1826
1827 2004/08/10: Nadia Tonello
1828
1829 * mbadpixels/MBadPixelsTreat.[h,cc]
1830 - replaced flag SetSloppyTreatment() with SetHardTreatment()
1831 Now the default behaviour consists on treating only the
1832 unsuitable pixels, and not also the ureliable, as it was
1833 before. If you want to keep on treating both unsuitable and
1834 unreliable pixels, please set the new flag on in your macro.
1835
1836 * mjobs/MJExtractCalibTest.cc
1837 - removed line containing SetSloppyTreatment()
1838
1839
1840
1841 2004/08/10: Thomas Bretz
1842
1843 * mpedestal/MPedestalPix.[h,cc]:
1844 - as discussed removed fValid
1845
1846 * mpedestal/MPedCalcFromPedRun.[h,cc],
1847 mpedestal/MPedCalcFromLoGain.[h,cc]:
1848 - removed dependancy on MBadPixelsCam
1849
1850 * mastro/MAstro.[h,cc]:
1851 - implemented GetMoonPeriod
1852 - implemented GetMoonPhase
1853
1854 * mbase/MTime.cc:
1855 - Fixed a floating point problem in Set(&tv)
1856 - added GetDateOfSunrise
1857
1858
1859
1860 2004/08/09: Markus Gaug
1861
1862 * mcalib/MHGausEvents.[h,cc]
1863 - added function IsOnlyOverflow()
1864
1865 * mcalib/MHCalibrationChargeBlindCam.[h,cc]
1866 - put default arguments in the Clone() and the Draw() function
1867 (needed by e.g. TObject::DrawClone())
1868 - added name and title to the class (was forgotten)
1869
1870 * mjobs/MJPedestal.[h,cc]
1871 - set the possibility to have the datacheck display with the
1872 function SetDataCheckDisplay()
1873
1874
1875
1876 2004/08/09: Wolfgang Wittek
1877
1878 * mtemp/MStarLocalCam.[h,cc], mtemp/MStarLocalPos.[h,cc]
1879 - new variables added for the fit of a 2dim Gaussian with
1880 correlations
1881 - the corresponding Set and Get functions were added
1882 - the Paint function was extended correspondingly
1883
1884 * mtemp/MTelAxisFromStars.[h,cc]
1885 - new class (task) which determines the source position from star
1886 positions in the camera
1887
1888 * mtemp/MHTelAxisFromStars.[h,cc]
1889 - new class (container); produce plots for MTelAxisFromStars
1890
1891 * mtemp/MSkyCamTrans.[h,cc]
1892 - new class (task) ; container holding the parameters for the
1893 transformation from sky coordinates (projected onto the camera)
1894 to camera coordinates
1895
1896 * mtemp/Makefile, mtemp/TempLinkDef.h
1897 - MTelAxisFRomStars added
1898 - MHTelAxisFromStars added
1899 - MSkyCamTrans added
1900
1901 * mtemp/findTelAxisFromStars.C
1902 - new macro: extended version of findstars.C
1903 (in mtemp/mifae/macros/)
1904 - call to MTelAxcisFromStars and MHTelAxisFromStars
1905 was added
1906
1907 * mtemp/MFindStars.[h,cc]
1908 - add correlated Gauss fit
1909
1910
1911
1912 2004/08/06: Markus Gaug
1913
1914 * mcalib/MCalibrationTestCalc.[h,cc]
1915 * mcalib/Makefile
1916 * mcalib/CalibLinkDef.h
1917 - new class to retrieve the results of MHCalbirationTestCam
1918 - outputs the results of the bad pixels interpolation and the
1919 new relative flat-fielding of the camera.
1920
1921 * mjobs/MJExtractCalibTest.cc
1922 - uncomment (and use) the interpolation of bad pixels
1923 - use the class MCalibrationTestCalc
1924
1925 * mcalib/MHCalibrationChargeLoGainPix.cc
1926 - increase the default upper histogram limits for the
1927 large extraction windows.
1928
1929 * msignal/MExtractor.cc
1930 - fixed a bug in one possible output using Form()
1931 which produced a segm.violation in that case.
1932
1933 * mcalib/MHCalibrationTestCam.cc
1934 - adapt class for the interpolation of pixels.
1935
1936 * mcalib/MCalibrationChargeCalc.cc
1937 - fixed a small bug in the calculation of average number of
1938 photo-electrons
1939
1940
1941 2004/08/06: Nadia Tonello
1942
1943 * mimage/MImgCleanStd.cc:
1944 - in the Process, the Step3 (that checks the boundary pixels)
1945 is skipped when no action is espected, i.e. if lvl1 <= lvl2.
1946 This will accelerate the cleaning process in such cases.
1947
1948 * mbadpixels/MBadPixelsCalc.[h,cc]:
1949 - removed dependence on MSigmabar
1950
1951
1952
1953 2004/08/05: Thomas Bretz
1954
1955 * mastro/MAstroCatalog.[h,cc]:
1956 - changed return type of AddObject to Bool_t
1957 - changed Reading member function to use AddObject
1958
1959 * msignal/MArrivalTime.h:
1960 - Added missing ClassDef
1961
1962 * mhist/MHEvent.h:
1963 - Removed strange MCameraSignal
1964
1965
1966
1967 2004/08/05: Robert Wagner
1968
1969 * mastro/MAstroCatalog.[h,cc]
1970 - Added MAstroCatalog::AddObject, functionality to insert single
1971 objects manually; needed for mtemp/mmpi/MSourceDirections
1972
1973
1974
1975 2004/08/05: Thomas Bretz
1976
1977 * manalysis/MGeomApply.cc, mimage/MCameraSmooth.[h,cc]:
1978 - removed dependancy on MBlindPixel
1979
1980 * macros/sql/readrbk.C, msql/MSQLServer.cc:
1981 - fixed some memory leaks - the result of TSQLServer::Query
1982 must be deleted
1983
1984 * mbase/MTaskInteractive.cc:
1985 - added some comments
1986
1987 * mmain/MBrowser.cc:
1988 - fixed a bug which caused '/data/MAGIC' not to be shown in
1989 the dir-list
1990
1991 * mmc/MMcEvt.hxx:
1992 - added some more particle ids
1993
1994 * msql/MSQLServer.[h,cc]:
1995 - some improvements to the user interface
1996
1997 * macros/sql/filldotrun.C:
1998 - added
1999
2000
2001
2002 2004/08/04: Markus Gaug
2003
2004 * msignal/MExtractFixedWindowSpline.cc
2005 - replaced delete's of the array by a delete [].
2006
2007 * mjobs/MJCalibration.cc
2008 - replaced default time extractor by MExtractTimeFastSpline
2009
2010 * mbadpixels/MBadPixelsPix.cc
2011 - updated the class description
2012
2013
2014
2015 2004/08/04: Thomas Bretz
2016
2017 * manalysis/MBlindPixels.[h,cc], manalysis/MBlindPixelCalc.[h,cc],
2018 manalysis/MBlindPixelCalc2.[h,cc]:
2019 - as discussed some weeks ago the classes have been removed
2020
2021 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
2022 - removed the MBlind* entries
2023
2024 * star.cc, mmain/MEventDisplay.cc, mmain/MOnlineDisplay.cc,
2025 mmain/MAnalysis.cc, mfileio/MCT1ReadPreProc.[h,cc]:
2026 - removed usage of MBlind*
2027 - MBadPixel* TO BE ADDED
2028
2029 * merpp.cc:
2030 - moved interpretation of command line options to MLog
2031 - added a check for unknown options
2032
2033 * manalysis/MCameraData.[h,cc]:
2034 - added some comments
2035 - fixed some errors in the documentation
2036 - changed ClassDef to 1
2037 - changed the new algorithms such that any number of different
2038 pixel-sizes are supported
2039 - small modifications to the sanity checks
2040
2041 * mbadpixels/MBadPixelsTreat.h:
2042 - fixed the argument type of SetNumMinNeighbors
2043
2044 * mbase/MArgs.cc:
2045 - comment updated
2046
2047 * mbase/MEvtLoop.cc:
2048 - added reading and writing of fLog environment
2049
2050 * mbase/MLog.[h,cc]:
2051 - added Reading and writing Environment (ReadEnv, WriteEnv)
2052 - added a function to setup MLog from command line arguments
2053
2054 * mbase/MTaskInteractive.[h,cc]:
2055 - added an example
2056
2057 * mbase/MTime.cc:
2058 - added a warning for the SetTimeFormat usage
2059
2060 * mimage/MImgCleanStd.[h,cc]:
2061 - some updates to the old comments
2062 - NEW COMMENTS FOR SCALED CLEANING STILL MISSING!
2063 - implemented scaled image cleaning
2064 - replaced usage of MSigmabar by MPedPhotCam for democratic cleaning
2065
2066 * manalysisct1, manalysisct1/Makefile,
2067 manalysisct1/AnalysisCT1LinkDef.h:
2068 - new
2069
2070 * manalysis/MCT1*, mfileio/structures.h, mfileio/MCT1Read*.[h,cc]:
2071 - moved to new directory manalysisct1
2072
2073 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
2074 - updated
2075 - removed MPad because long time ago changed discuseed were not made
2076 (it doesn't compile anymore, because MBlindPixels is missing now)
2077
2078 * mfileio/Makefile, mfileio/FileIOLinkDef.h:
2079 - updated
2080
2081 * mbase/MLog.cc:
2082 - added missing kMustCleanup bit of fPlugins
2083
2084 * mbadpixels/MBadPixelsPix.h:
2085 - added easier access to the information whether a pixel is unsuitable
2086 or unreliable
2087
2088 * mbadpixels/MBadPixelsTreat.[h,cc]:
2089 - added SloppyTreatment
2090
2091
2092
2093 2004/08/03: Hendrik Bartko
2094
2095 * manalysis/MCameraData.[h,cc]
2096 - Added new function CalcCleaningLevel2 to take into account that
2097 the pedestal RMS does not scale with the inverse square root of
2098 the pixel area for the calculation of the cleaning levels.
2099 - Added new function CalcCleaningLevelDemocratic. It calculates
2100 the cleaning levels for the democratic image cleaning directly
2101 from the average values of MPedPhotCam instead of using
2102 MSigmabar.
2103
2104
2105
2106 2004/08/03: Thomas Bretz
2107
2108 * macros/sql:
2109 - new directory
2110
2111 * macros/sql/readrbk.C:
2112 - new macro
2113
2114 * mjobs/MJExtractSignal.cc:
2115 - fixed missing initialisation of fExtractor, fExtractorTime
2116
2117
2118
2119 2004/07/30: Robert Wagner
2120
2121 * mastro/MAstroCamera.[h,cc]
2122 - Added method FillStarList() which fills a TList with objects
2123 of type MStarLocalPos for all stars found from the catalog
2124 matching specified criteria (FOV, magnitude limit, position)
2125 - Lines involving MStarLocalPos have been commented out for
2126 the time being since MStarLocalPos is not part of standard
2127 MARS yet!
2128
2129 * mtemp/MStarLocalPos.[h,cc]
2130 - Added handling of the minuit error matrix elements to
2131 MStarLocalPos::MSetFitValues
2132 - Added member variables to hold error matrix elements
2133 - Added getters for error matrix elements
2134 - Expected star position is painted by Paint, too.
2135 - Error matrix elements are printed by Print, too.
2136
2137
2138
2139 2004/07/28: Javi Lopez
2140
2141 * mhist/MHCamera.[h,cc]
2142 - Added new argument to CntCamContent() funtion to select to count
2143 the events above or bellow a certain discriminator level.
2144
2145
2146
2147 2004/07/20: Florian Goebel
2148
2149 * mpedestal/MPedestalPix.[h,cc]
2150 - added:
2151 + fPedestalABoffset: difference between pedestal mean of odd slices
2152 and the total pedestal mean (fPedestal)
2153 + fNumEvents: number of times, the Process was executed
2154 (to estimate the error of pedestal)
2155
2156 * mpedestal/MPedestalCam.cc
2157 - calculate error using pixel vise fNumEvents
2158
2159 * mpedestal/MPedCalcFromLoGain.[h,cc]
2160 * mpedestal/Makefile
2161 * mpedestal/PedestalLinkDef.h
2162 - added class which calculates pedestal values from the low gain
2163 slices of a data run
2164 - it also calculates the ABoffset values and fills MPedestalPix
2165 accordingly
2166
2167 * macros/ScanPulseABPed.C
2168 - macro plotting the pulse shape using MPedCalcFromLoGain
2169 and correcting for the AB 150 MHz clock noise.
2170
2171 * msignal/MExtractSignalABcorr.[h,cc]
2172 * msignal/Makefile
2173 * msignal/SignalLinkDef.h
2174 - example for signal extractor class similar to MExtractSignal
2175 correcting for ABoffset which allows to use odd number of slices
2176
2177 * macros/ScanExtractSignalABCorr.C
2178 - macro using MExtractSignalABcorr
2179
2180
2181
2182 2004/07/16: Markus Gaug
2183
2184 * msignal/MExtractFixedWindowSpline.cc
2185 - replace the delete's by delete [].
2186
2187 * mcalib/MHCalibrationChargeCam.cc
2188 - remove some obsolete commented code
2189
2190 * mcalib/MHCalibrationChargeBlindPix.[h,cc]
2191 - derive only from MHGausEvents and not additionally from
2192 MHCalibrationChargePix
2193 - Additional setter for MCalibrationChargeBlindPix, used by
2194 MHCalibrationChargeBlindCam
2195 - Getter for fSinglePheCut
2196 - adapted Draw for the "datacheck" option
2197 - use variable histogram range depending on whether amplitude
2198 or integral has been extracted
2199
2200 * mcalib/MCalibrationChargeBlindCam.[h,cc]
2201 * mcalib/MHCalibrationChargeBlindCam.[h,cc]
2202 * mcalib/Makefile
2203 * mcalib/CalibLinkDef.h
2204 - two new classes for the treatment of various blind pixels in the
2205 camera
2206
2207 * mcalib/MCalibrationChargeCalc.[h,cc]
2208 - adapted to use of various blind pixels
2209
2210
2211
2212 2004/07/15: Markus Gaug
2213
2214 * mcalib/MHCalibrationChargeCam.[h,cc]
2215 - hard coded the reference lines for the DataCheck Display.
2216 Should be faster and easier to read than the TArrayF's.
2217
2218 * mcalib/MCalibrationChargeCalc.[h,cc]
2219 - removed obsolete pointer to MEvtTime
2220 - fixed bug in calculation of RMS for FFactor of inner pixels
2221 in case that the fit does not converge.
2222 - introduced blind pixel and PIN Diode result flags for later
2223 output or storage in DB.
2224
2225
2226
2227 2004/07/14: Hendrik Bartko
2228
2229 * mpedestal/MPedPhotCam.[h,cc]
2230 - added average areas and sectors (in analogy MPedestalCam)
2231 - added new function InitAreas(const UInt_t i)
2232 - added new function InitSectors(const UInt_t i)
2233 - added new function GetNumAreas()
2234 - added new function GetNumSectors()
2235 - added new function ReCalc, computes the average values for the
2236 sectors from all pixels which are not marked
2237 MBadPixelsPix::kUnsuitableRun
2238
2239 * mpedestal/MPedPhotPix.[h,cc]
2240 - added a variable for the number of events from which the
2241 pedestals are computed
2242
2243 * manalysis/MGeomApply.cc
2244 - changed initialization of MPedPhotCam
2245
2246 * msignal/MExtractTimeHighestIntegral.cc
2247 - implemented the time calculation respective to the zero FADC
2248 time sample, not respective to the first sample of the chosen
2249 range
2250
2251 * msignal/MArrivalTimeCalc2.cc
2252 - implemented the time calculation respective to the zero FADC
2253 time sample, not respective to the first sample of the chosen
2254 range
2255
2256
2257
2258 2004/07/14: Markus Gaug
2259
2260 * msignal/MExtractedSignalBlindPixel.[h,cc]
2261 - added new function GetNumBlindPixels()
2262 - added more comments
2263
2264 * msignal/MExtractBlindPixel.[h,cc]
2265 - adapted to new configuration of now three blind pixels
2266 - runs with run number smaller than 31693 are treated in the old way
2267 - runs with run number higher than 31693 have no more NSB filter,
2268 but possibility to choose between integral or amplitude (with spline)
2269 extraction. Default is amplitude.
2270
2271 * mcalib/MHCalibrationChargeBlindPix.[h,cc]
2272 - use the variable fPixId to design an ID to the class.
2273 Later, a new class MHCalibrationChargeBlindCam can host
2274 the different blind pixels as individual
2275 MHCalibrationChargeBlindPix.
2276 - Default ID is 0 which is also default in MExtractedSignalBlindPix
2277 - for current code, nothing has thus changed so far...
2278
2279 * msignal/MExtractAmplitudeSpline.cc
2280 - fixed a bug causing a segmentation violation in the destructor
2281 (array dimension was not respected correctly)
2282
2283 * mcalib/MHGausEvents.cc
2284 - removed an inconsistency in the naming of fHPowerProbability which
2285 can cause a memory leak (I hope, this was the cause of some of the
2286 leaks we had, but I'm not sure).
2287 - removed the setting of fPixId to -1 in the Clear()
2288
2289
2290
2291 2004/06/30: Thomas Bretz
2292
2293 * mbase/MEvtLoop.[h,cc]:
2294 - overwrite ReadEnv with a new function taking the
2295 name of the setup file as argument
2296
2297 * mjobs/MJPedestal.[h,cc]:
2298 - added setup file name as argument to
2299
2300 * mjobs/MJPedestal.[h,cc]:
2301 - implemented a new data member fEnv
2302 - implemented new setter SetEnv
2303 - some small changes towards setup files
2304 - some simplifications to line drawing
2305
2306 * msignal/MExtractor.[h,cc]:
2307 - added ReadEnv member function
2308 - removed obsolete virtual qualifiers in header
2309 - simplified usage of Form()
2310
2311 * mraw/MRawFileWrite.[h,cc]:
2312 - moved writing of RunHeaders from PreProcess to new ReInit
2313
2314
2315
2316 2004/06/29: Thomas Bretz
2317
2318 * mpedestal/MPedCalcFromData.[h,cc]
2319 - changed data member names according to coding rules
2320
2321
2322
2323 2004/06/25: Pepe Flix
2324
2325 * mpedestal/MPedCalcFromData.[h,cc]
2326 - added class to evaluate pedestal mean/RMS from real data events.
2327 Low Gain samples used when no switch to LG happened.
2328
2329 * macros/PedCalcFromData.C
2330 - added macro that uses the class to evaluate pedestals from real
2331 data.
2332
2333
2334
2335 2004/06/23: Markus Gaug
2336
2337 * macros/calibration.C
2338 - added flag to skip the testing
2339 - added calibration of pedestal files and creation of F2-files.
2340
2341 * macros/bootcampstandardanalysis.C
2342 - updated to use MJExtractSignal
2343
2344 * mcalib/MHGausEvents.cc
2345 - give a unique name to fHPowerProbability, otherwise
2346 MH::ProjectArray will use an existing one.
2347
2348
2349
2350 2004/06/18: Markus Gaug
2351
2352 * manalysis/MHPedestalCam.[h,cc]
2353 - use flag to choose if one wants to re-normalize the histogram
2354 results
2355
2356 * mhist/MHCamera.[h,cc]
2357 - added one argument to CntCamContent to tell if event above or
2358 below threshold have to be counted. Default is above, like before
2359 - added one argument to Projection and ProjectionS giving the number
2360 of bins as argument (default 50 like before)
2361
2362 * mcalib/MCalibrationChargeCalc.cc
2363 - replaced extraction of mean number of photo-electrons and mean
2364 F-Factor by a Gauss fit (instead of mean and RMS). Set the
2365 limit for deviating F-Factor from 3.5 to 4.5. This should reduce
2366 the number of uncalibrated pixels below 50 again (which was not
2367 the case in the last weeks).
2368
2369 * mcalib/MHGausEvents.h
2370 - make DrawEvents() public
2371
2372 * mcalib/MHCalibrationChargeLoGainPix.cc
2373 - upper histogram limit lowered for the better visibility in the
2374 data check.
2375
2376 * mcalib/MHCalibrationChargeCam.[h,cc]
2377 - adapted Draw for the datacheck
2378
2379 * mcalib/MHCalibrationChargeBlindPix.[h,cc]
2380 - adapted for various blind pixels
2381 - adapted Draw for the datacheck
2382
2383 * msignal/MExtractor.[h,cc]
2384 * msignal/MExtractFixedWindow.[h,cc]
2385 * msignal/MExtractSlidingWindow.[h,cc]
2386 * msignal/MExtractFixedWindowPeakSearch.[h,cc]
2387 * msignal/MExtractFixedWindowSpline.[h,cc]
2388 - made sum in FindSignal() float which is now the variable used by
2389 the majority of the extractors.
2390
2391 * msignal/MExtractAmplitudeSpline.[h,cc]
2392 - new extractor calculating the amplitude using a spline.
2393
2394 * mcalib/MCalibrationPix.[h,cc]
2395 * mcalib/MCalibrationChargePix.[h,cc]
2396 * mcalib/MCalibrationChargeCalc.[h,cc]
2397 - added debug flags and output on debug
2398
2399 * mbadpixels/MBadPixelsCam.cc
2400 - enlarged the Print-function
2401
2402
2403
2404 2004/06/17: Markus Gaug
2405
2406 * mjobs/MJPedestal.[h,cc]
2407 - adapted display for the datacheck
2408
2409 * mcalib/MHCalibrationChargeCam.[h,cc]
2410 - new function Draw for the datacheck
2411 - new clone function for the DrawClone
2412
2413 * mcalib/MHCalibrationCam.h
2414 - make clone function virtual
2415
2416 * mjobs/MJCalibration.cc
2417 - adapted display for the datacheck
2418
2419 * mcalib/MHGausEvents.h
2420 - two new getters for fFirst and fLast
2421
2422 * mhist/MHCamera.h
2423 - make SetUsed() and Fill(x,w) public. It is now possible to use the
2424 Fill-function together with the SetUsed(idx), when no
2425 SetCamContent(...) is available.
2426 Previously, only a Fill(x,y,w) was public, with x and y positions
2427 in the camera.
2428
2429 * mjobs/MJPedestal.[h,cc]
2430 - updated the data-check display
2431
2432
2433
2434 2004/06/12: Abelardo Moralejo
2435
2436 * manalysis/MMcCalibrationUpdate.cc
2437 * mcalib/MMcCalibrationCalc.[h,cc]
2438 - Fixed mistake in the calibration which occurred only when
2439 different light collection efficiency was simulated for outer
2440 pixels.
2441
2442 * manalysis/MMcCalibrationUpdate.[h,cc]
2443 - Adapted to the possibility of having different light collection
2444 efficiencies in inner and outer pixels. For now we assume that the
2445 dependence with incidence angle on the camera plane is the same
2446 for both types of pixels.
2447
2448
2449
2450 2004/06/12: Markus Gaug
2451
2452 * msignal/MExtractFixedWindow.cc
2453 - output the number and exact range of extraction to *fLog in the
2454 ReInit(), like it is done by MPedCalcPedRun
2455
2456 * macros/bootcampstandardanalysis.C
2457 - exchanged MArrivalTimeCalc2 in 4th loop by timeext (defined
2458 in the beginning)
2459
2460
2461
2462 2004/06/11: Markus Gaug
2463
2464 * mpedestals/MPedCalcPedRun.cc
2465 - set the default upper range to 29, because otherwise the extraction
2466 window will be made too small in case that more than 14 "high-gain"
2467 slices shall be extracted. This is a bugfix! It calculated wrong
2468 pedestals in case that the user says: SetRange(a,b), where b is
2469 bigger than 14 in combination with SetWindowSize(x) where x is bigger
2470 than 14 as well (instead of : SetRange(a,b,c,d), where
2471 everything went fine). However, the intention of the last months
2472 changes was to allow exactly also the first possibility.
2473
2474 * mjobs/MJCalibration.cc
2475 - put run 27474 in list of unavailable runs (see runbook)
2476
2477
2478
2479 2004/06/08: Markus Gaug
2480
2481 * mhist/MHCamera.cc
2482 - reduce number of default bins in AzimuthProfile
2483 - use MatchSector in AzimuthProfile, like in RadialProfile
2484
2485 * mcalib/MCalibrationChargeCalc.cc
2486 - fix lower limit for deviation F-Factor to 1.1. This discarts a
2487 smaller number of especially outer pixels in some runs taken with
2488 the CT1 pulser box.
2489
2490
2491
2492 2004/06/07: Markus Gaug
2493
2494 * mcalib/MHCalibrationCam.h
2495 - add a function GetSize()
2496
2497 * msignal/MExtractTimeFastSpline.cc
2498 - fixed a bug introduced on 1.6. and accelerate it a bit.
2499
2500
2501
2502 2004/06/04: Markus Gaug
2503
2504 * mcalib/MHGausEvents.cc
2505 - some small modifications in the way the axes are drawn and their
2506 titles are drawn.
2507
2508
2509
2510 2004/06/03: Martin Merck
2511
2512 * msignal/MArrivalTimeCam.h
2513 * msignal/MArrivalTime.h
2514 * msignal/MArrivalTimePix.h
2515 * msignal/MExtractedSignalCam.h
2516 * msignal/MExtractedSignalPix.h
2517 * msignal/MExtractedSignalPINDiode.h
2518 * msignal/MExtractedSignalBlindPixel.h
2519 - Set version in ClassDef to 1 for the streamer.
2520
2521 * msignal/SignalLinkDef.h
2522 - Added a + at the pragma for MExtractedSignalCam and
2523 MExtractedSignalPix for consistency.
2524
2525 * msjobs/MExtractSignal.[h,cc]
2526 - Added methods to set the Extractor and TimeExtractor to be
2527 used when extracting the signal.
2528
2529
2530
2531 2004/06/03: Markus Gaug
2532
2533 * mhist/MHCamera.[h,cc]
2534 * mjobs/MJCalibration.cc
2535 - added functions AzimuthProfile and DrawAzimuthProfile, same
2536 like the RadialProfile functions, only with azimuth instead of
2537 radius.
2538
2539 * mcalib/MCalibrationCam.[h,cc]
2540 - replace fNumHiGainFADCSlices and fNumLoGainFADCSlices by a
2541 TArrayF and increment ClassDef by 1 for the streamer.
2542
2543 * mcalib/MCalibrationChargeCalc.cc
2544 - found a small bug making a difference in the number of valid
2545 pixels with the blind PIxel method and the ffactor method. Now
2546 fixed. (The difference was usually a couple of pixels)
2547
2548 * msignal/MExtractTime.h
2549 - make members protected instead of private in order to allow
2550 classes to derive from it
2551
2552 * msignal/MExtractFixedWindow.cc
2553 - added some documentation
2554
2555 * msignal/MExtractFixedWindowSpline.[h,cc]
2556 * msignal/Makefile
2557 * msignal/SignalLinkDef.h
2558 - new fast spline signal extractor
2559
2560
2561
2562 2004/06/02: Antonio Stamerra
2563
2564 * mtrigger/*:
2565 - added directory and new classes to correctly handle the
2566 trigger-report string from report file.
2567 Not yet into the Makefile.
2568
2569
2570
2571 2004/06/01: Thomas Bretz
2572
2573 * mbase/MLog.[h,cc]:
2574 - some changes to Lock/UnLock of mutices. Necessary for Cosy.
2575
2576
2577
2578 2004/06/01: Abelardo Moralejo
2579
2580 * msignal/MExtractFixedWindowPeakSearch.[h,cc]
2581 - Added variable fLowGainPeakShift and setter. It allows to shift
2582 the integration window for low gain with respect to the one of
2583 the high gain. By default its value is 0 (corresponding to a
2584 total delay of 15 slices) so that default behaviour of the
2585 extractor is the same as before.
2586
2587
2588
2589 2004/06/01: Markus Gaug
2590
2591 * mjobs/MJCalibration.cc
2592 - small change in the way the "full display" is displayed
2593
2594 * mcalib/MHCalibrationChargeBlindPix.cc
2595 * mcalib/MHCalibrationChargePix.cc
2596 - replace Draw(opt) by Draw(). This make the histograms reappear
2597 again, although I have no idea why. A printout of the opt gives
2598 always empty.
2599
2600 * mcalib/MCalibrationQEPix.cc
2601 - put Eckarts transmission of the plexiglass into the class
2602 documentation
2603
2604 * msignal/MExtractTimeFastSpline.cc
2605 - fixed some smaller bugs affecting a small part of the signals
2606
2607
2608 2004/05/31: Hendrik Bartko
2609
2610 * msignal/MArrivalTimeCalc2.cc
2611 - fixed a bug in pointer arithmetics found by Florian.
2612
2613
2614
2615 2004/05/31: Raquel de los Reyes
2616
2617 * macros/DAQDataCheck.C
2618 - committed the macro to check the raw data and display the quality
2619 plots.
2620
2621
2622
2623 2004/05/30: Markus Gaug
2624
2625 * mcalib/MCalibrationQEPix.[h,cc]
2626 - added more documentation (plots)
2627 - separated calls for light guides eff. , QE, and coll. eff.
2628
2629 * mcalib/MCalibrationChargeCalc.[h,cc]
2630 - fixed a small bug in the calculation of the error on the number
2631 of photons with the F-Factor method, did not include the division
2632 by number of pixels for the precision of the QE. This does not
2633 affect the general analysis.
2634
2635 * mjobs/MJCalibration.cc
2636 - added runnumber 26924 to list of runs without clear colour in
2637 the file name.
2638
2639
2640
2641 2004/05/28: Markus Gaug
2642
2643 * macros/calibration.C
2644 - make the macro compilable with possibility to run it in batch
2645 mode.
2646
2647 * msignal/MExtractor.cc
2648 - put an additional check in case that the number of FADC slices
2649 in the run header is smaller or equal to 0.
2650
2651
2652
2653 2004/05/27: Javier Rico
2654
2655 * mbase/MDirIter.h
2656 - remove unneeded ResetIter method (Reset does all the job)
2657
2658 * mjobs/MJCalibration.cc
2659 - change call to the removed MDirIter::ResetIter for Reset
2660
2661
2662
2663 2004/05/27: Markus Gaug
2664
2665 * mcalib/MHCalibrationChargeBlindPix.[h,cc]
2666 - put some protection against zero-division in fitFuncMichele
2667
2668 * mcalib/MCalibrationChargeBlindPix.[h,cc]
2669 - set flag to distinguish between coated and un-coated blind pixel
2670 - increase ClassDef number by one.
2671
2672 * mcalib/MCalibrationQEPix.[h,cc]
2673 - set a global variable CollEfficiency and LightguidesEfficiency.
2674 The more precise result for the QE calculated with
2675 the F-Factor method differs now by about 5% (while the statistical
2676 error remains around 20%).
2677
2678 * mcalib/MCalibrationChargeCalc.cc
2679 - write the number of photons directy into MCalibrationChargeCam.
2680 These numbers would otherwise have to be assembled by different
2681 parts in separate code.
2682
2683
2684
2685 2004/05/27: Thomas Bretz
2686
2687 * mastro/MAstroCatalog.cc
2688 - removed a statement after '#endif'
2689
2690 * mastro/MAstroCamera.h
2691 - removed obsolete empty function which (believing the Changelog)
2692 are not there at all!
2693
2694 * mbase/MDirIter.[h,cc]:
2695 - moved code of Reset() funtion to source file
2696 - added more comments to Reset function
2697
2698
2699
2700 2004/05/26: Martin Merck
2701
2702 * mbase/MDirIter.cc
2703 - changed MatchFilter to allow for filenames containing a '+'
2704 character.
2705
2706
2707
2708 2004/05/26: Markus Gaug
2709
2710 * mjobs/MJCalibration.[h,cc]
2711 - set MCalibrationChargeBlindPix and MCalibrationChargePINDiode as
2712 data members and store them in the output of WriteResult()
2713
2714 * mcalib/MCalibrationQEPix.cc
2715 * mcalib/MCalibrationChargeCalc.cc
2716 - several small bugs fixed concerning calibration with the blind
2717 pixel or the PIN Diode
2718
2719 * mjobs/MGCamDisplays.[h,cc]
2720 * mhist/MHCamera.[h,cc]
2721 - put the last function (CamDraw) of MGCamDisplays into MHCamera
2722 and removed MGCamDisplays.
2723
2724 * mjobs/MJPedestal.[h,cc]
2725 * mjobs/MJCalibration.[h,cc]
2726 * mjobs/MJExtractCalibTest.[h,cc]
2727 - don't derive from MGCamDisplays any more.
2728
2729 * msignal/MExtractBlindPixel.cc
2730 - adjusted some default numbers for the current blind pixel
2731
2732 * msignal/MExtractedSignalBlindPixel.[h,cc]
2733 - set extracted signal from UInt_t to Int_t (sometimes, less
2734 than 0)
2735
2736 * mcalib/MCalibrationCam.h
2737 * mcalib/MHCalibrationCam.h
2738 - make destructors virtual.
2739
2740 * mcalib/MHCalibrationCam.[h,cc]
2741 - create a copy contructor
2742
2743
2744
2745 2004/05/26: Javier Rico
2746
2747 * mbase/MDirIter.h
2748 - Add method to reset the internal TIter iterator
2749
2750 * mjobs/MJCalibration.cc
2751 - In FindColorReset method, reset the file iterator before looping
2752
2753 * mimage/MNewImagePar.cc
2754 - Add output lines in Print(const MGeomCam &geom) method for
2755 fInnerLeakage1, fInnerLeakage2 and fInnerSize
2756
2757
2758
2759 2004/05/25: Raquel de los Reyes and Thomas Bretz
2760
2761 * mjobs/MJCalibration.cc
2762 - uncommented the line to read .raw files.
2763
2764 * mraw/MRawFileRead.cc
2765 - changed the PreProcess and Process functions to allow the analysis
2766 of .raw files.
2767
2768 * mfileio/MReadReports.cc
2769 - changed the Process function to read the updated root files.
2770
2771
2772
2773 2004/05/25: Markus Gaug
2774
2775 * mjobs/MJCalibration.[h,cc]
2776 - add possibility to switch on and off the blind pixel or pin diode
2777 calibration
2778 - fixed a small bug in reading the MCalibrationRelTimeCam when the
2779 times calibration has been switched off.
2780
2781 * mjobs/MExtractSignal.[h,cc]
2782 - made changes in MProcessFileP such that it fits with the new
2783 calibration. THIS IS ONLY A TEMPORARY SOLUTION. PEDESTALS AND
2784 DATA FILES MUST BE TREATED EQUALLY! OTHERWISE THERE IS NOT
2785 MATCHING FOR THE HIT CLEANING!!!
2786
2787 * mjobs/MJExtractCalibTest.[h,cc]
2788 - implement switch to use or not the cosmics filter
2789
2790
2791 * mcalib/MHCalibrationTestPix.cc
2792 - enlarged the dynamic range of the histograms for the high-int.
2793 pulses
2794
2795
2796
2797 2004/05/24: Javier Rico
2798
2799 * mpedestal/MPedPhotCalc.cc
2800 - Correct a bug that made pedestals be assigned to the wrong pixel
2801
2802 * mimage/MNewImagePar.[h,cc]
2803 - add getters and output lines in Print() method for
2804 fInnerLeakage1, fInnerLeakage2 and fInnerSize
2805
2806
2807
2808 2004/05/24: Markus Gaug
2809
2810 * mcalib/MCalibrationChargePix.cc
2811 - reduce limit in number of phe's from 5 to 1. since some pulses
2812 have less than 5 phe's now.
2813
2814 * mcalib/MHCalibrationTestCam.[h,cc]
2815 - number of photons/area are now stored in TArray's in order to
2816 retrieve them easier in later processing from stored files.
2817
2818 * mcalib/MCalibrationCam.cc
2819 - initialize AverageAreas and AverageSectors with the number of
2820 aidx and sector as SetPixId()
2821
2822 * mcalib/MCalibrationChargeCam.[h,cc]
2823 - small modification in the Print()
2824 - introduce data members to store the average number of photons by
2825 the three methods
2826
2827 * mcalib/MCalibrationChargeCalc.cc
2828 - calculate the limits for acceptance of number of photo-electrons
2829 for the calculation of the mean by normal mean instead of weighted
2830 mean. There were too many outliers still present in the weighted
2831 mean such to modify the result by a sizeable amount.
2832 - do not discard unreliable pixels any more in calculation of
2833 mean number of phe.s In some runs, there is simply too many of
2834 them in order to get reliable results.
2835
2836 * mpedestals/MPedCalcPedRun.cc
2837 - put a condition if number of pixels in area index or in sector
2838 is zero, don't calculate av. pedestal and av. pedRMS of this part.
2839
2840
2841
2842 2004/05/22: Markus Gaug
2843
2844 * mjobs/MJPedestal.[h,cc]
2845 * mjobs/MJCalibration.[h,cc]
2846 * mjobs/MJExtractCalibTest.[h,cc]
2847 - replaced the TString GetOutputFile() functions by const char*
2848 GetOutputFile(). This apparenty caused a memory leak which is now
2849 removed.
2850
2851 * mcalib/MCalibrationChargePix.cc
2852 - fixed bug calculating the reduced sigma for low-gain events:
2853 the electronics Ped.RMS was taken from Hi-gain pedestal events and
2854 too high. It is now divided by the factor 10. conversion between
2855 both samples, but this value is probably too optimistic. Needs
2856 more detailed studies, but does not exclude as many pixels as
2857 before.
2858
2859 * mcalib/MHCalibrationChargePix.h
2860 * mcalib/MHGausEvents.h
2861 - put fSaturated from MHCalibrationChargePix into MHGausEvents
2862
2863 * mcalib/MHCalibrationChargeCam.[h,cc]
2864 * mcalib/MHCalibrationCam.h
2865 - put fNumHiGainSaturated and fNumLoGainSaturated from
2866 MHCalibrationChargeCam into MHCalibrationCam
2867
2868 * mcalib/MHCalibrationRelTimeCam.[h,cc]
2869 - set flags fSaturated in order to distinguish if the hi-gain or
2870 the low-gain time has been extracted.
2871
2872 * mcalib/MHCalibrationCam.cc
2873 - remove cloning of all pixels on the Clone() function. This caused
2874 the need for three times more memory during runtime than now. It
2875 should not affect the current macros.
2876
2877 * macros/calibration.C
2878 - added a debug switch with which you can print out Object
2879 Allocation (like suggested by TBretz).
2880
2881 * mcalib/MCalibrationRelTimeCalc.[h,cc]
2882 - replaced the relative limit for acceptance of the time resolution
2883 by an absolute limit
2884 - set up output statistics logging (data written into DB)
2885
2886 * mcalib/MCalibrationChargeCalc.[h,cc]
2887 - moved limit for acceptance of number of phe;s from 5 to 8
2888 - set up output statistics logging (data written into DB)
2889
2890 * mjobs/MJCalibration.cc
2891 - set up output statistics logging (data written into DB)
2892
2893
2894
2895 2004/05/22: Abelardo Moralejo
2896
2897 * macros/calibrate_data.C
2898 - removed wrong call to MPedCalcPedRun::SetExtractor, which does
2899 not exist (should use MJPedestal like calibration.C, instead of
2900 a normal loop)
2901
2902 * msignal/MExtractFixedWindowPeakSearch.[h,cc]
2903 - changed name of variable fOffsetFromPeak to fOffsetFromWindow
2904 to avoid confusion.
2905 - introduced initialization to 0 of startslice and sat in FindPeak
2906 - changed initialization of maxsumhi in Process from 0 to -1e6
2907
2908
2909
2910 2004/05/20: Raquel de los Reyes
2911
2912 * mraw/MRawRead.h
2913 * mraw/Makefile
2914 * msql/Makefile
2915 - changed the inheritance of MRawRead class from MTask to MRead to
2916 implement the AddFiles(MDirIter &) function in MRawFileRead class.
2917
2918 * mraw/MRawFileRead.[h,cc]
2919 - implemented a second argument to the AddFile function and skip
2920 adding NULL files in the constructor.
2921
2922 * mjobs/MJPedestal.cc
2923 - uncommented the line to allow the analysis of .raw files.
2924
2925
2926
2927 2004/05/20: Markus Gaug
2928
2929 * mjobs/MJPedestal.cc
2930 - put MGeomCamMagic into the plist (MGeomApply complained not to
2931 find the GeomCam(
2932
2933 * msignal/MExtractFixedWindowPeakSearch.cc
2934 - fixed a bug affecting signals with late arrival times which use
2935 the variable fHiLoLast.
2936 - set back fgOffsetFromPeak from peak to 1 (instead of 2). Abelardo
2937 explained that this variable is not strictly the offset from the
2938 peak but the offset from the peak search window.
2939
2940
2941
2942 2004/05/19: Markus Gaug
2943
2944 * mcalib/MCalibrationChargeCam.cc
2945 - replaced a small bug in Print() which gave a segmentation
2946 violation
2947
2948 * mjobs/MJCalibration.cc
2949 - use cosmics filter only for CT1 pulser runs
2950
2951
2952
2953 2004/05/19: Abelardo Moralejo
2954
2955 * mbase/MGMap.cc
2956 - replaced rint by TMath::Nint() (my Mac did not recognize the
2957 former)
2958
2959
2960
2961 2004/05/19: Abelardo Moralejo
2962
2963 * macros/starmc2.C
2964 - added third argument in adding MPointingPos to the output:
2965 write.AddContainer("MPointingPos", "Events", kFALSE);
2966 If not exisiting in the input file, it is simply ignored.
2967
2968
2969
2970 2004/05/15: Thomas Bretz
2971
2972 * mastro/MAstroCatalog.[h,cc]:
2973 - changed Form to MString for thread safty
2974 - fixed a bug which caused the construtor to crash in batch-mode
2975 - added option argument to PaintImg
2976
2977 * mbase/MGMap.[h,cc]:
2978 - added many new static member function to draw figures
2979
2980 * mbase/MParContainer.cc:
2981 - changed Form to MString for thread safty
2982
2983 * mbase/MString.[h,cc]:
2984 - added
2985
2986 * mbase/Makefile, mbase/BaseLinkDef.h:
2987 - added MString
2988
2989
2990
2991 2004/05/15: Markus Gaug
2992
2993 * msignal/MArrivalTimePix.h
2994 * msignal/MArrivalTimeCam.cc
2995 - introduced functin GetHiGainSaturation() in MArrivalTimePix.h
2996 - added type in GetPixelContent() which asks for Hi-Gain saturation
2997 and return the hi-gain time or the low-gain time, correspondingly.
2998
2999 * mbase/MGMap.cc
3000 - fixed two bugs which did not complile under gcc 3.3.x introduced
3001 by TB.
3002
3003
3004
3005 2004/05/12: Markus Gaug
3006
3007 * msignal/MExtractTime.[h,cc]
3008 - introduced intrinsic delay of low-gain, as measured by Florian.
3009
3010 * mjobs/MJCalibration.cc
3011 * mjobs/MJExtractCalibTest.cc
3012 - fixed some errors in the storage of the rel. times.
3013
3014 * mjobs/MJExtractCalibTest.cc
3015 - put the cosmics filter which was forgotten
3016
3017 * mcalib/MCalibrate.h
3018 - changed default from Blindpixel to Ffactor
3019
3020
3021
3022 2004/05/12: Thomas Bretz
3023
3024 * mona.cc:
3025 - changed names
3026
3027 * macros/sumcurrents.C:
3028 - changed units from nA to \\mu A
3029
3030 *: mastro/MAstroCamera.[h,cc]:
3031 - added '=' Draw option
3032 - use fMapG directly
3033
3034 * mastro/MAstroCatalog.[h,cc]:
3035 - added support to read and write a compressed catalog
3036 - changed TExMap to new MGMap
3037 - added support for HeasarcPPM catalog
3038 - added PaintImg to paint catalog into a bitmap (used in
3039 starguider software)
3040 - don't clone MObservatory copy the contents
3041 - changed type of dx and dy in DrawLine from Double to Int
3042 - fixed drawig of the tooltip corresponding to the grid
3043 (some were missing, some were existing twice)
3044 - Now AddPrimitives takes fLimMag into account
3045
3046 * mhbase/MFillH.cc:
3047 - added a const-qualifier
3048
3049 * mhist/MHCamera.cc:
3050 - fixed a bug which caused SetPalette in the constructor to crash
3051
3052 * mbase/MGMap.[h,cc]:
3053 - added
3054
3055 * mbase/Makefile, mbase/BaseLinkDef.h:
3056 - added MGMap
3057
3058
3059
3060 2004/05/11: Thomas Bretz
3061
3062 * mraw/MRawEvtHeader.cc:
3063 - added a check whether the file has finished or not after
3064 reading the first bytes.
3065
3066
3067
3068 2004/05/10: Marcos Lopez
3069
3070 * mmontecarlo/MMcEnergyEst.cc:
3071 - In static void fcn(...), fixed the following bugs which caused a
3072 "segmentation violation":
3073 - Replace: MTaskList *tlist = evtloop->GetTaskList()
3074 by: MTaskList *tlist = (MTaskList*)plist->FindObject("MTaskList")
3075 - And get the pointer *eval to MParamterD("MFitResult"), after
3076 the excution of the Eventloop and not before it (since that object is
3077 created when calling the PreProcess).
3078
3079
3080
3081 2004/05/10: Thomas Bretz
3082
3083 * mraw/MRawEvtHeader.[h,cc]:
3084 - changed return type of ReadEvt from int to Int_t
3085 - Enhanced output in case of invalid time
3086
3087 * mraw/MRawRead.cc:
3088 - fixed the return type of ReadEvt (was bool instead of int)
3089 which confused merpp completely in case of invalid times
3090
3091
3092
3093 2004/05/10: Markus Gaug
3094
3095 * macros/calibrate_data.C
3096 - updated setting of arr. time extractor
3097
3098
3099
3100 2004/05/09: Thomas Bretz
3101
3102 * Makefile:
3103 - added workaround for Mac to create so- and dynlib-object
3104
3105 * Makefile.conf.darwin:
3106 - added necessary option to create both kind of files
3107
3108 * Makefile.conf.linux:
3109 - changed the options to create so-object only
3110
3111 * Makefile.rules:
3112 - added DYLIB to rmbin
3113
3114 * mraw/MRawEvtData.cc:
3115 - changed some output
3116
3117 * mraw/MRawEvtHeader.[h,cc]:
3118 - skip the rest of the header if the time is invalid. Otherwise
3119 merpps force-mode will corrupt the data when further processing
3120 - implemented GetNumBytes returning the size of the header
3121
3122
3123
3124 2004/05/08: Thomas Bretz
3125
3126 * mona.cc:
3127 - some changes to make it work again
3128
3129 * mraw/MRawSocketRead.cc:
3130 - fixed the sync with what DAQ sends
3131
3132
3133
3134 2004/05/07: Markus Gaug
3135
3136 * mcalib/MHCalibrationChargeHiGainPix.cc
3137 * mcalib/MHCalibrationChargeLoGainPix.cc
3138 - take out half of the bins for the hists in order to save memory
3139
3140 * mjobs/MExtractCalibTest.cc
3141 - include write-out of the containers in the loop
3142
3143 * mjobs/MJCalibration.cc
3144 - take runs 20660 and 20661 into the list of known runs with colour
3145 green.
3146
3147 * mpedestal/MPedCalcPedRun.[h,cc]
3148 - make the arrays fSum and fSum2 doubles. This is necessary since
3149 rounding errors of the floats introduced significant errors in the
3150 RMS!
3151 - introduced one condition about possible window sizes of 0.
3152
3153
3154
3155 2004/05/06: Markus Gaug
3156
3157 * htmldoc/images/PedestalStudyInner.gif
3158 * htmldoc/images/PedestalStudyOuter.gif
3159 - two gifs used for the documentation of MPedCalcPedRun
3160
3161 * mpedestal/MPedCalcPedRun.cc
3162 - updated documentation
3163
3164 * macros/pedestalstudies.C
3165 - updated to the latest version of MPedCalcPedRun
3166
3167 * macros/bootcampstandardanalysis.C
3168 - updated to the latest changes in the ArrivalTime Extraction
3169
3170
3171
3172 2004/05/05: Markus Gaug
3173
3174 * mcalib/MHGausEvents.cc
3175 - removed some warning saying "Cannot create Fourier spectrum"
3176
3177 * mcalib/MCalibrationChargePix.cc
3178 - loosened the limits somewhat for calibration with the low-gain
3179 - introduced different electronic noise for inner and outer pixels
3180 (like seen in the data)
3181
3182 * mpedestal/MPedCalcPedRun.cc
3183 - fixed a small inconsistency in case that the range goes out of
3184 the high-gain samples and reaches into the low-gain samples. In
3185 that case, the last slice of the high-gain was not taken (but the
3186 window size correctly)
3187
3188 * mjobs/MJExtractCalibTest.[h,cc]
3189 - included setters for the time extractor
3190
3191 * mcalib/MCalibrationChargeCalc.cc
3192 - set default of fgPheErrLimit from 4 sigma to 5.
3193
3194 * mcalib/Makefile
3195 * mcalib/CalibLinkDef.h
3196 * mcalib/MHCalibrationTestTimeCam.[h,cc]
3197 * mcalib/MHCalibrationTestTimeCam.[h,cc]
3198 - analogue to MHCalibrationTestCam, two classes to test the
3199 output of the calibration.
3200
3201 * mcalib/MHCalibrationCam.cc
3202 - in InitHists, exclude only pixels with kUnsuitableRun, instead of
3203 all (IsBad())
3204
3205 * msignal/Makefile
3206 * msignal/SignalLinkDef.h
3207 * msignal/MExtractTimeFastSpline.[h,cc]
3208 - new fast spline extractor for the equally spaced time slices.
3209 Searches for the position of the half maximum between maximum and
3210 pedestal. About 6 times faster than MArrivalTimeCalc
3211
3212 * mjobs/MJCalibration.cc
3213 - changed names of the MHCameras to contain run name
3214
3215
3216
3217 2004/05/04: Raquel de los Reyes
3218
3219 * mbase/MRunIter.[h,cc]
3220 - Added a flag and a set function to read .raw files.
3221 The default option is set to read .root files.
3222
3223
3224
3225 2004/05/04: Javier Rico
3226
3227 * mcalib/MCalibrate.cc
3228 - when calibrating using kNONE, weight by the pixel area
3229
3230
3231
3232 2004/05/04: Thomas Bretz
3233
3234 * macros/MagicHillas.C, macros/comprob.C, macros/derotatedc.C,
3235 macros/dohtml.C, macros/evtrate.C, macros/merpp.C,
3236 macros/pixfirerate.C, macros/pixsatrate.C, macros/plot.C,
3237 macros/plot2.C, macros/pointing.C, macros/readMagic.C,
3238 macros/rootlogon.C, macros/runbook.C, macros/sectorvstime.C,
3239 macros/star.C, macros/sumcurrents.C, macros/tar.C,
3240 macros/testenv.C, macros/weights.C:
3241 - updated documentation
3242
3243 * mastro/MAstroCamera.[h,cc]:
3244 - added member function to read MC .def files for mirror geometry
3245 - added GetDiffZdAz
3246
3247 * mastro/MObservatory.[h,cc]:
3248 - added Copy-member function
3249
3250 * mbase/MLog.[h,cc]:
3251 - updated handling of mutices
3252 - added a new mutex to lock the stream
3253
3254 * mhist/MHCamera.[h,cc]:
3255 - added functionality to linear deform the camera display
3256 (to correct for abberation)
3257
3258 * mtools/MFFT.cc:
3259 - added more documentation
3260
3261 * mbase/MTime.[h,cc]:
3262 - renamed overloaded Set-function to SetMjd. There were some
3263 trouble with the interpreter and the new naming is more
3264 intuitive.
3265
3266
3267
3268 2004/05/04: Markus Gaug
3269
3270 * mcalib/MHCalibrationChargeBlindPix.cc
3271 - intialized the 2 vectors differently, now they don't give
3272 warnings any more.
3273
3274 * msignal/MExtractor.cc
3275 * msignal/MExtractFixedWindow.cc
3276 - put one initialization to 0 into the MExtractor
3277
3278 * mastro/MAstroCatalog.h
3279 - make AlignCoordinates() protected, in order to compile
3280
3281 * mcalib/MHGausEvents.cc
3282 - took out fEvents(0) and fHGausHist() from constructor
3283
3284 * msignal/MExtractor.cc
3285 * msignal/MExtractPINDiode.cc
3286 - fixed StreamPrimitive
3287
3288 * msignal/MExtractBlindPixel.[h,cc]
3289 - deriving from MExtractor, possibility to filter NSB events
3290
3291
3292
3293 2004/05/03: Thomas Bretz
3294
3295 * mbase/MRunIter.cc:
3296 - AddRuns(char*) added some const-qualifiers
3297 - replaced deprecated if-else-if by continue- and return-
3298 constructions
3299
3300
3301
3302 2004/05/03: Javier Lopez
3303
3304 * mbadpixels/MBadPixelsPix.[h,cc]
3305 - put another enum for hardware malfunctionning. Started to be
3306 filled with kHVNotNominal
3307
3308
3309
3310 2004/05/03: Markus Gaug
3311
3312 * mcalib/MHCalibrationBlindPix.[h,cc]
3313 - removed a "->" behind the comment
3314 - Create a TVector in Draw only if the array is not zero
3315
3316 * mraw/MRawEvtPixelIter.cc
3317 - corrected bug in GetIdxMaxLoGainSamples() which looped over
3318 one slice too much
3319 end = fLoGainPos + fNumLoGainSamples + 1 replaced by:
3320 end = fLoGainPos + fNumLoGainSamples
3321
3322 * msignal/MTimeExtractor.[h,cc]
3323 * msignal/MExtractTime.[h,cc]
3324 - changed name for alphabetical display in dox
3325
3326 * mjobs/MJCalibration.[h,cc]
3327 * msignal/MExtractTimeSpline.h
3328 * msignal/MExtractTimeHighestIntegral.h
3329 - changed name of base class to MExtractTime
3330
3331 * mcalib/MCalibrationCam.[h,cc]
3332 * mcalib/MCalibrationChargeCam.[h,cc]
3333 * mcalib/MCalibrationRelTimeCam.[h,cc]
3334 - put the number of unsuitable and unreliable pixels in the base
3335 class
3336
3337 * mcalib/MCalibrationRelTimeCalc.[h,cc]
3338 - fixed a bug calculating the average time resolution
3339
3340 * mpedestals/MPedestalPix.[h,cc]
3341 - add a dedicated fValid flag in order to be able to discard pixels
3342 from outside (e.g. from MBadPixelsCam)
3343
3344 * mpedestals/MPedCalcPedRun.[h,cc]
3345 - catch badpixels cam from parameter list, if existing and set
3346 corresponding pixels to not valid in MPedestalPix
3347
3348 * mjobs/MGCamDisplays.[h,cc]
3349 * mhist/MHCamera.[h,cc]
3350 - put DrawProjection and DrawRadialProfile in MHCamera
3351
3352 * macros/dohtml.C
3353 - include directory mfit and macros calibration.C and
3354 bootcampstandardanalysis.C
3355 - take out pixvstime.C which does not exist
3356
3357 * msignal/MExtractFixedWindow.[h,cc]
3358 * msignal/MExtractSlidingWindow.[h,cc]
3359 * msignal/MExtractFixedWindowPeakSearch.[h,cc]
3360 * msignal/MExtractor.[h,cc]
3361 * msignal/MExtractPINDiode.[h,cc]
3362 * msignal/MExtractTime.[h,cc]
3363 - set number of slices not in base class, but in derived one.
3364 Like this, extractors setting their signal in other containers
3365 don't have a conflict with the ReInit() in MExtractor.
3366
3367
3368
3369 2004/05/01: Thomas Bretz
3370
3371 * macros/rootlogon.C:
3372 - ignore MARSSYS if libmars.so is found in the current path
3373
3374 * mastro/MObservatory.cc:
3375 - small change to coordinates
3376
3377 * mbase/MLog.[h,cc]:
3378 - enhanced output in case of problem with mutices
3379
3380 * mtemp/TempIncl.h, mtemp/TemlLinkDef.h:
3381 - removed everything
3382
3383 * Makefile*, */Makefile
3384 - changed all to support mtemp/mifae and similar
3385
3386
3387
3388 2004/05/01: Abelardo Moralejo
3389
3390 * mmain/MEventDisplay.cc
3391 - changed back integration range for MC to 0-14 slices to avoid
3392 confusions.
3393
3394
3395
3396 2004/05/01: Markus Gaug
3397
3398 * macros/dohtml.C
3399 - include directory mpedestal
3400
3401 * msignal/MExtractFixedWindow.[h,cc]
3402 * msignal/MExtractSlidingWindow.[h,cc]
3403 * msignal/MExtractFixedWindowPeakSearch.[h,cc]
3404 * msignal/MExtractor.[h,cc]
3405 - include the possibility to set the range for the hi-gain outside
3406 the range of MRawEvtPixelIter::GetNumHiGainSamples() and to take
3407 the "low-gain" slices instead. This is necessary for the March
3408 data!
3409
3410 * mjobs/MJCalibration.[h,cc]
3411 - accept arrival time extractors deriving from MTimeExtractor
3412
3413
3414
3415 2004/04/30: Thomas Bretz
3416
3417 * mastro/MAstroCamera.[h,cc]:
3418 - removed obsolete TList data member (use a argument in
3419 GetStarList instead)
3420
3421 * mbase/MTime.h:
3422 - added 'istream &operator<<(istream &in, MTime &t)'
3423
3424 * mbase/BaseLinkDef.h:
3425 - added new operator
3426
3427
3428
3429 2004/04/30: Daniela Dorner
3430
3431 * macros/pointing.C
3432 - implemented plot: Control Deviation vs Time
3433 - rearranged plots
3434
3435
3436
3437 2004/04/30: Markus Gaug
3438
3439 * mcalib/MCalibrationRelTimeCalc.[h,cc]
3440 - new class to treat rel. times after fits
3441
3442 * mcalib/MCalibrationChargeCalc.[h,cc]
3443 - search for outliers in the total F-Factor and set a flag in
3444 MBadPixelsPix
3445
3446 * mcalib/MCalibrationRelTimeCam.h
3447 - new TArrayIs to store number of unsuitable and unreliable pixels
3448
3449
3450 * mbadpixels/MBadPixelsPix.h
3451 - two new flags added: kDeviatingFFactor and kDeviationTimeResolution
3452
3453 * mcalib/MHCalibrationRelTimePix.[h,cc]
3454 - take out commented part of code related to re-normalization
3455
3456 * mcalib/MHCalibrationCam.[h,cc]
3457 - retrieve the used run numbers in order to store them in teh
3458 histogram titles to help transparency of the displays
3459
3460 * mcalib/MHCalibrationRelTimeCam.[h,cc]
3461 - Getter and Setter for the reference pixel
3462
3463 * mcalib/MCalibrate.cc
3464 - make error of nphot to be taken from square root of absolute
3465 number of photons instead of number of photons, otherwise
3466 NaN's are obtained
3467
3468 * msignal/MExtractPINDiode.[h,cc]
3469 - now deriving from MExtractor
3470
3471 * msignal/Makefile
3472 * msignal/SignalLinkDef.h
3473 * msignal/MExtractTimeSpline.[h,cc]
3474 * msignal/MExtractTimeHighestIntegral.[h,cc]
3475 - replacements for MArrivalTimeCalc and MArrivalTimeCalc2
3476
3477 * mjobs/MJCalibration.[h,cc]
3478 - Set time extractor by pointer
3479
3480
3481
3482 2004/04/29: Thomas Bretz
3483
3484 * mbase/MTask.cc:
3485 - fixed behaviour of GetNumExecutions. Because of a root bug
3486 Count returns a number which is to high by 1.
3487
3488
3489
3490 2004/04/29: Abelardo Moralejo
3491
3492 * mmc/MMcEvt.hxx
3493 - Added minor comment (explanation of fPassPhotCone).
3494
3495 * mmc/MMcRunHeader.[hxx,cxx]
3496 - Removed obsolete parameters fSourceOffsetTheta, fSourceOffsetPhi
3497 - Updated class version to 5.
3498
3499
3500
3501 2004/04/29: Nadia Tonello
3502
3503 * mbadpixels/MBadPixelsTreat.h
3504 - changed enums {.. BIT(1), ... BIT(2), ... BIT(3) } in {1,2,3}
3505 to have the right behaviour of the flags (and of SetProcessRMS)
3506
3507 * manalysis/MCT1PointingCorrCalc.[h,cc]
3508 - added pointing correction for 1ES1959
3509
3510
3511
3512 2004/04/29: Markus Gaug
3513
3514 * msignal/MArrivalTimePix.[h,cc]
3515 - removed flag fLoGainUsed which is not used at all
3516
3517 * msignal/MTimeExtractor.[h,cc]
3518 - new base class for arrival time extractors
3519
3520 * msignal/Makefile
3521 * msignal/SignalLinkDef.h
3522 * msignal/MExtractTimeSpline.[h,cc]
3523 - replacement of MArrivalTimeCalc, derived from MTimeExtractor
3524
3525
3526 * msignal/MExtractor.h
3527 - make SetRange virtual
3528 - check for range w.r.t. ranges given in the run header in ReInit
3529
3530 * msignal/MExtractFixedWindow.[h,cc]
3531 * msignal/MExtractSlidingWindow.[h,cc]
3532 * msignal/MExtractFixedWindowPeakSearch.[h,cc]
3533 - overload the SetRange() function in order to do the necessary
3534 checks of the range there. Slight differences in every extractor
3535 because of the floating windows.
3536
3537
3538 * mpedestals/MPedCalcPedRun.[h,cc]
3539 - add the possibility to set ranges and extraction windows. Default
3540 is what has always been
3541
3542
3543 * mjobs/MJPedestals.[h,cc]
3544 - add the possibility to set a signal extractor which gives the
3545 extraction ranges to MPedCalcPedRun
3546 - derive from MHCamDisplays
3547
3548 * mcalib/MCalibrationChargeCam.cc
3549 - updated the Print() a little
3550
3551
3552 2004/04/29: Javier Rico
3553
3554 * mbase/MRunIter.cc
3555 - Remove AddRuns(const char*,const char*) dependence on length of
3556 first character chain
3557
3558
3559 2004/04/28: Javier Rico
3560
3561 * mbase/MRunIter.[h,cc]
3562 - include function to read runs specified in a character chain
3563 with the format, e.g., run1,run2-run3,run4-run5,...
3564
3565
3566
3567 2004/04/28: Abelardo Moralejo
3568
3569 * macros/starmc.C
3570 - adapted to change in MC calibration: replaced
3571 MMcCalibrationCalc::GetHist by GetHistADC2PhotEl and
3572 GetHistPhot2PhotEl.
3573
3574
3575
3576 2004/04/28: Markus Gaug
3577
3578 * mjobs/MGCamDisplays.cc
3579 * mjobs/MJCalibration.cc
3580 - introduced new "fit" flag in DrawProjection allowing to draw
3581 two separate pad with the (fitted) histograms for inner and
3582 outer pixels. This is displayed by MJCalibration if the
3583 kNormalDisplay option is chosen (default).
3584
3585 * mjobs/MJCalibration.h
3586 - took out the const of GetBadPixels() in order to allow compilation
3587 of macros/bootcampstandardanalysis.C. This will change again soon
3588 when mjobs/MJExtraction is updated and used there.
3589
3590 * msignal/MArrivalTimeCalc.[h,cc]
3591 - remove the ReInit() which calls to an MGeomCam which is later not
3592 used
3593
3594 * macros/calibrate_data.C
3595 - fixed a bug in loop 3 taking the default QE Cam instead of the
3596 one filled by MJCalibration
3597
3598 * msignal/MExtractor.[h,cc]
3599 - new base class for signal extractors
3600
3601 * msignal/Makefile
3602 * msignal/SignalLinkDef.h
3603 * msignal/MExtractFixedWindow.[h,cc]
3604 * msignal/MExtractSlidindWindow.[h,cc]
3605 * msignal/MExtractFixedWindowPeakSearch.[h,cc]
3606 - replacements for MExtractSignal, MExtractSignal2, MExtractSignal3
3607
3608 * macros/calibration.C
3609 * macros/calibrate_data.C
3610 * macros/pedphotcalc.C
3611 * macros/bootcampstandardanalysis.C
3612 - adapted to new extractors
3613
3614 * mbadpixels/MBadPixelsPix.h
3615 - set back the old definition of IsOK(), namely no information
3616 available
3617
3618
3619
3620 2004/04/27: Raquel de los Reyes
3621
3622 * mhvstime/MHVsTime.cc
3623 - added a line in the Fill function to avoid empty time events.
3624
3625
3626
3627 2004/04/27: Abelardo Moralejo
3628
3629 * mcalib/MMcCalibrationCalc.[h,cc]
3630 - added histogram which stores the conversion of photons before
3631 the plexiglas to photoelectrons hitting first dynode.
3632
3633 * macros/mccalibrate.C
3634 - added MPointingPosCalc to the tasklist to create and fill an
3635 MPointingPos object, and later write it to the Events tree of
3636 the calibrated MC files. Added some comments and simplified
3637 some lines. One more histogram from MMcCalibrationCalc (see
3638 above) is now written to the output.
3639
3640 * macros/starmc2.C
3641 - added the writing of MPointingPos to output star file.
3642
3643
3644
3645 2004/04/27: Markus Gaug
3646
3647 * mjobs/MJCalibration.[h,cc]
3648 - put the three camera drawing facilities into a separate base
3649 class MGCamDisplays
3650
3651 * mjobs/MGCamDisplays.[h,cc]
3652 * mjobs/Makefile
3653 * mjobs/JobsLinkDef.h
3654 - camera drawing facilities: CamDraw, DrawProjection and
3655 DrawRadialProfile, used by all jobs
3656
3657 * mjobs/MJExtractCalibTest.[h,cc]
3658 * mjobs/Makefile
3659 * mjobs/MJobsLinkDef.h
3660 - new class to test the calibration results
3661
3662 * mcalib/MCalibrationChargeCalc.cc
3663 - set unsuitable pixels to excluded in MCalibrationChargePix, which
3664 will not display them in the status display
3665
3666 * mjobs/MJCalibration.cc
3667 - take out display of previously excluded pixels
3668
3669 * mbadpixels/MBadPixelsCam.cc
3670 - set val to 1 in case that GetPixelContent is true, before display
3671 was not correct
3672
3673 * macros/calibration.C
3674 - added the test class MJExtractCalibTest
3675
3676
3677
3678 2004/04/27: Abelardo Moralejo
3679
3680 * mhistmc/MHMcCollectionArea.[h,cc]
3681 - Added fMCAreaRadius and setter to allow changing the radius of
3682 the circular area in which MC events are produced. Useful for
3683 instance for stereo configuration studies. By default it is 300 m
3684 as was assumed before.
3685
3686
3687
3688 2004/04/26: Markus Gaug
3689
3690 * mcalib/MHCalibrationTestPix.[h,cc]
3691 * mcalib/MHCalibrationTestCam.[h,cc]
3692 * mcalib/Makefile
3693 * mcalib/CalibLinkDef.h
3694 - two new histogram classes to perform claibraion checks, will be
3695 especially useful for the data-check.
3696
3697 * mcalib/MCalibrationQEPix.cc
3698 - found a bug in the setting of validity flags of colours. This
3699 made the QE used for calibration uncorrect by about a factor 1.5
3700 for the outer pixels if only one colour is used for calibration.
3701
3702 * mjobs/MJCalibration.[h,cc]
3703 - moved colour finder from the macros into this class with the
3704 function FindColor()
3705 - had to add ~MJCalibration() {} because otherwise, I get a
3706 segmentation violation in the destructor, the debugger says in
3707 some TString. Maybe it's because of the GetDescriptor() in
3708 ~MParContainer() ?
3709
3710 * macros/calibration.C
3711 * macros/calibrate_data.C
3712 * macros/pedphotcalc.C
3713 * macros/bootcampstandardanalysis.C
3714 - removed function FindColor()
3715
3716 * mcalib/MCalibrationCam.h
3717 - make Init() and InitSize() virtual
3718
3719 * mcalib/MCalibrationChargeCam.[h,cc]
3720 - introduce two TArrayI's for the number of uncalibrated and
3721 unreliable pixels.
3722
3723 * mcalib/MCalibrationChargeCalc.[h,cc]
3724 - calculate and store the above numbers.
3725
3726 * mbadpixels/MBadPixelsPix.[h,cc]
3727 * mbadpixels/MBadPixelsCam.cc
3728 - removed bits: kHiGainNotCalibrated and kLoGainNotCalibrated
3729 - added bits: kDeviatingFFactor, kConversionHiLoNotValid
3730 - removed functions: IsCalibrationResultOK()
3731 and IsCalibrationSignalOK()
3732 - changed function IsOK() such that it returns false only if
3733 the pixels is not suitable (run or evt)
3734
3735 * mcalib/MCalibrate.cc
3736 * mcalib/MCalibrateRelTime.cc
3737 - exchanged query for IsCalibrationResultOK() to
3738 IsUnsuitableRun(MBadPixelsPix::kUnsuitableRun). This includes
3739 now the oscillating pixels (which are sometimes many!!)
3740
3741 * mcalib/MHCalibrationRelTimePix.cc
3742 - commented re-normalization to ns in Renorm()
3743 - introduced Getter to fFADCSliceWidth
3744
3745 * mcalib/MHCalibrationRelTimeCam.cc
3746 - renorm to ns in GetPixelsContent()
3747 --> now, calibration in MCalibrateRelTimes is consistent
3748
3749
3750
3751 2004/04/26: Abelardo Moralejo
3752
3753 * manalysis/MMcCalibrationUpdate.cc
3754 - changed from 1 to 10 the "dummy" value of conversion high to low
3755 gain for old camera 0.6 files. Usually these files have no low
3756 gain at all, but there was a patched version of the program
3757 which did have low gain (with a gain 10 lower than hg).
3758
3759
3760
3761 2004/04/25: Abelardo Moralejo
3762
3763 * mbadpixels/MBadPixelsTreat.cc
3764 - Change in line 204: if ((*fBadPixels)[i].IsBad()) by
3765 if ((*fBadPixels)[j].IsBad()) The way it was done, it never
3766 worked, because the check on whether the neighbour pixels
3767 were OK was performed on the same pixel to be treated (i), which
3768 is obviously not OK. The same problem fixed in the interpolation
3769 of pedestals. Amazingly, this error would have shown up in any
3770 test of the class.... I assume it must have been commited
3771 completely untested.
3772
3773 - In InterpolateSignal: moved division of summed charge over
3774 number of pixels : put it after the check of the number of
3775 valid neighbours to avoid division by 0.
3776
3777
3778
3779 2004/04/23: Markus Gaug
3780
3781 * mcalib/MHCalibrationCam.cc
3782 - fixed a bug in the ReInit() for the number of average events in
3783 each area index and sector
3784
3785
3786 2004/04/23: Thomas Bretz
3787
3788 * */Makefile:
3789 - added some more mpedestal
3790
3791 * mreport/MReportRun.cc:
3792 - changed to work with the latest version of report-files
3793 --> This will make it incompatible with older report files
3794 (for this use older Mars versions for merpping)
3795
3796 * mbase/MStatusDisplay.[h,cc]:
3797 - added combo-box to surf through tabs in MARS-tab
3798
3799
3800
3801 2004/04/22: Nadia Tonello
3802
3803 * mcalib/MCalibrateData.cc
3804 - changed request for MBadPixelsPix::IsCalibrationResultOK() for
3805 MBadPixelsPix::IsUnsuitable(MBadPixelsPix::kUnsuitableRun)
3806
3807
3808
3809 2004/04/22: Thomas Bretz
3810
3811 * mhist/MHCamera.[h,cc]:
3812 - implemented SetUsed
3813
3814 * merpp.cc:
3815 - added "-ff" and interleave mode - both not execcively tested yet
3816
3817 * mhbase/MFillH.cc:
3818 - added a missing 'endl'
3819
3820 * mraw/MRawCrateData.[h,cc], mraw/MRawEvtData.[h,cc],
3821 mraw/MRawEvtHeader.[h,cc]
3822 - added SkipEvt (the number of skipped bytes is untested)
3823
3824 * mraw/MRawEvtHeader.[h,cc]
3825 - return kCONTINUE if time is invalid
3826
3827 * mraw/MRawFileRead.[h,cc]:
3828 - implemented AddFile feature - first draft!
3829 - added feature to skip events
3830
3831 * mraw/MRawFileWrite.h:
3832 - changed default compression level corresponding to merpp to 2
3833
3834 * mraw/MRawRead.[h,cc]:
3835 - added fForceMode flag to be able to suppress event errors
3836
3837 * mbadpixels/MBadPixelsTreat.[h,cc]:
3838 - changes such that the pedestal interpolation is now done
3839 only in ReInit. If you need the old behaviour call
3840 SetProcessRMS()
3841
3842 Another step towards less mess:
3843
3844 * MMcPedestalCopy.[h,cc], MMcPedestalNSBAdd.[h,cc],
3845 MPedPhotCalc.[h,cc], MPedPhotCam.[h,cc], MPedPhotPix.[h,cc],
3846 MPedCalcPedRun.[h,cc], MPedestalCam.[h,cc],
3847 MPedestalPix.[h,cc]:
3848 - moved from manalysis to mpedestal
3849
3850 * mpedestal/Makefile, mpedestal/PedestalLinkDef.h,
3851 mpedestal/PedestalIncl.h:
3852 - added
3853
3854 * manalysis/Makefile, manalysis/AnalysisLinkDef.h,
3855 manalysis/AnalysisIncl.h:
3856 - removed files above
3857
3858 * mbadpixels/Makefile:
3859 - added mpedestals
3860
3861 * Makefile:
3862 - added mpedestals
3863
3864
3865 2004/04/22: Antonio Stamerra
3866
3867 * mmain/MEventDisplay.cc
3868 - Added new tab "Trigger" adding a new MHEvent (evt9),
3869 filled through the MMcTriggerLvl2 container.
3870 A new MFillH task for evt9 and MMcTriggerLvl2Calc task
3871 have been added.
3872
3873 * mhist/MHEvent.[h,cc]
3874 - Added new event type kEvtTrigPix
3875
3876 * manalysis/MMcTriggerLvl2.[h,cc]
3877 - The class now inherits from MCamEvent
3878 - Added the methods GetPixelContent and DrawPixelContent (from MCamEvent)
3879 - Added the method IsPixelInTrigger that returns kTRUE if a pixels
3880 is in the trigger region
3881
3882 * manalysis/MMcTriggerLvl2Calc.[h,cc]
3883 - Added the methods CheckRunType and ReInit to check if the file is MC.
3884
3885 * mhistmc/Makefile
3886 - Added the include for mgui
3887
3888
3889 2004/04/22: Markus Gaug
3890
3891 * mcalib/MCalibrate.[h,cc]
3892 - introduced flat-fielding of charges for the muon calibration,
3893 accessible with SetCalibrationMode(kFlatCharge)
3894
3895 * manalysis/MPedCalcPedRun.cc
3896 - added a SetReadyToSave() at the end of PostProcess
3897
3898 * mjobs/Makefile
3899 - added include of mraw
3900
3901 * mjobs/MJCalibration.cc
3902 - added MRawFileRead for option SetDataCheck()
3903
3904 * mjobs/MJPedestal.cc
3905 - added MRawFileRead for option SetDataCheck()
3906
3907
3908 2004/04/21: Thomas Bretz
3909
3910 * mbase/MTask.cc, mbase/MTaskList.cc:
3911 - let MTask in list fTaskProcess to be used as a counter
3912
3913 * mdata/MDataChain.[h,cc]:
3914 - added some treatments for combinations of +/- signs
3915
3916 * mfbase/MFilterList.[h,cc]:
3917 - added a new constructor to simplyfy filter-inversions
3918
3919 * mfileio/MReadReports.cc:
3920 - added comment
3921
3922 * mhbase/MBinning.[h,cc]:
3923 - added new constructor to simplify calls in macros
3924
3925 * mhbase/MFillH.[h,cc]:
3926 - added fDrawOption to be used in MStatusDisplay
3927
3928 * mhist/MHFalseSource.cc:
3929 - added comment
3930
3931
3932
3933 2004/04/20: Thomas Bretz
3934
3935 * macros/derotatedc.C
3936 - added tutorial macro plotting derotated dc currents
3937
3938 * mhist/MHCamEventRot.[h,cc]:
3939 - added histogram to be filled with derotated MCamEvents
3940
3941
3942
3943 2004/04/18: Abelardo Moralejo
3944
3945 * mgeom/MGeomCam.h
3946 - Update class version to 4 (necessary after M. Gaug's change
3947 of the type of member fMaxRadius.
3948
3949
3950
3951 2004/04/16: Abelardo Moralejo
3952
3953 * mcalib/MCalibrationQEPix.[h,cc]
3954 - Added fAverageQE. Same role as gkDefaultAverageQE, but can be
3955 changed via SetAverageQE. Made public GetAverageQE and
3956 GetAverageQERelVar (this changes needed for MC).
3957
3958 * mcalib/MMcCalibrationCalc.[h,cc]
3959 * manalysis/MMcCalibrationUpdate.[h,cc]
3960 - Adapted to M. Gaug's changes in calibration classes. Behaviour
3961 has been tested to be the same as before those changes. Now the
3962 conversion factor from ADC counts to photoelectrons, and the
3963 average QE (photons->photoelectrons) are calculated independently
3964 (and later combined by MCalibrate to obtain the conversion
3965 ADC->photons).
3966
3967 * mmain/MEventDisplay.cc, macros/mccalibrate.C, starmc.C
3968 - Added call to MExtractSignal::SetSaturationLimit(240) Affects
3969 only MC display. This was necessary because if electronic noise
3970 is simulated in the FADC, sometimes saturated slices look not
3971 saturated due to negative fluctuations, so it is better to set
3972 the saturation limit at a safe value (240 ADC counts). Changed
3973 signal integration range (only for MC), now from slices 5 to 10.
3974
3975 * msignal/MExtractSignal3.[h,cc]
3976 - Changed name of function SetRange for the more adecquate
3977 "SetWindows". No change in behaviour of the function.
3978
3979
3980
3981 2004/04/16: Markus Gaug
3982
3983 * msignal/MExtractSignal.cc
3984 - commited proposed larger default window from fgLast = 10 to
3985 fgLast = 14, because in March the pulses have moved to later
3986 arrival times.
3987 - removed some inconsistency with slice numbering in FindSignal()
3988 from pixel.GetHiGainSamples()+fHiGainFirst-1 to
3989 pixel.GetHiGainSamples()+fHiGainFirst and also for the low gain
3990
3991 * msignal/MExtractSignal2.cc
3992 - committed the proposed smaller window egdes from fgFirst=0 to
3993 fgFirst = 3, because in March some of the high-gain pulses reach
3994 into the "low-gain samples" and mislead thus sliding window to
3995 be maximized on the tail of the high-gain pulse.
3996
3997 * mcalib/MHPedestalPix.cc
3998 - fixed a bug which made normalization to values per slice not happen
3999
4000 * macros/pedestalstudies.C
4001 - fixed and documented
4002
4003
4004
4005 2004/04/15: Markus Gaug
4006
4007 * macros/calibration.C
4008 - added a function FindColor() to extract the colour by filename,
4009 works if there is indeed a colour or if the run nubmer is smaller
4010 than 20000 -> take ct1
4011
4012 * macros/bootcampstandardanalysis.C
4013 * macros/pedphotcalc.C
4014 * macros/calibrate_data.C
4015 - updated the macro to the cvs-standard used at the Udine bootcamp
4016
4017 * mcalib/MCalibrateRelTimes.[h,cc]
4018 * mcalib/Makefile
4019 * mcalib/CalibLinkDef.h
4020 - new class to calibrate the relative times
4021
4022 * manalysis/MGeomApply.cc
4023 - added MArrivalTime::Init()
4024
4025 * msignal/MArrivalTime.[h,cc]
4026 - added array fDataErr
4027
4028 * macros/rootlogon.C
4029 - added directories mbadpixels and mjobs
4030
4031 * mcalib/MCalibrationQEPix.cc
4032 - set the fAvNorm variables to 1 in Clean()
4033
4034 * manalysis/MPedPhotCalc.[h,cc]
4035 - included possibility to use an MBadPixelsCam
4036
4037
4038
4039 2004/04/14: Thomas Bretz
4040
4041 * manalysis/MCerPhotEvt.[h,cc]:
4042 - fixed a bug which caused a missing last pixel (in most cases
4043 Index 576)
4044
4045 * manalysis/MCerPhotPix.cc:
4046 - fixed output in Print
4047
4048 * macros/mccalibrate.C, mmain/MEventDisplay.cc:
4049 - added missing SetCalibrationMethod
4050
4051 * mbadpixels/MBadPixelsCam.[h,cc]:
4052 - added copy constructor
4053
4054 * mbadpixels/MBadPixelsMerge.cc:
4055 - added comments
4056
4057 * mraw/MRawRunHeader.[h,cc]:
4058 - added new run-type (kRTPointRun=7)
4059
4060 * mmain/MEventDisplay.cc:
4061 - fixed the broken cleaning levels
4062
4063
4064
4065 2004/04/14: Markus Gaug
4066
4067 * mcalib/MCalibrationQEPix.cc
4068 - found a bug in the calculation of the error, fixed
4069
4070 * macros/mccalibrate.C, mmain/MEventDisplay.cc:
4071 - replaced SetCalibrationMethod by SetCalibrationMode
4072
4073 * htmldoc/images/CalibClasses.gif
4074 * htmldoc/images/RelTimeClasses.gif
4075 - two schemes used in the class descriptions
4076
4077 * mcalib/MHCalibrationCam.[h,cc]
4078 - included function GetAverageAreas() and GetAverageSectors() like
4079 in MCalibrationCam
4080
4081 * mjobs/MJCalibration.[h,cc]
4082 - included calibration of rel.Times, to be chosen with a flag
4083 RelTimeCalibration()
4084 - signal extractor and arrival time extractor can be chosen by
4085 flags as well (see Class description)
4086
4087
4088 * mbadpixels/MBadPixelsCam.cc
4089 - add two new types in GetPixelContent, add documentation of
4090 GetPixelContent
4091
4092 * msignal/MArrivalTimeCalc2.cc
4093 - commented the warning for pixels with lowgain saturation
4094
4095
4096
4097 2004/04/13: Markus Gaug
4098
4099 * macros/dohtml.C
4100 - included directory mbadpixels
4101
4102 * mcalib/MCalibrationPix.[h,cc]
4103 - add functions GetHiLoMeansDivided(), GetHiLoSigmasDivided() and
4104 errors
4105
4106 * mcalib/MCalibrationChargeCam.[h,cc]
4107 - removed hi-vs.Lo histograms (come into a separate MIntensityCam)
4108 - updated GetPixelContents
4109 - updated class documentation
4110
4111 * mgeom/MGeomMirror.h
4112 - include <TVector3.h>, otherwise it does not compile on my machine
4113
4114 * mjobs/MJPedestals.cc
4115 * mjobs/MJCalibration.cc
4116 - replaced MBadPixelsMerge by MParList.AddToList(fBadPixels) until
4117 bug in MBadPixelsMerge is resolved (see bugtracker).
4118
4119 * mcalib/MHCalibrationChargePINDiode.cc
4120 - return in Draw() if histogram is empty (otherwise segm. violation
4121 in eventloop
4122
4123 * msignal/MExtractedSignalCam.cc
4124 - intialize variables by default to 0.
4125
4126 * mcalib/MHCalibrationChargeCam.[h,cc]
4127 - pointer to fSig is not stored, somehow, when running MJCalibration
4128 Don't know why. Removed and stored some variables instead
4129
4130 * mjobs/MJCalibration.[h,cc]
4131 - updated documentation, updated QE Cam
4132 - set the pulser colour (now obligatory)
4133 - set the possibility to choose different displays
4134
4135 * mcalib/MCalibrationChargeCalc.cc
4136 - set the pulser colour (now obligatory)
4137
4138 * mcalib/MCalibrationChargePix.[h,cc]
4139 - put GetRSigmaPerCharge into this class
4140
4141
4142
4143 2004/04/13: Thomas Bretz
4144
4145 * mastro/MAstroCamera.cc, mastro/MAstroCatalog.[h,cc]:
4146 - enhanced comments
4147 - added some new features
4148
4149 * mbase/MAGIC.h:
4150 - removed some empty lines
4151
4152 * mfileio/MWriteRootFile.cc:
4153 - fixed a compiler warning
4154
4155 * mgeom/MGeomCorsikaCT.h:
4156 - removed obsolete include of TArrayF
4157
4158 * mgeom/MGeomMirror.[h,cc]:
4159 - replaced fReflector by *fReflector
4160
4161 * mmain/MGDisplayAdc.cc:
4162 - fixed a bug which caused the wrong histogram entry to be
4163 displayed
4164
4165
4166
4167 2004/04/10: Markus Gaug
4168
4169 * macros/dohtml.C
4170 - included directory mjobs
4171
4172 * mjobs/MJCalibration.[h,cc]
4173 - added and updated documentation (not yet ready)
4174
4175 * htmldoc/images/CalibClasses.gif
4176 - scheme of the calibration classes, used for documentation in
4177 MJCalibration.cc
4178
4179
4180
4181 2004/04/10: Thomas Bretz
4182
4183 * mastro/MAstroCatalog.[h,cc], mastro/MAstroCamera.[h,cc]:
4184 - added comments
4185
4186 * macros/starfield.C:
4187 - added
4188
4189 * mastro/Makefile, mastro/AstroLinkDef.h
4190 - added MAstroCamera
4191
4192
4193
4194 2004/04/09: Markus Gaug
4195
4196 * mcalib/MHCalibrationChargePINDiode.[h,cc]
4197 * mcalib/MHCalibrationChargeCam.[h,cc]
4198 * mcalib/MHCalibrationChargeCalc.[h,cc]
4199 - put abs. time consistency check from MCalibrationChargeCalc into
4200 MHCalibrationChargePINDiode and MHCalibrationChargeCam
4201
4202 * mcalib/MHCalibrationCam.[h,cc]
4203 * mcalib/MHCalibrationChargeCalc.[h,cc]
4204 - number of used FADC slices also stored in MHCalibrationCam,
4205 MHCalibrationChargeCalc needs no pointer to the signal extractors
4206 any more -> removed
4207
4208 * mcalib/MCalibrationChargePINDiode.[h,cc]
4209 * mcalib/MCalibrationChargeBlindPix.[h,cc]
4210 * mcalib/MCalibrationCam.[h,cc]
4211 - put a default pulser color kNONE
4212
4213 * manalysis/MPedestalCam.[h,cc]
4214 * manalysis/MPedCalcPedRun.[h,cc]
4215 * manalysis/MGeomApply.cc
4216 - added average pixels in the way like it is done in MCalibrationCam
4217
4218
4219
4220 2004/04/08: Thomas Bretz
4221
4222 * mfbase/MF.cc:
4223 - optimized output
4224
4225 * mfbase/MFilterList.cc:
4226 - added some comments
4227
4228 * mfileio/MReadMarsFile.[h,cc], mfileio/MReadTree.[h,cc]:
4229 - added SortFiled-option -- RAQUEL, this is for you!
4230
4231 * mfileio/MWriteRootFile.cc:
4232 - class AddSerialNumber in AddContainer
4233
4234 * mhist/MHFalseSource.[h,cc]:
4235 - optimized setting of hist maximum
4236 - added more source dependant cuts
4237 - changed display layout
4238 - scale number of entries to correct for different acceptance
4239 (not perfect, but the best I can currently do)
4240
4241 * mimage/MHHillasExt.[h,cc]:
4242 - added new histogram for fMaxDist
4243
4244 * mimage/MHNewImagePar.[h,cc]:
4245 - added new histograms for Used/CoreArea
4246
4247 * mimage/MHillasCalc.cc:
4248 - optimized output
4249
4250 * mimage/MHillasExt.cc:
4251 - fMaxDist got a sign
4252
4253 * mimage/MNewImagePar.[h,cc]:
4254 - enhanced comments
4255 - added new Print() member function
4256
4257 * macros/readCT1.C, macros/readMagic.C, mmain/MEventDisplay.cc:
4258 - forward geomcam to newimgepar.Print()
4259
4260
4261
4262 2004/04/08: Markus Gaug
4263
4264 * mcalib/MCalibrationChargeCalc.[h,cc]
4265 * mcalib/MCalibrationChargeCam.[h,cc]
4266 * mcalib/MCalibrationChargePix.[h,cc]
4267 * mcalib/MCalibrationChargeBlindPix.[h,cc]
4268 * mcalib/MCalibrationChargePINDiode.[h,cc]
4269 - put calculation of photon fluxes with the three methods into
4270 MCalibrationChargeCalc
4271 - reorganized calculations in a better readable way (hopefully!)
4272
4273 * mbase/MAGIC.h
4274 * mcalib/MCalibrationCam.[h,cc]
4275 * mcalib/MCalibrationQECam.[h,cc]
4276 * mcalib/MCalibrationQEPix.[h,cc]
4277 - put PulserColor_t away from MAGIC.h into MCalibrationCam
4278 - full implementation of the QE-calibration from MCalibrationQEPix
4279
4280 * msignal/MExtractBlindPixel.cc
4281 - removed warning about low-gain saturation of Blind pixel
4282
4283 * mcalib/MCalibrate.[h,cc]
4284 * mcalib/MCalibrateData.[h,cc]
4285 * mcalib/MMcCalibrationCalc.[h,cc]
4286 * manalysis/MMcCalibrationUpdate.[h,cc]
4287 - conversion factors now separated into FADC2phe and then into
4288 call to average Quantum efficiency.
4289
4290
4291 2004/04/07: Markus Gaug
4292
4293 * mcalib/MHGausEvents.[h,cc]
4294 - added fBlackout events
4295
4296
4297
4298 2004/04/06: Thomas Bretz
4299
4300 * mcalib/MCalibrationCam.[h,cc]:
4301 - simplified call to initialization by new function Init()
4302
4303 * mcalib/MH*.cc:
4304 - fixed some warnings (comparision between signed and unsigned)
4305
4306 * manalysis/MGeomApply.cc:
4307 - use new Init-funtion of MCalibrationCam
4308
4309 * mastro/MAstro.cc:
4310 - some fixes to the conversion functions
4311
4312 * mastro/MAstroCamera.[h,cc]:
4313 - added comments
4314 - changed argument type of AddPrimitives
4315
4316 * mastro/MAstroCatalog.[h,cc]:
4317 - many changes to make it possible to overlay the
4318 catalog on top of a 2D histogram
4319
4320 * mbase/MEvtLoop.cc:
4321 - fixed estimation of run-time
4322
4323 * mbase/MMath.[h,cc]:
4324 - added member functions for signed significances
4325
4326 * mbase/MParContainer.cc:
4327 - changed GetterMethod() to support double reference data mebers
4328
4329 * mbase/MStatusDisplay.cc:
4330 - removed some obsolete debug outputs
4331
4332 * mbase/MTask.[h,cc]:
4333 - removed fNumExecutions, fStopwatch already counts the calls
4334 - slight chagnes to output of PrintStatistics
4335
4336 * mbase/MTaskList.[h,cc]:
4337 - slight chagnes to output of PrintStatistics
4338
4339 * mbase/MTime.cc:
4340 - removed +TwoPi from GetGmst
4341
4342 * mcamera/MCameraAUX.h, mcamera/MCameraHV.h, mcamera/MCameraLV.h,
4343 mcamera/MCameraLid.h, mcamera/MCameraLids.h,
4344 mcamera/MCameraPowerSupply.h:
4345 - added missing Getter functions
4346
4347 * mcamera/MCameraHV.h:
4348 - removed obsolete data-meber fMean
4349
4350 * mdata/DataLinkDef.h:
4351 - added MDataFormula
4352
4353 * mdata/MDataChain.cc, mdata/Makefile:
4354 - enhanced dosumentation
4355 - implemented use of multi argument functions
4356 - added ^-operator
4357
4358 * mdata/MDataList.[h,cc]:
4359 - added ^-operator
4360 - enhanced IsValid
4361
4362 * mfbase/MFilterList.cc:
4363 - changed a warn-output to inf
4364
4365 * mgeom/MGeomCam.[h,cc]:
4366 - added getter returning index corresponding to XY
4367
4368 * mgeom/MGeomPix.[h,cc]:
4369 - added getter IsInside
4370
4371 * mhist/MHCamera.cc:
4372 - Return 0 in GetMean if no entries
4373
4374 * mhist/MHFalseSource.[h,cc]:
4375 - removed conversion stuff (mm/deg)
4376 - slight change to calculation of significance
4377 - added dist-cuts
4378 - added histogram showing number of entries
4379 - added display of catalog
4380
4381 * mhist/MHStarMap.cc:
4382 - added comment
4383
4384 * mimage/MHillasExt.[h,cc]:
4385 - changed class version to 3
4386 - added new data-member fMaxDist
4387
4388 * mimage/MNewImagePar.[h,cc]:
4389 - added new data member fUsedArea and fCoreArea
4390
4391 * mmc/MMcConfigRunHeader.h:
4392 - readded GetMirrors (WHY WAS IT GONE?)
4393
4394 * mpointing/MPointingPos.[h,cc]
4395 - implemented Getter to get coordinates in rad
4396
4397 * mpointing/MSrcPosCalc.[h,cc]:
4398 - fixed direction of rotation
4399 - for the moment do use fTime
4400
4401
4402
4403 2004/04/06: Markus Gaug
4404
4405 * mcalib/MCalibrationChargePix.[h,cc]
4406 - change names of the GetLoGain*() functions to
4407 GetConvertedLoGain*() for better clarity
4408
4409 * mcalib/MCalibrationChargeCam.[h,cc]
4410 - updated and enlarged documentation
4411
4412 * mcalib/MHCalibrationChargeCam.cc
4413 * mcalib/MHCalibrationRelTimeCam.cc
4414 - set the arrays by use of memset
4415 - initialize TObjArrays with the Init-Function
4416
4417
4418 2004/04/05: Markus Gaug
4419
4420 * msignal/MExtractedSignalPINDiode.h
4421 - new function GetLastUsedSlice()
4422
4423 * mcalib/MCalibrationChargeCalc.[h,cc],
4424 * mcalib/MCalibrationChargeCam.cc:
4425 - holds also pointers to MExtractedSignalPINDiode and
4426 MExtractedSignalBlindPixel and does the checks inside the task
4427 (instead of inside the containers)
4428
4429 * mcalib/MCalibrationChargeBlindPix.[h,cc],
4430 * mcalib/MCalibrationChargePINDiode.[h,cc]:
4431 - updated and enlarged documentation
4432
4433 * mcalib/MHCalibrationChargePINDiode.cc
4434 * mcalib/MHCalibrationChargeCam.[h,cc]
4435 - rename Setter for fMeanVar from SetMeanErr() to SetMeanVar()
4436 - rename arrays of fAverageSigmaErr to AverageSigmaVar
4437
4438 * mcalib/MCalibrationPix.[h,cc]
4439 * mcalib/MCalibrationChargePix.[h,cc]
4440 * mcalib/MCalibrationChargeBlindPix.[h,cc]
4441 * mcalib/MCalibrationChargePINDiode.[h,cc]
4442 - add Getters to the relative variance
4443
4444 * mcalib/MHGausEvents.[h,cc]
4445 * mcalib/MCalibrationPix.[h,cc]
4446 * mcalib/MHCalibrationCam.cc
4447 - add to Pickup also Blackout events
4448
4449
4450 2004/04/05: Nadia Tonello
4451
4452 * mbadpixels/MBadPixelsTreat.cc
4453 - In Unmap(): replaced SetPixelUnused with SetPixelUnmapped
4454
4455
4456
4457 2004/04/02: Markus Gaug
4458
4459 * mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationCam.[h,cc],
4460 mcalib/MCalibrationQEPix.[h,cc], mcalib/MCalibrationQECam.[h,cc],
4461 mcalib/MCalibrationRelTimeCam.[h,cc],
4462 mcalib/MCalibrationRelTimePix.[h,cc]:
4463 - updated and enlarged documentation
4464
4465 * mcalib/MHGausEvents.[h,cc], mcalib/MHPedestalPix.[h,cc],
4466 mcalib/MHCalibrationChargePix.[h,cc],
4467 mcalib/MHCalibrationChargeHiGainPix.[h,cc],
4468 mcalib/MHCalibrationChargeLoGainPix.[h,cc],
4469 mcalib/MHCalibrationChargeBlindPix.[h,cc],
4470 mcalib/MHCalibrationChargePINDiode.[h,cc]:
4471 - put fPixId, fPickup, fPickupLimt, CountPickup(), RepeatFit() and
4472 ChangeHistId() into MHGausEvents (before in the derived classes)
4473 - put fChargeNbins, fChargeFirst, fChargeLast,
4474
4475 * mcalib/MHCalibrationRelTimePix.[h,cc]:
4476 - put fRelTimeNbins, fRelTimeFirst, fRelTimeLast together
4477 into MHGausEvents as fNbins, fFirst and fLast
4478
4479 * mcalib/MHCalibrationRelTimePix.[h,cc]:
4480 - remove Renormalization to time slices. Need to think about
4481 more direct way to implement
4482
4483 * mcalib/MHPedestalCam.[h,cc], mcalib/MHCalibrationCam.[h,cc],
4484 mcalib/MHCalibrationChargeCam.[h,cc],
4485 mcalib/MHCalibrationRelTimeCam.[h,cc]:
4486 - put most of the functionality into the base class MHCalibrationCam
4487 - derived classes overload the functions SetupHists, ReInitHists,
4488 FillHists, FinalizeHists and FinalizeBadPixels.
4489 - functions FitHiGainArrays, FitLoGainArrays, FitHiGainHists,
4490 FitLoGainHists and InitHists can be used from base class.
4491
4492 * mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationChargePix.[h,cc],
4493 mcalib/MCalibrationRelTimePix.[h,cc]:
4494 - put most of the functionality into the base class MCalibrationPix
4495 - other two classes derive now from MCalibrationPix
4496
4497 * mcalib/MCalibrationCam.[h,cc], mcalib/MCalibrationChargeCam.[h,cc]
4498 mcalib/MCalibrationRelTimeCam.[h,cc]:
4499 - put most of the functionality into the base class MCalibrationCam
4500 - other two classes derive now from MCalibrationCam
4501 - calls to MCalibration*Cam[i] now have to cast!
4502
4503 * mcalib/MCalibrate.cc, mcalib/MCalibrateData.cc,
4504 * mcalib/MMcCalibrateCalc.cc, manalysis/MMcCalibrationUpdate.cc,
4505 * mcalib/MCalibrationChargeCalc.cc:
4506 - cast calls to MCalibration*Cam[i]
4507
4508 * manalysis/MGeomApply.cc
4509 - add initialization MCalibrationRelTimeCam
4510 - add intialization of average pixels
4511
4512
4513
4514 2004/04/02: Abelardo Moralejo
4515
4516 * msignal/MExtractSignal3.[h,cc]
4517 - added. Alternative method for signal extraction. Uses sliding
4518 window from event to event, but a common window for all pixels
4519 in an event.
4520
4521 * msignal/Makefile, SignalLinkDef.h
4522 - added MExtractSignal3.
4523
4524
4525
4526 2004/04/02: Markus Gaug
4527
4528 * mbadpixels/MBadPixelsPix.h
4529 - added kRelTimeNotFitted and kRelTimeOscillating to Calibration_t
4530 enum
4531
4532 * mcalib/MCalibrationCam.[h,cc], mcalib/MCalibrationPix.[h,cc],
4533 mcalib/Makefile, mcalib/CalibLinkDef.h:
4534 - two new base classes for general calibration storage containers,
4535 contain average pixel storage functionality
4536
4537 * mcalib/MCalibrationRelTimeCam.[h,cc],
4538 mcalib/MCalibrationRelTimePix.[h,cc]:
4539 - new storage container for the rel. time calibration results, derive
4540 from MCalibrationPix, MCalibrationCam
4541
4542
4543
4544 2004/04/01: Markus Gaug
4545
4546 * msignal/MArrivalTimeCalc.[h,cc]
4547 - set fSaturationLimit as a variable with default (instead of 0xff)
4548
4549 * mcalib/MHCalibrationChargeCam.[h,cc]
4550 mcalib/MCalibrationChargeCam.[h,cc]
4551 mcalib/MCalibrationChargeCalc.cc, manalysis/MGeomApply.cc:
4552 - add average pixels per sector
4553
4554 * mcalib/MHGausEvents.[h,cc], mcalib/MHCalibrationChargePix.[h,cc],
4555 mcalib/MHCalibrationRelTimePix.[h,cc]:
4556 - moved BypassFit() function to MHGausEvents
4557
4558 * mcalib/MHCalibrationChargeCam.[h,cc]:
4559 - updated and enlarged documentation
4560 - derives now from mcalib/MHCalibrationCam
4561
4562 * mcalib/MCalibrationChargePix.[h,cc]:
4563 - removed flag kLoGainSaturation, because it is already in MBadPixelsPix
4564
4565 * mcalib/MCalibrationCam.[h,cc], mcalib/Makefile, mcalib/CalibLinkDef.h:
4566 - new base class for all MHCalibration*Cam object, contains the average
4567 pixel functionality
4568
4569
4570
4571 2004/03/31: Markus Gaug
4572
4573 * mcalib/MHCalibrationChargeCam.[h,cc],
4574 mcalib/MCalibrationChargeCam.[h,cc],
4575 mcalib/MCalibrationChargeCalc.cc, manalysis/MGeomApply.cc:
4576 - make the average pixel independent on camera geometry, i.e.
4577 one average pixel per MGeomPix::Aidx
4578
4579
4580
4581 2004/03/31: Abelardo Moralejo
4582
4583 * mmc/MMcConfigRunHeader.[h,cc]
4584 - updated to current version (3) in camera program. Added member
4585 fLightCollectionFactorOuter so that we can store the data on
4586 the simulatedlight collection efficiency (light guides +
4587 plexiglas +...) as a function of incidence angle for outer and
4588 inner pixels independently. Added getters for this information
4589 on light collection efficiency.
4590
4591
4592
4593 2004/03/30: Markus Gaug
4594
4595 * mcalib/MHGausEvents.[h,cc],
4596 mcalib/MHCalibrationChargePix.[h,cc],
4597 mcalib/MHCalibrationChargeHiGainPix.[h,cc],
4598 mcalib/MHCalibrationChargeLoGainPix.[h,cc],
4599 mcalib/MHCalibrationChargeBlindPix.[h,cc],
4600 mcalib/MHCalibrationChargePINDiode.[h,cc],
4601 mcalib/MHCalibrationRelTimeCam.[h,cc],
4602 mcalib/MHCalibrationRelTimePix.[h,cc],
4603 mcalib/MHPedestalPix.[h,cc],
4604 mcalib/MHPedestalCam.[h,cc]:
4605 - updated and enlarged documentation
4606
4607
4608
4609 2004/03/30: Abelardo Moralejo
4610
4611 * mmc/MMcFadcHeader.hxx
4612 - updated to current version (4) in camera program.
4613
4614
4615
4616 2004/03/29: Markus Gaug
4617
4618 * manalysis/MSourcePosFromStarPos.cc
4619 - replaced fabs(ival) by TMath::Abs(ival)
4620
4621 * mbadpixels/MBadPixelsPix.h
4622 - adopt treatment of UnCalibrated_t like the one in Unsuitable_t
4623
4624 * mbadpixels/MBadPixelsPix.cc
4625 - put some documentation in the header
4626
4627 * mcalib/MHCalibrationChargeCam.cc
4628 mcalib/MCalibrationChargeCam.cc
4629 mbadpixels/MBadPixelsCam.cc
4630 - adopt to new style in MBadPixelsPix.h
4631
4632 * mcalib/MCalibrationChargeCalc.[h,cc]
4633 mcalib/MCalibrationChargePix.[h,cc]
4634 - move consistency checks from Pix to Calc
4635
4636 * mcalib/MHGausEvents.[h,cc]
4637 - fixed axes for event and fourier spectrum Draw
4638
4639 * mcalib/MHCalibrationChargePix.[h,cc]
4640 mcalib/MHCalibrationChargeCam.[h,cc]
4641 - moved definition of pulser frequency to MHCalibrationChargeCam
4642
4643
4644
4645 2004/03/24: Thomas Bretz
4646
4647 * mbase/MMath.cc:
4648 - now SignificanceLiMa returns 0 in case sum==0
4649
4650
4651
4652 2004/03/23: Thomas Bretz
4653
4654 * mbase/MContinue.cc, mhbase/MH.cc:
4655 - changed a warning message to an inf-message
4656
4657 * mfileio/MReadTree.cc:
4658 - added an additional logging message when adding files to a
4659 chain successfully.
4660
4661 * mbase/MProgressBar.cc:
4662 - fixed initial size
4663
4664 * mastro/MAstro.[h,cc]:
4665 - changed the code for the rotation angle back to its original
4666 shape. The definition I tried to introduced was already
4667 correctly implemented (assuming that sin is the x-component
4668 of the vector I had it wrong in my mind twice, using
4669 atan2(y,x) everywhere I did recognize it...)
4670
4671 * mreport/MReport.cc:
4672 - fixed a bug which caused a crash when the time is not valid
4673
4674 * mhist/MHStarMap.cc, mpointing/MSrcPosCalc.cc:
4675 - fixed: v.Roatete() must be v=v.Rotate()
4676 - MHStarMap no waorks also without MSrcPosCam, MPointingPos
4677 or MObservatory (leaving out the corresponding translations)
4678
4679
4680
4681 2004/03/22: Markus Gaug
4682
4683 * mfileio/Makefile, mimage/Makefile
4684 - mpointing included
4685
4686
4687
4688 2004/03/22: Thomas Bretz
4689
4690 * mpointing/MSrcPosCalc.[h,cc], MSrcPosCam.[h,cc]:
4691 - added
4692
4693 * mastro/MAstro.[h,cc]:
4694 - added code to calculate rotationangle previously in MObservatory
4695 - changed definition of rotation angle such, that it is now
4696 180deg if Ra and Az grid is parallel
4697
4698 * mastro/MAstroCatalog.[h,cc]:
4699 - fixes and enhancements to the display (such as misscalculated
4700 number of grid lines, title display, etc)
4701 - enhancements to the output
4702 - generalized creation of grid - for further usage
4703
4704 * mastro/MAstroSky2Local.[h,cc]:
4705 - replaced calculation of rotation angle by the function in
4706 MAstro
4707
4708 * mastro/MObservatory.[h,cc]:
4709 - small changes to Print output
4710 - moved code for calculation of rotation angle to MAstro
4711
4712 * mbase/MEvtLoop.cc:
4713 - do not output number of events per second if no events processed
4714
4715 * mbase/MParList.cc:
4716 - updated some comments
4717
4718 * mfileio/MCT1ReadAscii.cc, mfileio/MCT1ReadPreProc.cc,
4719 mfileio/MReadRflFile.cc, mraw/MRawFileRead.cc,
4720 mreport/MReportFileRead.cc:
4721 - output error string if file cannot be opened
4722
4723 * mfileio/MReadTree.cc:
4724 - output name of chain which is scanned
4725
4726 * mimage/MConcentration.cc:
4727 - replaced loop by iterator
4728 - removed obsolete (unused) variables
4729
4730 * mimage/MHNewImagePar.[h,cc]:
4731 - fixed display colors
4732
4733 * mpointing/MPointingPos.[h,cc]:
4734 - added member function to calculate rotation angle
4735 - added comments
4736
4737 * mpointing/Makefile:
4738 - added include MAstro
4739
4740 * manalysis/MSrcPosCam.[h,cc]:
4741 - moved to mpointing
4742
4743 * mpointing/MSrcPosCalc.[h,cc]:
4744 - added: Derotates a star in the camera into MSrcPosCam
4745
4746 * mpointing/Makefile, mpointing/PointingLinkDef.h:
4747 - added MSrcPosCam
4748 - added MSrcPosCalc
4749
4750 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
4751 - removed MSrcPosCam
4752
4753 * mmain/Makefile:
4754 - added include for mpointing
4755
4756 * manalysis/AnalysisIncl.h:
4757 - removed TVector2
4758
4759 * mbase/MParContainer.h:
4760 - added new abstract virtual member function SetVariables
4761 (to be used in fits)
4762 - addeed some text to class description
4763
4764 * mdata/MData.cc:
4765 - added comment
4766
4767 * mdata/MDataArray.[h,cc], mdata/MDataElement.h,
4768 mdata/MDataList.[h,cc], mdata/MDataMember.h,
4769 mfbase/MFDataMember.[h,cc], mfbase/MFilterList.[h,cc]:
4770 - added SetVariables
4771
4772 * mdata/MDataChain.[h,cc]:
4773 - added support for indexed variables [i]
4774 - added SetVariables
4775
4776 * mdata/MDataValue.[h,cc]:
4777 - added support for variable values (through SetVariables)
4778 - added support for an index
4779 - added SetVariables
4780
4781 * mfbase/MF.[h,cc]:
4782 - removed support for {}. This case is now detected
4783 automatically
4784 - added SetVariables
4785 - added support for expressiond like
4786 "MHillas.fLength<2*MHillas.fWidth"
4787
4788 * mfbase/MFDataChain.[h,cc]:
4789 - added fCond data member
4790 - addednew constructor to support fCond
4791 - added support for new condition type
4792 - adapted Print and GetRule
4793
4794 * mimage/MNewImagePar.[h,cc]:
4795 - added some comments
4796
4797 * mhist/MHStarMap.[h,cc]:
4798 - fixed to use the correct MPointingPos instead of the
4799 deprecated MMcEvt. Use MPointingPosCalc to copy the
4800 pointing position from MMcEvt to MPointingPos
4801
4802 * mbase/MMath.[h,cc]:
4803 - added, which currently only implements calculation of
4804 significance and Li/Ma significance
4805
4806 * mbase/Makefile, mbase/BaseLinkDef.h:
4807 - added MMath
4808
4809
4810
4811 2004/03/19: Markus Gaug
4812
4813 * mcalib/MHCalibrationChargePix.cc
4814 - added some style to the default Draw in order to see the
4815 label and axis titles better
4816
4817 * mcalib/MHCalibrationChargeCam.[h,cc]
4818 - store and display more information on the average pxiels
4819
4820 * mcalib/MCalibrationCam.cc
4821 - the GetPixelContent flag were not correct any more, fixed them
4822
4823 * macros/calibration.C
4824 - fixed GetPixelContent flags
4825 - draw radial profile of the variables
4826
4827 * mjobs/MJCalibration.cc
4828 - fixed GetPixelContent flags
4829 - introduced RadialProfile for some displays
4830 - removed some not so important displays
4831
4832 * manalysis/MGeomApply.cc
4833 - included MCalibrationQECam to be initialized
4834
4835 * mcalib/MCalibrationChargePix.[h,cc],
4836 mcalib/MCalibrationQEPix.[h,cc]:
4837 - replace DefinePixId by SetPixId
4838
4839 * mcalib/MCalibrationChargeCalc.[h,cc]
4840 - added MCalibrationQECam
4841 - cleaned the code up a little
4842 - give more information at the end
4843
4844 * mcalib/MCalibrationChargePix.[h,cc]
4845 - took out fNumLoGainSampels whihc is not needed any more because
4846 conversion is only done in the getters
4847 - Canceled function ApplyLoGainConversion (for same reason)
4848
4849 * msignal/MExtractSignal2.cc
4850 - remove uncommented piece of code
4851
4852 * msignal/MExtractSignal.cc, msignal/MExtractSignal2.cc:
4853 - remove warning about pixel with low gain saturation,
4854 now in MBadPixelsPix
4855
4856 * mbadpixels/MBadPixelsPix.[h,cc], mcalib/MCalibrationChargeCam.cc:
4857 - added new flag: kDeviatingNumPhes
4858
4859 * mcalib/MCalibrationChargePix.cc
4860 - check for mean arr. time in last bin replaced by check in last
4861 two bins
4862
4863 * mcalib/MCalibrationChargePix.[h,cc],
4864 mcalib/MCalibrationChargeCam.cc,
4865 mcalib/MHCalibrationChargeCam.cc:
4866 - removed flag kHiGainFitted, kLoGainFitted, since they are
4867 available from MBadPixelsPix
4868
4869 * macros/calibration.C, macros/calibrate_data.C
4870 - a few flags from MCalibrationChargeCam::GetPixelContent were wrong,
4871 corrected them
4872
4873
4874
4875 2004/03/18: Raquel de los Reyes
4876
4877 * macros/DAQDataCheck.C
4878 - macro to check the data from the DAQ system (.raw files).
4879
4880
4881
4882 2004/03/18: Thomas Bretz
4883
4884 * manalysis/AnalysisIncl.h:
4885 - added TVector2
4886
4887 * manalysis/MSrcPosCam.[h,cc]:
4888 - added Getter/Setter using TVector2
4889
4890 * mhbase/MH.cc:
4891 - fixed GetMinimumGT for TH2 and TH3
4892
4893 * mpointing/MPointingPos.h:
4894 - added Getter/Setter for Ra/Dec
4895
4896 * mpointing/MPointingPosCalc.cc:
4897 - fill Ra/Dec into MPointingPos
4898
4899
4900
4901 2004/03/18: Markus Gaug
4902
4903 * mgeom/MGeomCam.[h,cc]
4904 - replace fMaxRadius by a TArrayF of pixel area types
4905 - new TArrayF fMinRadius of each pixel area type
4906 - backward compatibility should be given,
4907 call to GetMaxRadius() returns the value for the whole camera
4908 (which corresponds to the previous value for the Magic camera)
4909
4910 * mimage/MConcentration.cc
4911 - fixed on flog to fLog in order to compile
4912
4913
4914
4915 2004/03/17: Thomas Bretz
4916
4917 * mastro/MAstroCatalog.[h,cc]:
4918 - some simplifications and changes
4919
4920 * mastro/MAstroCatalog.[h,cc]:
4921 - some simplifications and changes
4922
4923 * mastro/MAstroSky2Local.[h,cc]:
4924 - rotation matrix from sky to local coordinates
4925 - added
4926
4927 * mastro/Makefile, mastro/AstroLinkDef.h:
4928 - MAstroSky2Local added
4929
4930 * mraw/MRawEvtPixelIter.cc:
4931 - GetIdxMaxLoGainSample(const Byte_t lofirst) const
4932 accelerated and fixed (the first slice was compared to itself
4933 and the last slice was not taken into account)
4934
4935 * manalysis/MCerPhotAnal2.cc:
4936 - fixed a bug in the new treatment of lo-gains
4937
4938 * mhvstime/MHPixVsTime.cc:
4939 - fixed missing initialization of fTypeErr in constructor
4940
4941 * mimage/MHillas.[h,cc]:
4942 - implemented member function which returns MeanX/Y as TVector2
4943
4944 * mimage/ImageIncl.h:
4945 - added TVector2
4946
4947 * manalysis/MCerPhotEvt.[h,cc]:
4948 - fixed a bug in AddPixels which - in some special circumstances -
4949 cutted pixels with high pixel indices
4950
4951
4952
4953 2004/03/17: Antonio Stamerra
4954
4955 * macros/datatrigcheck.C
4956 - added macro for time and trigger data-checking
4957
4958
4959
4960 2004/03/17: Abelardo Moralejo
4961
4962 * manalysis/MSourcePosfromStarPos.cc
4963 - added cast fabs((Double_t)ival), line 703. Otherwise it does not
4964 compile.
4965
4966 * macros/starmc.C
4967 - added parameter accepted_fraction to select fraction of events
4968 to be processed (useful to make smaller outputs).
4969
4970
4971
4972 2004/03/17: Wolfgang Wittek
4973
4974 * manalysis/MSigmabar.[h,cc]
4975 - correct calculation of sector, which was wrong
4976
4977
4978
4979 2004/03/16: Markus Gaug
4980
4981 * mhist/MHCamera.[h,cc]
4982 - added function RadialProfile which returns a TProfile of the
4983 value along the radius from the camera center
4984
4985
4986
4987 2004/03/16: Oscar Blanch Bigas
4988
4989 * mimage/MConcentration.[h,cc]
4990 - new class for Concentration stuff.
4991 - It computes and stores Concentration 1-8
4992
4993 * mimage/MNewImagePar.[h,cc]
4994 - New Concentration stuff is moved to MConcentration.
4995
4996 * mimage/MHillasCalc.[h,cc], Makefile, ImageLinkDef.h
4997 - Modifications needed to support and compile new
4998 MConcentration class.
4999
5000
5001
5002 2004/03/16: Thomas Bretz
5003
5004 * mjobs/MJ*.[h,cc]
5005 - removed some obsolete comments
5006 - removed projections from Directory (SetDirectory(0))
5007
5008
5009
5010 2004/03/16: Wolfgang Wittek
5011
5012 * manalysis/MSigmabar.[h,cc]
5013 - calculate sigmabar as mean of individual pedestalRMS
5014 instead of sqrt of mean pedestalRMS^2
5015
5016
5017
5018 2004/03/16: Oscar Blanch
5019
5020 * mimage/MNewImagePar.[h,cc]
5021 - New variables members added: fInnerSize, fInnerLeakage[1,2],
5022 fConc[3-8].
5023 - It is only ready for Magic Camera geometry. It has to be done
5024 MGeomCam base.
5025 - The version ahs not been updated since it was done on the
5026 2004/03/10 by Abelardo.
5027
5028
5029
5030 2004/03/15: Markus Gaug
5031
5032 * mcalib/MCalibrationChargePix.[h,cc],
5033 mcalib/MCalibrationChargeCam.[h,cc],
5034 mcalib/MCalibrationChargeCalc.cc:
5035 - conversion from hi- to logain now not applied until the value is
5036 exported outside the class. This is necessary for the error
5037 propagation in the F-Factor method: In the calculation of the
5038 number of Phe, the conversion factors cancel out and do not
5039 enlarge the errors
5040 - pixels with number of phe's outside the range defined by
5041 fPheFFactorRelErrLimit are not any more declared as:
5042 MCalibrationChargePix::IsFFactorMethodValid() == kFALSE ,
5043 but instead as:
5044 MBadPixelsPix::IsSuitableRun(MBadPixelsPix::kUnreliableRun) == kTRUE,
5045 Like this, everybody is allowed to calibrate pixels which give
5046 no reasonable results in the calibration without bothering that
5047 too many pixels fall out. Enjoy!
5048 - In that procedure, the classes passed _internally_ from calculation
5049 of sigmas to calculation of variances which saves all the useless
5050 square rooting.
5051 - took out pointers to MCalibrationChargeBlindPix and
5052 MCalibrationChargePINDiode in MCalibrationChargeCam.
5053
5054
5055
5056 2004/03/15: Abelardo Moralejo
5057
5058 * mmc/MMcEvt.hxx
5059 - added getter function for fZFirstInteraction
5060
5061
5062
5063 2004/03/15: Wolfgang Wittek
5064
5065 * mastro/MObservatory.[h,cc]
5066 - remove bugs in RotationAngle(theta, phi, sin, cos)
5067 replaced
5068 cos = sinl + cosl*cosp /denom;
5069 by
5070 cos = (sinl - cosl*cosp) /denom;
5071
5072
5073
5074 2004/03/15: Thomas Bretz
5075
5076 * mastro/MObservatory.[h,cc]:
5077 - implemented RotationAngle(ra, dec, time)
5078
5079 * mbase/MTask.[h,cc]:
5080 - implemented usage of a TStopwatch to retriev time consumtion
5081 informations
5082 - changed PrintStatistics not to print classes having no
5083 Process() function
5084
5085 * mbase/MTaskList.[h,cc], mfileio/MReadReports.[h,cc]:
5086 - changed PrintStatistics according to changes in MTask
5087
5088 * mraw/MRawEvtHeader.cc:
5089 - added a comment to Fill member function
5090
5091 * manalysis/MCerPhotEvt.[h,cc]:
5092 - added fLut.Set to FixSize and resize fLut by a factor of 2
5093 instead of +1 which acelerates creation of all pixels a lot
5094
5095 * mbadpixels/MBadPixelsPix.cc:
5096 - fixed a typo
5097
5098 * mfilter/MFSoftwareTrigger.cc:
5099 - made statistics output meaning independant of usage of filter!
5100
5101 * mhbase/MFill.[h,cc]:
5102 - added possibility to give tab a different name
5103
5104 * mhist/MHCamera.cc:
5105 - fixed a bug when determin scale for same-option
5106
5107 * mjobs/MJCalibration.cc:
5108 - changed tab names for MFillH
5109
5110 * mjobs/MJExtactSignal.cc:
5111 - added MRawEvtHeader to output
5112
5113 * mbase/MStatusDisplay.[h,cc]:
5114 - changed displayed year
5115 - read and store MStatusArray to and from files
5116
5117 * mfileio/MReadTree.cc:
5118 - enhanced output
5119
5120 * mmain/MCameraDisplay.cc, mmain/MEventDisplay.[h,cc]:
5121 - added preliminary mode to display F1/F2/F3-files
5122
5123 * mbase/MStatusArray.[h,cc]:
5124 - added
5125
5126 * mbase/Makefile, mbase/BaseLinkDef.h:
5127 - added MStatusArray
5128
5129 * mhits/MHCamera.[h,cc], mgui/MHexagon.[h,cc]:
5130 - improved drawing MHCamera with 'same' option
5131
5132
5133
5134 2004/03/13: Markus Gaug
5135
5136 * mcalib/MCalibrationChargeCalc.cc, mcalib/MCalibrationChargeCam.cc,
5137 mcalib/MCalibrationChargePix.[h,cc],
5138 mcalib/MHCalibrationChargeCam.cc,
5139 mcalib/MHCalibrationChargeLoGainPix.cc:
5140 - fixed Low Gain calibration
5141
5142 * mcalib/MHGausEvents.cc:
5143 - changed default fit prob. limit from 0.005 to 0.001
5144
5145 * mbadpixels/MBadPixelsPix.h :
5146 - IsCalibrationResultOK does not ask for FitOK any more
5147
5148 * mcalib/MHCalibrationChargeCam.cc:
5149 - replaced Rel. Err. Limit for outliers in Phe's from 5 sigma to 7
5150
5151 * mraw/MRawEvtPixelIter.[h,cc]:
5152 - function GetIdxMaxLoGainSamples can be called optionally with
5153 offset (because first "loGain" samples are often in reality
5154 hiGain with high values.
5155
5156
5157
5158 2004/03/12: Sebastian Raducci
5159
5160 * manalysis/Makefile
5161 - added mastro in the include directories
5162
5163
5164
5165 2004/03/12: Thomas Bretz
5166
5167 * merpp.cc:
5168 - added 'force' option
5169
5170 * manalysis/MCerPhotAnal2.cc:
5171 - extract pedestal and pedestal rms from lo-gain if hi-gain not
5172 above a certain athreshold
5173
5174 * mastro/MAstroCatalog.[h,c]:
5175 - added text argument to DrawStar
5176
5177 * mbase/MStatusDisplay.cc:
5178 - some small changes to output of SaveAsPS
5179
5180 * mfilter/MFCosmics.cc:
5181 - changed output of filter statistics
5182
5183 * mbadpixels/MBadPixelsTreat.[h,cc]:
5184 - fixed some problems with the code - now it should work like
5185 expected
5186 - added a new member function to be able to change the number
5187 of required neighbors
5188
5189
5190
5191 2004/03/12: Wolfgang Wittek
5192
5193 * manalysis/Makefile
5194 - include 'mastro'
5195
5196 * manalysis/MSourcePosfromStarPos.[h,cc]
5197 - include MObservatory.h
5198 - call member function Rotationangle() of MObservatory
5199
5200
5201
5202 2004/03/12: Markus Gaug
5203
5204 * mjobs/MJCalibration.cc
5205 - updated call in displays to the corr. Cams.
5206
5207 * macros/calibrate_data.C
5208 - macro to study calibrate and study data used in Munich and IFAE
5209
5210
5211
5212 2004/03/12: Antonio Stamerra
5213
5214 * mraw/MRawEvtHeader.[h,cc]
5215 - Added the method GetTriggerID() to decode the trigger pattern.
5216
5217
5218
5219 2004/03/11: Abelardo Moralejo
5220
5221 * mimage/MHillasCalc.cc
5222 - Added some printout in PostProcess, to better express the reasons
5223 for which the reconstruction of some events did not succeed.
5224
5225
5226
5227 2004/03/11: Thomas Bretz
5228
5229 * status.cc:
5230 - updated
5231
5232 * manalysis/MCerPhotAnal2.cc:
5233 - removed an obsolete debug output
5234
5235 * mhist/MHCamera.[h,cc]:
5236 - added same-option to camera display
5237
5238 * mbadpixels/MBadPixelsCalc.[h,cc], mbadpixels/MBadPixelsTreat.[h,cc]:
5239 - implemented functionality of MBlindPixelsCalc2
5240
5241 * mbadpixels/MBadPixelsCam.[h,cc], mbadpixels/MBadPixelsPix.[h,cc],
5242 mbadpixels/MMcBadPixelsSet.cc, mcalib/MCalibrationChargeCalc.cc,
5243 mcalib/MCalibrationChargePix.cc, mcalib/MHCalibrationChargeCam.cc:
5244 - replaced several Set/GetUnsuitable* by a single member function
5245
5246
5247
5248 2004/03/11: Markus Gaug
5249
5250 * mbadpixels/MBadPixelsPix.h
5251 - removed bits about validity of calibration methods
5252 - IsCalibrationResultOK asks also from IsSuitableRun
5253
5254 * mbadpixels/MBadPixelsCam.cc
5255 - updated GetPixelContent
5256 - added Print function
5257
5258 * mcalib/MCalibrationChargeCam.[h,cc]
5259 mcalib/MCalibrationChargePix.h, mcalib/MCalibrationChargeCalc.cc:
5260 - removed pointers to MGeomCam and MBadPixelsCam in MCalibrationChargeCam
5261 - use two loops over pixels in order to determine mean flux of phe;s to
5262 discard pixels far outside the normal distribution
5263
5264 * mcalib/MCalibrate.cc
5265 - added case that no MBadPixelsCam is available.
5266
5267 * mcalib/MHCalibrationChargeCam.cc
5268 - adapted to new MBadPixelsPix::SetUnsuitable function
5269
5270
5271 2004/03/10: Abelardo Moralejo
5272
5273 * manalysis/MCerPhotPix.[h,cc]
5274 - Added member fIsHGSaturated, and setter/getter functions.
5275 Updated class version to 4.
5276
5277 * mcalib/MCalibrate.cc, MCalibrateData.cc
5278 - Added setting of MCerPhotPix.fIsHGSaturated if one or more HG
5279 slices saturate.
5280
5281 * mimage/MNewImagePar.[h,cc]
5282 - Added member fNumHGSaturatedPixels to count the number of pixels
5283 in which high gain saturates. Added getter funciton for it.
5284 Updated class version to 3.
5285
5286
5287
5288 2004/03/10: Markus Gaug
5289
5290 * mcalib/MCalibrationChargeCalc.cc,
5291 mcalib/MCalibrationChargePix.[h,cc],
5292 mcalib/MCalibrationChargeCam.[h,cc]:
5293 - calculation of conversion factor with F-Factor method from
5294 same mean number of photons, derived from weighted mean number
5295 of photo-electrons from inner and outer pixels, respectively
5296
5297 * mjobs/MJPedestal.cc, mjobs/MJCalibration.cc, macros/calibration.C:
5298 - fixed the projections (did only display inner pixels up to now)
5299
5300 * macros/calibration.C
5301 - small bug fixed in display of rel. arrival times
5302 ( used MArrivalTimeCam instead of MHCalibrationRelTimeCam)
5303
5304 * mbadpixels/MBadPixelsCam.cc
5305 - replaced some InitSize(idx) by InitSize(idx+1) in order not to crash
5306 to program when reading from an ascii-file.
5307
5308 * mbadpixels/MBadPixelsCalc.cc
5309 - replaced one SetUnsuitableRun(....) by the new version without
5310 argument.
5311
5312
5313
5314 2004/03/10: Thomas Bretz
5315
5316 * mfilter/MFSoftwareTrigger.[h,cc]:
5317 - changed to support also a predifined number of NN
5318
5319 * mastro/MAstroCatalog.[h,cc]:
5320 - many enhancements
5321 - many speed improvements
5322
5323 * mbadpixels/MBadPixelsPix.[h,cc]:
5324 - fixed
5325
5326
5327
5328 2004/03/10: Ester Aliu
5329
5330 * mtemp/MIslands.[h,cc]
5331 - New MParContainer to hold information about islands
5332 (number of islands, pixels in each Island, Signal/Noise of
5333 each Island).
5334
5335 * mtemp/MIslandCalc.[h,cc]
5336 - New MTask to count and characterize Islands.
5337
5338
5339
5340 2004/03/09: Thomas Bretz
5341
5342 * Makefile.rules:
5343 - replaced *.o by $(...) for building archives
5344
5345 * mjobs/MJCalibration.cc:
5346 - exchanged apply and merge task
5347
5348 * mjobs/MJCalibration.h, mjobs/MJExtractSignal.h, mjobs/MJPedestal.h:
5349 - fixed some const-qualifiers
5350
5351 * mcalib/MHCalibrationChargeBlindPix.cc,
5352 mcalib/MHCalibrationChargeCam.cc,
5353 mcalib/MHCalibrationChargePINDiode.cc
5354 - removed some obsolete output when calling FindCreateObj
5355 - changed some 'not found' output messages to be 'Mars-compliant'
5356 - replaced some gLog by *fLog
5357
5358
5359
5360 2004/03/08: Markus Gaug
5361
5362 * mbadpixels/MBadPixelsPix.h
5363 - small modifications for better readability
5364 - remove Getters for calibration methods
5365 - added flag "UnReliableRun" in fInfo[0]
5366
5367 * mcalib/MHCalibrationChargeCam.cc, mcalib/MCalibrationChargePix.cc:
5368 - fill MBadPixelsPix with UnReliableRun or UnSuitableRun when
5369 calibration does not succeed.
5370
5371 * mcalib/MCalibrationChargeCam.cc
5372 - displaying saturation also for not-valid pixels in GetPixelContent
5373
5374 * msignal/MExtractedSignalCam.[h,cc], msignal/MExtractSignal.[h,cc],
5375 msignal/MExtractSignal2.[h,cc], mananlysis/MHPedestalCam.cc,
5376 mcalib/MCalibrationChargeCalc.[h,cc]:
5377 - in SetUsedFADCSlices, also the window (hi-and logain) is set.
5378 This because MExtractSignal2 set the whole window which was much
5379 bigger than the actually used one. This bug is now removed.
5380
5381
5382
5383 2004/03/08: Thomas Bretz
5384
5385 * merpp.cc:
5386 - fixed a bug in the screen output
5387
5388 * mgeom/MGeomMirror.cc:
5389 - added comment
5390
5391 * mmc/MMcConfigRunHeader.h:
5392 - added member function GetMirrors
5393
5394
5395
5396 2004/03/08: Abelardo Moralejo
5397
5398 * macros/starmc.C, starmcstereo.C, mccalibrate.C
5399 - adapted to m. Gaug's changes: now one MBadPixelsCam containers is
5400 added for each telescope to the parameter list.
5401
5402 * mmain/MEventDisplay.cc, Makefile
5403 - added MBadPixelsCam to par list, and mbadpixels/ to includes.
5404 Necessary due to changes in MCalibrate.
5405
5406
5407
5408 2004/03/06: Markus Gaug
5409
5410 * macros/calibration.C
5411 - adapted call to MHCamera::ProjectionS to the new version
5412
5413 * mcalib/Makefile
5414 - include directory mbadpixels
5415
5416 * manalysis/Makefile
5417 - include directory mbadpixels
5418
5419 * mcalib/MCalibrationChargeCalc.[h,cc]
5420 - include MBadPixelsCam
5421 - remove exclusion of pixels from ascii-file
5422 (now accessible from MBadPixelsCam)
5423
5424 * mcalib/MCalibrationChargePix.[h,cc]
5425 - include MBadPixelsCam
5426
5427 * mcalib/MCalibrationChargeCam.[h,cc]
5428 - include MBadPixelsCam
5429
5430 * mcalib/MHCalibrationChargeCam.[h,cc]
5431 - include MBadPixelsCam
5432 - include one additional MBadPixelsPix for the average inner and
5433 outer pixel, respectively
5434
5435 * mcalib/MHCalibrationChargePix.[h,cc]
5436 - make fSaturated and fPickup a Float_t (for average pixel)
5437
5438 * mbadpixels/MBadPixelsPix.h
5439 - include the CalibrationType_t infos
5440 - exchange "SetUnsuitable" by "SetUnsuitableRun"
5441
5442 * mbadpixels/MBadPixelsCam.cc, mbadpixels/MMcBadPixelsSet.cc:
5443 - exchange "SetUnsuitable" by "SetUnsuitableRun"
5444
5445 * mbadpixels/MBadPixelsCalc.cc:
5446 - exchange "SetUnsuitable" by "SetUnsuitableEvt"
5447
5448 * manalysis/MGeomApply.cc
5449 - remove obsolete MArrivalTime
5450 - add MBadPixelsCam
5451
5452 * mcalib/MCalibrate.[h,cc], mcalib/MCalibrateData.[h,cc]
5453 - implemented calls to MBadPixelsCam
5454
5455 * macros/calibration.C, macros/bootcampstandardanalysis.C,
5456 macros/pedphotcalc.C
5457 - implemented calls to MBadPixelsCam
5458
5459 * mjobs/MJCalibration.cc
5460 - call to MBadPixelsCam
5461
5462
5463
5464 2004/03/05: Nadia Tonello
5465
5466 * manalysis/MBlindPixelsCalc2.[h,cc], manalysis/AnalysisLinkDef.h,
5467 manalysis/Makefile
5468 - Temporary class added (will be included in mbadpixels/ soon)
5469 - All the functions of MBlindPixelCalc are kept(with small improvements)
5470 - New function added: SetCheckPedestalRms
5471
5472 * manalysis/MCerPhotPix.h
5473 - Status Unmapped added (not include the pixel in the cleaned image)
5474
5475 * mimage/MImgCleanStd.cc
5476 - Checks for Unmapped status added
5477
5478 * mastro/MAstroCatalog.cc, msql/MSQLServer.cc:
5479 - include <stdlib.h> to solve compilation error
5480
5481
5482
5483 2004/03/05: Sebastian Raducci
5484
5485 * msignal/MArrivalTimeCalc.cc
5486 - fixed a little bug (exchanged a - with a + in the Calc() method)
5487
5488
5489
5490 2004/03/05: Markus Gaug
5491
5492 * mcalib/MCalibraitonChargeCalc.cc
5493 - remove some runheader line:
5494 if (runheader->IsMonteCarloRun())
5495 return kTRUE;
5496 which gave always true since this week, don't know why.
5497 - added some information in class description
5498
5499
5500
5501 2004/03/04: Sebastian Raducci
5502
5503 * msignal/MArrivalTimeCalc.cc
5504 - fixed a memory leak (the spline was not deleted...)
5505
5506
5507
5508 2004/03/04: Thomas Bretz
5509
5510 * mgeom/MGeomCam.[h,cc]:
5511 - added new data member fNumAreas
5512 - added new function CalcNumAreas
5513 - increased class version to 3
5514
5515 * mgeom/MGeomCamMagic.cc:
5516 - added setting of area index
5517
5518 * mgeom/MGeomPix.[h,cc]:
5519 - added fAidx data member
5520 - added getter function fAidx
5521 - increased class version to 3
5522
5523 * macros/sectorvstime.C:
5524 - added example of how to plot the evolution of a sector vs time
5525
5526 * mhist/MHVsTime.[h,cc], mhist/MHPixVsTime.[h,cc]:
5527 - moved to mhvstime
5528
5529 * mhvstime/MHSectorVsTime.[h,cc]:
5530 - added
5531
5532 * Makefile:
5533 - added mhvstime
5534
5535 * mhvstime/Makefile, mhvstime/HVsTimeLinkDef.h,
5536 mhvstime/HVsTimeIncl.h:
5537 - added
5538
5539 * mhist/Makefile, mhist/HistLinkDef.h,
5540 - removed MHVsTime
5541 - removed MHPixVsTime
5542
5543 * macros/rootlogon.C, macros/dohtml.C:
5544 - added new directory mhvstime
5545
5546 * msignal/MExtractSignal.cc, msignal/MExtractSignal2.cc:
5547 - changes such, that it doesn't crash if signal has no lo-gain
5548 (This might still give wrong results!)
5549
5550 * macros/dohtml.C:
5551 - added pixvstime.C
5552 - added sectorvstime.C
5553
5554 * manalysis/MMcCalibrationUpdate.cc:
5555 - some changes on file consistency check done by Abelardo,
5556 he may comment on it
5557
5558 * mhist/MHCamera.[h,cc]:
5559 - changed to support also dividing the camera in pixels area indices
5560
5561 * mhist/MHEvent.cc:
5562 - minor change
5563
5564 * mjobs/MJPedestal.cc:
5565 - adapted to changes in MHCamera
5566
5567 * mastro/MAstroCatalog.[h,cc]:
5568 - added preliminary catalog
5569
5570 * mastro/Makefile, mastro/AstroLinkDef.h:
5571 - added MAstroCatalog
5572
5573
5574
5575 2004/03/03: Thomas Bretz
5576
5577 * mgeom/MGeomCam.cc:
5578 - give a name and title also if the default constructor is used
5579
5580 * mgeom/MGeomMirror.[h,cc]:
5581 - added member function GetReflection
5582 - added persistent data member fReflector
5583
5584 * mjobs/MJCalibration.cc, mjobs/MJExtractSignal.cc, mjobs/MJPedestal.cc:
5585 - fixed a typo in the output
5586
5587 * mraw/MRawFileWrite.cc:
5588 - added the missing '.' to MRawRunHeader. Because of the design of
5589 MReadTree this is backward compatible
5590
5591 * mraw/MRawRunHeader.h:
5592 - removed last change from Abelardo. '>255' is the correct
5593 check for MC files following the definition that all MC files
5594 have run types >255 which was made in the past.
5595
5596 * manalysis/MCerPhotAnal.[h,cc], manalysis/MCerPhotAnal2.[h,cc]:
5597 - created ReInit member function to hold all code (moved from
5598 PreProcess) accessing the run header. The run header is not
5599 available in PreProcess. That it was working before was only
5600 by chance, because the run type is initialized with 65535 which
5601 is != 255 but not >255.
5602
5603
5604
5605 2004/03/03: Sebastian Raducci
5606
5607 * msignal/MArrivalTimeCalc.cc
5608 - The calculation of the arrival times is made only when needed
5609 (when the HalfMax is over the pedestal)
5610
5611 * mtools/MCubicSpline.cc
5612 - Commented out an annoying warn
5613
5614
5615
5616 2004/03/03: Abelardo Moralejo
5617
5618 * mraw/MRawRunHeader.h
5619 - Replaced
5620 Bool_t IsMonteCarloRun() const { return fRunType>0x00ff; } by
5621 Bool_t IsMonteCarloRun() const { return (fRunType==0x0100); }
5622 since the latter is the exact translation of what the function
5623 intends to do. I do not know why, but the display of real data
5624 did not work with the upper line!
5625
5626 * mgeom/MGeomCam.cc
5627 - Undid yesterday change! I do not know why, display completely
5628 fails after that change, both for old and new camera files.
5629 Put back fPixels[i] = new MGeomPix; in constructor.
5630
5631
5632
5633 2004/03/02: Abelardo Moralejo
5634
5635 * mmc/MMcCorsikaRunHeader.[h,cc]
5636 - Added operator [] to get references to the objects in
5637 TObjArray fTelescopes.
5638 - Added Print() function.
5639 - Added GetNumCT() function.
5640 - Replaced
5641 fTelescopes[i]= new MGeomCorsikaCT;
5642 by
5643 MGeomCorsikaCT* dummy = new MGeomCorsikaCT();
5644 fTelescopes.Add(dummy);
5645
5646 * mgeom/MGeomCorsikaCT.[h,cc]
5647 - Added getter functions for telescope coordinates.
5648 - Added Print() function.
5649
5650 * mgeom/MGeomCam.cc => NOTE: this change was undone later!
5651 - Replaced
5652 fPixels[i] = new MGeomPix;
5653 by
5654 MGeomPix* dummy = new MGeomPix();
5655 fPixels.Add(dummy);
5656
5657
5658
5659 2004/03/02: Thomas Bretz
5660
5661 * mcalib/MCalibrateData.cc:
5662 - removed usage of MGeomCam (you have MGeomApply for this!)
5663
5664
5665
5666 2004/03/01: Nadia Tonello
5667
5668 * manalysis/MCerPhotEvt.cc
5669 - TObject *MCerPhotEvtIter::Next() now returns Used pixels
5670 only if fUsedonly=kTRUE, otherwise it returns all the pixels
5671 in the array
5672
5673
5674
5675 2004/03/01: Sebastian Raducci
5676
5677 * msignal/MArrivalTimeCalc.[cc,h]
5678 - now the arrival time is at the half max of the spline:
5679 half max = (maximum - pedestal)/2
5680
5681 * mmain/MEventDisplay.cc
5682 - fixed an include (from MArrivalTime.h to MArrivalTimeCam.h)
5683
5684
5685
5686 2004/03/01: Wolfgang Wittek
5687
5688 * mhist/MHStarMap.[h,cc]
5689 - remove bugs
5690 - change GetRotationAngle() such that it can be called from outside
5691
5692
5693
5694 2004/03/01: Thomas Bretz
5695
5696 * Makefile:
5697 - enhanced all calls to subsequent makes by '-f Makefile' to
5698 make sure the correct Makefile is called
5699
5700 * merpp.cc:
5701 - enhanced interpretation of time
5702 - fixed a bug in determin the file-type
5703
5704 * mbase/MTime.[h,cc]:
5705 - added GetGmst() member function
5706
5707 * mastro/MAstro.[h,cc]:
5708 - added Coordinate2Angle
5709 - added AngularDistance
5710 - implemented UT2GMST
5711 - replaced defined by TMath::Pi()
5712
5713 * mastro/MObservatory.[h,cc]:
5714 - added data members for sin-/cos-component of latitude
5715 - added calculation of rotation angle
5716
5717 * mhist/MHStarMap.[h,cc]:
5718 - changes to use MObservatory member function
5719
5720 * manalysis/MCerPhotAnal.cc, manalysis/MCerPhotAnal2.cc,
5721 manalysis/MCerPhotCalc.cc, manalysis/MMcCalibrationUpdate.cc,
5722 manalysis/MMcPedestalCopy.cc, manalysis/MMcPedestalNSBAdd.cc,
5723 manalysis/MPedCalcPedRun.cc, manalysis/MPedPhotCalc.cc,
5724 mcalib/MCalibrationChargeCalc.cc, mcalib/MMcCalibrationCalc.cc
5725 - changed to use IsMonteCarloRun() now
5726
5727 * manalysis/MMcCalibrationUpdate.cc:
5728 - unified output to log-stream
5729 - replaced sqrt by TMath::Sqrt
5730
5731 * mcalib/MCalibrationChargeCalc.cc:
5732 - unified output to log-stream
5733 - removed .Data() from TString where obsolete
5734 - fixed memory leak using gSystem->ExpandPathName
5735
5736 * mpointing/MPointingPosCalc.cc, mraw/MRawFileWrite.cc:
5737 - adde class name to used kRT*/kTT* enums
5738
5739 * mraw/MRawEvtHeader.h:
5740 - made enum data member of class
5741
5742 * mraw/MRawRunHeader.[h,cc]:
5743 - made kMagicNumber and kMaxFormatVersion a static data
5744 member of the class
5745 - added IsMonteCarloRun member function
5746
5747
5748
5749 2004/02/27: Markus Gaug
5750
5751 * mjobs/MJPedestal.cc, mjobs/MJCalibration.cc, macros/calibration.C:
5752 - put in call to MHCamera::Projection the name of the calling
5753 class, otherwise the projected hsitogram will be overwritten by
5754 an empyt one.
5755
5756 * mcalib/MHCalibrationChargePix.[h,cc],
5757 mcalib/MHCalibrationHiGainChargePix.[h,cc],
5758 mcalib/MHCalibrationLoGainChargePix.[h,cc]:
5759 - histogram name setting and title setting moved to constructor,
5760 Functions Init and ChangeHistId derive directly from
5761 MHcalibrationChargePix
5762
5763 * mcalib/MHCalibrationChargeCam.[h,cc],
5764 mcalib/MCalibrationChargeCam.[h,cc],
5765 mcalib/MCalibrationChargeCalc.[h,cc]:
5766 - introduced "average inner" and "average outer" higain and logain
5767 pixels.
5768
5769
5770
5771 2004/02/27: Raducci Sebastian
5772
5773 * mhist/Makefile
5774 - added mastro in the include list
5775
5776
5777
5778 2004/02/27: Abelardo Moralejo
5779
5780 * mmain/MEventDisplay.cc
5781 - replaced in fill8 obsolete MArrivalTime with MArrivalTimeCam.
5782 - Updated display of MC data: removed MCerPhotCalc, and replaced
5783 it by MExtractSignal+MMcCalibrationUpdate+MCalibrate. Now
5784 MPedPhotCam is filled and all the camera display tabs are shown
5785 correctly (most were not working for MC events since a while
5786 ago).
5787
5788 * mmain/Makefile
5789 - Added mcalib to list of include directories.
5790
5791 * manalysis/MMcCalibrationUpdate.[h,cc]
5792 - Added member variable Bool_t fOuterPixelsScaling, which is
5793 kTRUE by default. If set to kFALSE, MCalibrationCam is filled
5794 such that MCerPhotEvt will later be filled with the signal as it
5795 is, not corrected for the (possibly) different gain of the outer
5796 pixels electronic chain. This option was necessary to allow for
5797 the change in the camera display (see above).
5798
5799 * macros/starmc.C
5800 - added (optional) division of output into two, for use as train
5801 and test samples in g/h separation studies.
5802
5803
5804
5805 2004/02/26: Hendrik Bartko
5806
5807 * macros/dohtml.C
5808 - included the path msignals/
5809
5810
5811
5812 2004/02/26: Abelardo Moralejo
5813
5814 * macros/starmcstereo.C
5815 - changed filters to divide data between train and test sample for
5816 gamma hadron separation studies. Now we use the modulus operator
5817 applied to (Corsika) event number:
5818 MF filter1("{MMcEvt;1.fEvtNumber%2}<0.5");
5819 MF filter2("{MMcEvt;1.fEvtNumber%2}>0.5");
5820 - cleaned up a bit the way the CT coordinates are fed to the task
5821 MStereoCalc.
5822 - Changed default FADC integration range (center range to adapt to
5823 new camera).
5824
5825
5826
5827 2004/02/26: Thomas Bretz
5828
5829 * mhist/MHCamera.cc:
5830 - fixed a function description
5831
5832 * mreport/MReport.cc, mreport/MReportFileRead.cc:
5833 - introduced return case -1
5834
5835 * Makefile.rules:
5836 - remove all dependancy files when calling 'rmdep'
5837
5838 * mbase/MAGIC.h, mmc/MMcEvt.hxx:
5839 - moved ParticleId_t to MMcEvt
5840 - implemented MMcEvt::GetParticleName
5841 - implemented MMcEvt::GetEnergyStr
5842
5843 * mfilter/MFGeomag.cc, mfilter/MFParticleId.cc, mhist/MHCompProb.cc,
5844 mhist/MHEvent.cc, mhist/MHHadronness.cc,
5845 mmontecarlo/MMcTriggerRateCalc.cc, mranforest/MHRanForest.cc:
5846 - fixed usage of ParticleId_t
5847
5848 * msignal/Makefile:
5849 - removed obsolete includes
5850
5851 * mastro/Makefile, mastro/AstroLinkDef.h, mastro/MAstro.[h,cc],
5852 mastro/MObservatory.[h,cc]:
5853 - added
5854
5855 * mbase/MAstro.[h,cc]:
5856 - removed
5857
5858 * mbase/Makefile, mbase/BaseLinkDef.h:
5859 - removed MAstro
5860
5861 * Makefile:
5862 - added mastro
5863 - added msql
5864 - added mfbase
5865
5866 * mtemp/MObservatory.[h,cc], mtemp/MObservatoryLocation.[h,cc]:
5867 - removed
5868
5869 * merpp.cc:
5870 - added Sql support
5871
5872 * mraw/MRawFileRead.h:
5873 - added GetFileName
5874
5875 * msql/Makefile, msql/SqlLinkDef.h, msql/SqlIncl.h,
5876 MSQLServer.[h,cc], MSqlInsertRun.[h,cc]:
5877 - added
5878
5879 * mfilter/MF.[h,cc], mfilter/MFDataChain.[h,cc],
5880 mfilter/MFDataMember.[h,cc], mfilter/MFEventSelector.[h,cc],
5881 mfilter/MFEventSelector2.[h,cc], mfilter/MFRealTimePeriod.[h,cc]:
5882 - moved to mfbase
5883
5884 * mfbase/Makefile, mfbase/FBaseLinkDef.h, mfbase/FBaseIncl.h:
5885 - added
5886
5887 * merpp.cc:
5888 - implemented control of gDebug (root debugging)
5889
5890 * mfileio/MWriteAsciiFile.[h,cc], mfileio/MWriteFile.[h,cc],
5891 mfileio/MWriteRootFile.[h,cc]:
5892 - implemented CheckAndWrite return value
5893
5894 * mfileio/MWriteRootFile.cc:
5895 - fixed updating already existing branches (eg concatenating report
5896 files)
5897
5898 * macros/dohtml.C, macros/rootlogon.C:
5899 - added mastro
5900 - added mfbase
5901 - added msql
5902
5903 * mraw/MRawEvtHeader.h:
5904 - implemented GetNumTrigLvl1
5905 - implemented GetNumTrigLvl2
5906
5907
5908
5909 2004/02/25: Markus Gaug
5910
5911 * mcalib/MExtractBlindPixel.[h,cc],
5912 mcalib/MExtractPINDiode.[h,cc],
5913 mcalib/MExtractedSignalBlindPixel.[h,cc],
5914 mcalib/MExtractedSignalPINDiode.[h,cc],
5915 mcalib/Makefile, msignal/Makefile, mcalib/CalibLinkDef.h,
5916 msignal/SignalLinkDef.h:
5917 - moved blindpixel and PINdiode extractors to msignal
5918
5919
5920 * mcalib/MCalibrationQECam.[h,cc], mcalib/MCalibrationQEPix.[h,cc]:
5921 - two new classes to hold the quantum efficieny information of the
5922 calibration
5923
5924 * msignal/MArrivalTimeCalc.[h,cc]
5925 - fill now MArrivalTimePix instead of MArrivalTime
5926
5927 * mcalib/MHCalibrationChargeCam.cc
5928 - display only valid pixels for the corr. values in GetPixelContent
5929
5930 * mcalib/MHCalibrationRelTimeCam.cc
5931 - is now filled from MArrivalTimeCam instead of MArrivalTime
5932
5933 * macros/calibration.C
5934 - divided into two macros: calibration.C using the MJPedestal
5935 standard procedure and pedestalstudies.C using the old
5936 procedures
5937
5938 * macros/pedestalstudies.C
5939 - new macro containing the first previous part of calibration.C
5940
5941 * mcalib/MCalibrationChargeBlindPix.h,
5942 mcalib/MCalibrationChargePINDiode.h, mbase/MAGIC.h,
5943 mjobs/MJCalibration.cc:
5944 - definition of PulserColot_t in MAGIC.h.
5945
5946
5947
5948 2004/02/25: Hendrik Bartko
5949
5950 * macros/rootlogon.C
5951 - set the include path also to msignals/
5952
5953 * manalysis/MExtractSignal.[h,cc], manalysis/MExtractSignal2.[h,cc],
5954 manalysis/MExtractedSignalCam.[h,cc],
5955 manalysis/MExtractedSignalPix.[h,cc],
5956 manalysis/MArrivalTime.[h,cc], manalysis/MArrivalTimeCalc.[h,cc],
5957 manalysis/MArrivalTimeCalc2.[h,cc]:
5958 - removed
5959
5960 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
5961 - removed classes mentioned above
5962
5963 * msignal/MExtractSignal.[h,cc], msignal/MExtractSignal2.[h,cc],
5964 msignal/MExtractedSignalCam.[h,cc],
5965 msignal/MExtractedSignalPix.[h,cc],
5966 msignal/MArrivalTime.[h,cc], msignal/MArrivalTimeCalc.[h,cc],
5967 msignal/MArrivalTimeCalc2.[h,cc]:
5968 - added
5969
5970 * msignal/Makefile, msignal/AnalysisLinkDef.h:
5971 - added classes mentioned above
5972
5973 * mfilter/Makefile, mcalib/Makefile, mjobs/Makefile, mmain/Makefile:
5974 - added include msignal
5975
5976
5977
5978
5979 2004/02/25: Wolfgang Wittek
5980
5981 * mcalib/MCalibrateData.[h,cc]
5982 - initialize size for MPedPhotCam
5983
5984
5985
5986 2004/02/24: Wolfgang Wittek
5987
5988 * manalysis/MSourcPosfromStarPos.[h,cc]
5989 - change member function SetSourceAndStarPosition() to expect sky
5990 coordinates in the standard units
5991 - generalize to more than 1 star
5992 - the class is not yet fully tested
5993
5994 * mfilter/MFSelBasic.[h,cc]
5995 - change default values of cuts
5996
5997
5998
5999 2004/02/24: Markus Gaug
6000
6001 * mjobs/MJCalibration.cc, macros/calibration.C,
6002 macros/bootcampstandardanalysis.C, macros/pedphotcalc.C:
6003 - added MCalibrationChargeBlindPix to plist
6004 - added new filling of histograms with MFillH
6005 - changed SetPulserColor to MCalibrationChargeBlindPix and
6006 MCalibrationChargePINDiode
6007
6008 * mcalib/MHCalibrationChargeBlindPix.[h,cc]:
6009 - receives a pointer to MCalibrationChargePINDiode which is filled
6010 with the results and told to calculate the fluxes in the
6011 Finalize function
6012 - is filled via MFillH from MExtractBlindPixel
6013 - SetPulserColor directly in this class
6014
6015 * mcalib/MCalibrationChargeBlindPix.[h,cc]
6016 - new storage container of the blind pxiel resutls, replaces
6017 MCalibrationBlindPix
6018
6019 * mcalib/MCalibrationChargeCalc.[h,cc]:
6020 - does not fill the histograms any more, but does ony the
6021 calculations in the postprocess. No pointer to MExtractPINDidoe
6022 or MExtractBlindPixel any more.
6023
6024 * mcalib/MCalibrationChargePix.cc
6025 - discovered an error in the calculation of phe's in
6026 CalcFFactorMethod(). The average QE was applied twice.
6027 This error had been introduced on 13/02/04
6028 - loosened criterium convFFactorRelErrLimit from 0.1 to 0.2
6029 - CalcFFactor asks for IsChargeValid before calculating anything
6030
6031 * mcalib/MCalibrationChargePINDiode.[h,cc]
6032 - added function SetFluxOutsidePlexiglassAvailable
6033 - SetPulserColor directly in this class
6034
6035 * mcalib/MCalibrationChargeCam.cc
6036 - removed function SetPulserColor from here
6037
6038 * mcalib/MCalibrationPINDiode.[h,cc], mcalib/MHCalibrationConfig.h,
6039 mcalib/MHCalibrationPINDiode.[h,cc],
6040 mcalib/MCalibrationBlindPix.[h,cc],
6041 mcalib/MHCalibrationBlindPixel.[h,cc]:
6042 - removed since obsolote
6043
6044 * mcalib/MHCalibrationChargePix.cc
6045 - make fPickup an Int_t
6046
6047 * mcalib/MCalibrate.cc
6048 - test validity of every calibration method before retrieving
6049 conversion factors
6050
6051 * mcalib/MHGausEvents.[h,cc]
6052 - add possibility to set fit ranges in call to FitGaus
6053 - make function CreateXaxis protected
6054
6055
6056
6057 2004/02/23: Markus Gaug
6058
6059 * mraw/MRawEvtPixelIter.h
6060 - include GetNumHiGainSamples and GetNumLoGainSamples
6061
6062 * mcalib/MExtractedSignalBlindPixel.h,
6063 mcalib/MExtractBlindPixel.[h,cc]:
6064 - included storage of pedestal
6065
6066 * mcalib/MHGausEvents.[h,cc]
6067 - make the fit functions protected
6068
6069
6070
6071 2004/02/22: Markus Gaug
6072
6073 * mfilter/MFCosmics.[h,cc]
6074 - fMaxNumEmpty changed from absolute number to relative number of
6075 pixels
6076
6077 * mcalib/MHGausEvents.h
6078 - remove the "->" from the pointers which are initialized only
6079 in certain cases. The streamer did not work in case that
6080 MFGausFit was left at the NULL pointer.
6081
6082
6083
6084 2004/02/21: Markus Gaug
6085
6086 * manalysis/MExtractedSignalPix.[h,cc]
6087 - changed variable fIsLoGainUsed to fLoGainUsed
6088 - added function GetNumHiGainSaturated()
6089
6090
6091 2004/02/20: Markus Gaug
6092
6093 * mcalib/MHCalibrationChargeHiGainPix.[h,cc], mcalib/Makefile,
6094 mcalib/MHCalibrationChargeLoGainPix.[h,cc],
6095 mcalib/CalibLinkDef.h
6096 - new class to replace MHCalibrationPixel,
6097 based on MHCalibrationChargePix
6098
6099 * mcalib/MCalibrationChargeCalc.[h,cc]
6100 mcalib/MCalibrationChargeCam.[h,cc]
6101 mcalib/MCalibrationChargePix.[h,cc]
6102 mcalib/MCalibrationChargePINDiode.[h,cc]
6103 mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc],
6104 mcalib/MCalibrationPINDiode.[h,cc]:
6105 - added the "charge" versions, remove the old ones. The histograms
6106 should be filled in the MH... versions independently of
6107 MCalibrationChargeCalc. This is fully realized for the PIN Didoe
6108 now and will later be so for the pixels and the blind pixel.
6109
6110 * mcalib/MHCalibrationChargePINDiode.[h,cc]
6111 - receives a pointer to MCalibrationChargePINDiode which is filled
6112 with the results and told to calculate the fluxes in the
6113 Finalize function
6114
6115 * mcalib/MCalibrate.[h,cc], mcalib/MCalibrateData.[h,cc],
6116 mcalib/MMcCalibrationCalc.[h,cc], mjobs/MJCalibration.[h,cc],
6117 manalysis/MMcCalibrationUpdate.[h,cc],
6118 mjobs/MJExtractSignal.[h,cc], manalysis/MGeomApply.cc,
6119 mcalib/Makefile, mcalib/CalibLinkDef.h, macros/calibration.C,
6120 macros/bootcampstandardanalysis.C,
6121 macros/pedphotcalc.C:
6122 - replace MCalibrationCam by MCalibrationChargeCam
6123 - replace MCalibrationCalc by MCalibrationChargeCalc
6124
6125
6126
6127 2004/02/19: Markus Gaug
6128
6129 * mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationCam.cc,
6130 mcalib/MCalibrate.cc, mcalib/MCalibrateDate.cc,
6131 manalysis/MMcCalibrationUpdate.cc:
6132 - standardized naming of variables containing "Error", this also affected
6133 the calling functions MCalibrate, MMcCalibrationUpdate and MCalibrateData
6134
6135 * mcalib/MCalibrationCam.cc, mcalib/MCalibrationPix.cc,
6136 mcalib/MCalibrationCalc.cc, mcalib/MCalibrate.cc,
6137 mcalib/MCalibrateData.cc, mcalib/MCalibrationConfig.h:
6138 - took out some configuration numbers and put them directly into
6139 the class
6140 - remove completely MCalibrationConfig.h
6141
6142
6143
6144 2004/02/19: Abelardo Moralejo
6145
6146 * mhist/MHEvent.[h,cc]:
6147 - Changed names of Event "types" to make them more descriptive.
6148 Former kEvtSignal is now called kEvtSignalDensity, and indicates
6149 pixel content scaled by area. Added kEvtSignalRaw, which
6150 corresponds to pixel content (with no scaling) in whatever units
6151 (this depends on how the MHEvent object is filled!). The default
6152 constructor initializes type=kEvtSignalRaw.
6153
6154 * mmain/MEventDisplay.cc
6155 - Changed filling of evt1 and evt2. Now they are filled with raw
6156 content of MCerPhotEvt. Since in MEventDisplay, MCerPhotEvt is
6157 still filled uncalibrated (hence in ADC counts), this means that
6158 what will be now shown in Mars' camera display is now the signal
6159 in each pixel without scaling with pixel area. Given that the
6160 default flat fielding is such that equal light density
6161 corresponds to equal absolute signal (in ADC counts), this is
6162 more reasonable, and allows to check for instance how the
6163 relative pixel gains are adjusted by looking at calibration
6164 events. To be FIXED: there is however an "inconsistency" in
6165 MEventDisplay, and it is that MCerPhotEvt is still used to keep
6166 uncalibrated signals. To be replaced by MExtractedSignalCam?
6167
6168
6169
6170 2004/02/19: Thomas Bretz
6171
6172 * manalysis/MCerPhotEvt.h:
6173 - added operator= to MCerPhotEvtIter -- is this correct?
6174
6175 * mhist/MHCamera.[h,cc]:
6176 - added member function to calculate minimum content and
6177 maximum content for a single sector
6178 - Added possibility to get a projection for a single sector.
6179 - GetMinimum/GetMaximum now only takes used pixels into account
6180 (you can request all pixels using a different member function)
6181 - fixed projection (projection only took pixels with contents!=0
6182 instead of 'used' pixels
6183 - Don't call Sumw2() anymore for projection
6184
6185 * mjobs/MJPedestal.cc:
6186 - added MPedestalCam to output again - MPedestalCam was fixed
6187 yesterday
6188 - Added Histograms for the two camera halves
6189
6190
6191
6192 2004/02/18: Markus Gaug
6193
6194 * macros/calibration.C
6195 - fixed a buggy display of the F-Factor method
6196
6197 * mcalib/MCalibrationCalc.cc
6198 - calculate the F-Factor method already in the post-Process
6199
6200 * mcalib/MCalibrationPix.h
6201 - move CalcFFactorMethod to public
6202
6203
6204
6205 2004/02/18: Abelardo Moralejo
6206
6207 * mtools/MCubicSpline.cc
6208 - in Init, corrected initialization of arrays temp and ysd, which
6209 was done with n-1 elements instead of n.
6210
6211 * mgui/MHexagon.cc
6212 - added comment explaining the algorithm.
6213 - changed explicit values of Sin and Cos 60 degrees by const
6214 variables (more readable).
6215
6216
6217
6218 2004/02/18: Hendrik Bartko
6219
6220 * msignal/:
6221 - removed the backup files *~
6222 - removed the object files *.o
6223 - removed the files SignalCint.*
6224
6225 * mgui/MHexagon.cc
6226 - added comment explaining the algorithm.
6227
6228
6229
6230 2004/02/18: Thomas Bretz
6231
6232 * manalysis/MPedestalCam.[h,cc]:
6233 - Changed order of derivements - seems to be VERY important!
6234 - changed GetSize from UInt_t to Int_t which is the type
6235 of TClonesArray::GetSize() !
6236
6237 * mfileio/MReadReports.cc:
6238 - skip trees with no entries
6239
6240 * mgui/MCamEvent.cc:
6241 - added a comment
6242
6243 * mhbase/MFillH.cc:
6244 - in case SetupFill returns kFALSE and kCanSkip is set
6245 Skip task
6246
6247 * mraw/MRawFileRead.cc:
6248 - don't print warning in case of none executions
6249
6250 * manalysis/MArrivalTimeCalc2.cc:
6251 - added some const-qualifiers
6252
6253
6254
6255 2004/02/17: Raquel de los Reyes
6256
6257 * macros/CCDataCheck.C
6258 - Added some improvements in the plots.
6259
6260
6261
6262 2004/02/17: Abelardo Moralejo
6263
6264 * macros/readrfl.C
6265 - Added missing gPad->cd(1), otherwise the display of events was
6266 not updated.
6267
6268 * mgui/MHexagon.cc
6269 - DistanceToPrimitive(Float_t px, Float_t py) Changed check of
6270 whether px,py is inside the pixel or not. Previous algorithm
6271 was just an approximation.
6272
6273
6274
6275 2004/02/17: Raquel de los Reyes
6276
6277 * mcamera/MCameraHV.h
6278 - Now it derives from a MCamEvent class and implemented the
6279 GetPixContent() and DrawPixelContent() functions. Added the
6280 GetMean function to get the mean HV settings of the camera.
6281
6282 * macros/CCDataCheck.C
6283 - Added the HV settings plots.
6284
6285
6286
6287 2004/02/17: Hendrik Bartko
6288
6289 * msignal:
6290 - new: directory for all signal and time extraction classes
6291
6292 * msignal/MArrivalTimeCam.[h,cc], manalysis/Makefile,
6293 msignal/AnalysisLinkDef.h, MGeomApply.cc:
6294 - new: Storage Container for the ArrivalTime in the camera
6295
6296 * msignal/MArrivalTimePix.[h,cc], manalysis/Makefile,
6297 msignal/AnalysisLinkDef.h:
6298 - new: Storage Container for ArrivalTime information of one pixel
6299
6300 * msignal/Makefile, SignalCint.[h,cc], SignalDep.d, SignalIncl.h,
6301 SignalLinkDef.h
6302 - auxiliary files for msignal directory
6303
6304 * manalysis/MArrivalTimeCalc2.[h,cc]:
6305 - added functionality to compute error of the extracted ArrivalTime
6306 - calculated ArrivalTime is stored in MArrivalTimeCam
6307
6308 * manalysis/MGeomApply.cc
6309 - geometry is applied to MArrivalTimeCam
6310
6311 * Makefile:
6312 - directory msignal is included
6313
6314
6315
6316 2004/02/17: Sebastian Raducci
6317
6318 * mtools/MCubicSpline.[h,cc]
6319 - little corrections in minimums evalustion methods
6320 - changed constructors (they require the fadc slices to be const)
6321
6322 * macros/spline.C
6323 - changed according to the MCubicSpline new constructors
6324
6325 * manalysis/MArrivalTimeCalc.[h,cc]
6326 - changed to use the MCubicSpline class intead of the TSpline class
6327 - warning: now the arrival time is again the maximum of the spline,
6328 soon it will be changed to half maximum
6329
6330
6331
6332 2004/02/17: Wolfgang Wittek
6333
6334 * manalysis/MSourcPosfromStarPos.[h,cc]
6335 - new class; calculates the position of the source in the camera from
6336 the position of a star in the camera and puts it into
6337 MSrcPosCam
6338
6339
6340
6341 2004/02/16: Abelardo Moralejo
6342
6343 * mcalib/MMcCalibrationCalc.cc
6344 - Fixed two typos in screen output.
6345
6346
6347
6348 2004/02/16: Markus Gaug
6349
6350 * mcalib/MCalibrationPix.cc
6351 - documentation from David's email added
6352 - EffectiveQE decreased from 0.2 to 0.18 (see documentation)
6353
6354 * mcalib/Makefile, mcalib/CalibLinkDef.h:
6355 - added MExtractBlindPixel and MExtractedSignalBlindPixel
6356
6357 * mcalib/MExtractBlindPixel.[h,cc]
6358 - new signal extractor for the Blind Pixel
6359
6360 * mcalib/MExtractedSignalBlindPixel.[h,cc]
6361 - new container for the extracted signal of the BlindPixel
6362
6363 * mcalib/MCalibrationCalc.[h,cc]
6364 - does not extract signal from Blind Pixel any more, searches
6365 for MExtractedSignalBlindPixel and fills the hists from there
6366
6367 * macros/calibration.C, macros/bootcampstandardanalysis.C,
6368 macros/pedphotcalc.C, mjobs/MJCalibration.cc:
6369 - introduce the blind pixel and PIN diode extraction in the macro
6370
6371 * manalysis/MPedestalCam.h
6372 - changed type of fTotalEntries from ULong_t to UInt_t
6373 - fixed documentation of fTotalEntries
6374
6375 * manalysis/MPedCalcPedRun.h
6376 - changed type of fNumSamplesTot from ULong_t to UInt_t
6377
6378 * mcalib/MHGausEvents.h
6379 - changed type of fCurrentSize from ULong_t to UInt_t
6380
6381 * mcalib/MCalibrationConfig.h
6382 - removed gkConversionHiLo and gkConversionHiLoErr which is now
6383 directly in the class MCalibrationPix
6384
6385
6386
6387 2004/02/16: Thomas Bretz
6388
6389 * manalysis/AnalysisLinkDef.h:
6390 - added missing MCerPhotEvtIter
6391
6392 * merpp.cc:
6393 - added possible usage of database
6394
6395 * star.cc:
6396 - moved source code into new class MJStar - preliminary
6397
6398 * manalysis/MCerPhotPix.cc:
6399 - updated class header
6400 - fixed Print-output
6401
6402 * mbase/MAGIC.h:
6403 - removed definition of MLog
6404
6405 * mbase/MArgs.h:
6406 - removed include of MAGIC.h
6407
6408 * mbase/MLog.h:
6409 - added extern definition of gLog
6410
6411 * mbase/MParContainer.[h,cc]:
6412 - move body of constructors to source file
6413
6414 * mcalib/MCalibrate.cc, mcalib/MCalibrateData.cc,
6415 mraw/MRawCrateArray.cc, mraw/MRawCrateData.cc,
6416 mraw/MRawEvtData.cc, mraw/MRawEvtHeader.cc, mraw/MRawRead.cc,
6417 mraw/MRawEvtPixelIter.cc, mraw/MRawFileWrite.cc:
6418 - fixed documentation header
6419
6420 * mcalib/MMcCalibrationCalc.[h,cc]:
6421 - fixed documentation header
6422 - fixed usage of FindCreateObj and FindObject
6423 - removed data member to count entries (use histogram instead)
6424 - use TH1 function Integral instead of doing it manually
6425
6426 * mfilter/MFCosmics.cc:
6427 - fixed documentation
6428
6429 * mimage/MHillas.cc, mimage/MImgCleanStd.cc,
6430 mimage/MNewImagePar.[h,cc]:
6431 - replaced for-loops by Iterators
6432
6433 * mraw/MRawFileRead.cc, mraw/MRawSocketRead.cc:
6434 - fixed documentation header
6435 - check return value of MRawRunHeader::ReadEvt
6436
6437 * mraw/mraw/MRawRunHeader.[h,cc]:
6438 - fixed documentation header
6439 - added return value to MRawRunHeader::ReadEvt
6440 - added constant number for max format version - preliminary
6441 (should by a static data member)
6442
6443 * mcalib/MHCalibrationPINDiode.cc:
6444 - do not delete pointers in the destructor which are already
6445 deleted in the base class
6446 - reset histograms in Clear()
6447
6448 * mcalib/MHCalibrationPixel.cc:
6449 - after deletion of instances in Clear() initialize pointer to NULL
6450
6451 * mcalib/MCalibrationCalc.cc, mcalib/MHCalibrationBlindPixel.cc:
6452 - fixed usage of logging stream output levels
6453
6454 * manalysis/MPedCalcPedRun.[h,cc]:
6455 - removed obsolete fSignals
6456
6457 - removed obsolete fNumPixels
6458
6459 * manalysis/MPedestalCam.h:
6460 - added '->' to fArray
6461
6462 * mfileio/MWriteRootFile.cc:
6463 - changed some output to make debugging easier
6464
6465 * mjobs/MJCalibration.cc:
6466 - fixed a bug in drawing
6467
6468 * mjobs/MJExtractSignal.cc:
6469 - removed MPedestalCam from MWriteRootFile output.
6470 When creating the branch it crashes - reason unknown I'll
6471 investigate further
6472
6473
6474
6475 2004/02/16: Markus Gaug
6476
6477 * mcalib/Makefile, mcalib/CalibLinkDef.h, macros/calibration.C:
6478 - added MHCalibrationRelTimePix
6479
6480 * mcalib/MHCalibrationRelTimePix.[h,cc],
6481 mcalib/MHCalibrationRelTimeCam.[h,cc]:
6482 - new classes to fit and display the relative arrival times.
6483 - filled from MArrivalTime
6484 - need: MFillH("MHCalibrationRelTimeCam","MArrivalTime")
6485
6486 * manalysis/MCalibrationCalc.cc
6487 - take out all uncommented code referring to the relative arrival time
6488
6489 * manalysis/MArrivalTime.h
6490 - changed function GetNumPixels to GetSize
6491
6492 * macros/bootcampstandardanalysis.C, macros/pedphotcalc.C
6493 - included cosmics rejection which was in MCalibrationCalc before
6494
6495
6496
6497 2004/02/14: Markus Gaug
6498
6499 * mcalib/Makefile, mcalib/CalibLinkDef.h:
6500 - added MHCalibrationChargePINDiode
6501
6502 * mcalib/MHCalibrationChargePINDiode.[h,cc]
6503 - new class to fill the PIN Diode histograms. Derives from
6504 MHCalibrationChargePix and is filled with MFillH from the
6505 container MExtractedSignalPINDiode.
6506 Will replace MHCalibrationPINDiode entirely soon.
6507
6508 * mcalib/MHCalibrationChargePix.[h,cc]
6509 - new base class for the calibration charges histogram pixel.
6510 Derives from MH and can be filled with the MH with the MH
6511 functions.
6512
6513 * mcalib/MExtractPINDiode.[h,cc]
6514 - new signal extractor for the PIN Diode
6515
6516 * mcalib/MExtractedSignalPINDiode.[h,cc]
6517 - new container for the extracted signal of the PIN Diode
6518
6519 * mcalib/MCalibrationCalc.[h,cc]
6520 - remove the PIN Diode signal extraction
6521
6522 * manalysis/MHPedestalPix.[h,cc]
6523 - new version of MHPedestalPixel, deriving from MHGausEvents.
6524
6525 * manalysis/MHPedestalPixel.[h,cc]
6526 - old version removed, since obsolete (and erroneous)
6527
6528 * manalysis/MHPedestalCam.[h,cc]
6529 - histogramming part of MPedestalCam now in own class
6530
6531 * manalysis/MPedestalPix.h
6532 - removed include of MHPedestalPixel
6533
6534 * macros/calibration.C
6535 - changed pedestal displays accordingly
6536
6537 * mjobs/MJPedestal.h
6538 - class TCanvas included (did not compile otherwise)
6539
6540 * mhbase/MH.cc
6541 - included call to FindGoodLimits(..) in CutEdges()
6542 - axe from pointer to reference
6543 - "CutEdges" renamed to "StripZeros"
6544
6545 * manalysis/MHPedestalPixel.cc, mcalib/MHCalibrationPixel.cc,
6546 mcalib/MHCalibrationBlindPixel.cc:
6547 - "CutEdges" renamed to "StripZeros"
6548
6549 * mcalib/MHGausEvent.[h,cc], mcalib/Makefile, mcalib/CalibLinkDef.h:
6550 - replaced by the improved version: MHGausEvents.[h,cc]
6551
6552
6553
6554 2004/02/14: Thomas Bretz
6555
6556 * manalysis/MCerPhotEvt.[h,cc]:
6557 - added 'Iterator' facility, this will replace some for-loops
6558 in the near future
6559
6560 * mbase/MTime.[h,cc]:
6561 - added a more powerfull interface to get and interprete the
6562 MTime contents as string
6563 - added a new constructor
6564
6565 * mreport/MReportTrigger.h:
6566 - fixed GetPixContent
6567
6568 * mtools/MCubicCoeff.cc, mtools/MCubicSpline.[h,cc]:
6569 - many small changes to simple details (like order of includes)
6570 - some speed improvements
6571 - many small simplifications
6572 - changed parts of the code to be more C++ like (eg Iterators
6573 instead of for-loops)
6574 - disentangles some if-cases
6575 - replaced some math.h function by TMath::
6576 - removed data-member fN (obsolete with iterators)
6577
6578
6579
6580 2004/02/13: Wolfgang Wittek
6581
6582 * mcalib/MCalibrateData.[h,cc]
6583 - new class;
6584 like MCalibrate, but in ReInit it fills the MPedPhot container
6585 using informations from MPedestal, MExtracteSignalCam and
6586 MCalibrationCam
6587
6588 * mcalib/Makefile, mcalib/CalibLinkDef.h
6589 - added MCalibrateData
6590
6591 * manalysis/MPedestalWorkaround.[h,cc]
6592 - create MMcEvt container and fill with theta = 10.0
6593 - set pedestalRMS = 0. if it is > 10.0
6594
6595 * manalysis/MSupercuts.[h,cc]
6596 - change default values of parameters
6597
6598 * manalysis/MSupercutsCalc.[h,cc]
6599 - change dNOMLOGSIZE from 4.1 to 5.0
6600
6601 * mhist/MHBlindPixels.[h,cc]
6602 - change MPedestalCam to MPedPhotCam
6603
6604 * mhist/MHSigmaTheta.[h,cc]
6605 - automatic binning for pixel number doesn't work
6606 use default binning
6607
6608
6609
6610 2004/02/13: Markus Gaug
6611
6612 * mcalib/MCalibrationPix.[h,cc]
6613 - added variables gkAverageQE, gkAverageQEErr, and fAverageQE,
6614 fAverageQEErr
6615 - gkAverageQE initializes to 0.2 (according to David)
6616 - gkAverageQEErr initializes to 0.02 (dito)
6617 - added new member function: SetAverageQE
6618 - call to GetMeanConversionFFactorMethod returns:
6619 fMeanConversionFFactorMethod/fAverageQE.
6620 - call to GetErrorConversionFFactorMethod returns:
6621 errors of fMeanConversionFFactorMethod and fAverageQEErr added
6622 quadratically
6623
6624 * mcalib/Makefile
6625 - split into two parts one comment line
6626
6627
6628 2004/02/13: Thomas Bretz
6629
6630 * mbadpixels/MBadPixelsTreat.[h.cc]:
6631 - added for new bad pixel treatment
6632
6633 * mbadpixels/Makefile, mbadpixels/BadPixelsLinkDef.h:
6634 - added MBadPixelsTreat
6635
6636 * merpp.cc:
6637 - changed the name of the "DC" tree to "Currents" to make
6638 MReportRead work correctly with this tree
6639
6640 * mbase/MTime.[h,cc]:
6641 - Changed UpDMagicTime to support nanosec instead of millisec
6642 - exchanged Reset() by Clear() not to clear the yy/mm/dd
6643 information away in an eventloop
6644
6645 * mraw/MRawEvtHeader.[h,cc]:
6646 - implemented decoding of the time-stamp for raw-data files
6647 with version>2. Thanks to Marcos.
6648
6649 * mraw/MRawRead.[h,c]:
6650 - pipe file version number to MRawEvtHeader::ReadEvt
6651 - create fake time for file-version<3
6652
6653 * macros/readMagic.C:
6654 - changed to use MInteractiveTask
6655
6656 * mbase/MPrint.cc:
6657 - fixed debugging level of some output
6658
6659 * mhist/MHCamera.[h,cc]:
6660 - fixed handling in AddNotify (necessayr due to change of
6661 inheritance from MCamEvent)
6662 - replaced cout by gLog
6663 - added fNotify to list of cleanups
6664
6665 * mhist/MHEvent.cc, mjobs/MJCalibration.cc,
6666 mjobs/MJPedestal.cc:
6667 - fixed usage of AddNotify
6668
6669 * mfileio/MReadReports.cc:
6670 - use a different way to determin whether the tree is a valid tree,
6671 skip invalid trees
6672
6673 * mfileio/MReadTree.cc:
6674 - added another sanity check at the beginning of PreProcess
6675
6676 * mhbase/MFillH.[h,cc]:
6677 - added bit kCanSkip which skips MFillH in case the necessary container
6678 wasn't found.
6679 - cd into the corresponding canvas before filling the MH
6680
6681
6682
6683 2004/02/12: Markus Gaug
6684
6685 * mbase/MArray.[h,cc]:
6686 - changed name of StripZeros
6687
6688 * mcalib/MHGausEvent.cc:
6689 - corrected call to StripZeros
6690
6691 * mcalib/MCalibrationPix.[h,cc]
6692 - implemented dummy for combined method
6693
6694 * mcalib/MCalibrate.[h,cc]
6695 - implemented a dummy for calibration factor 1. (requested by
6696 Javier Rico)
6697 - implemented combined method
6698 - check for valid methods moved to ReInit
6699
6700 * mcalib/MCalibrationCalc.cc
6701 - removed initialization of non-used nsamples
6702
6703 * mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationPix.[h,cc],
6704 mcalib/MCalibrationCalc.[h,cc]
6705 macros/calibration.C
6706 - implemented new histograms:
6707 HSinglePheFADCSlices and HPedestalFADCSlices
6708 They are filled with the FADC slice values of either a s.phe.
6709 event or a pedestal event. The decision is taken with the
6710 variable: MCalibrationCalc::fBlindPixelSinglePheCut, to be set
6711 with a setter
6712
6713 * mtools/MFFT.[h,cc]
6714 - PowerSpectrumDensity of TArrayI implemented
6715
6716
6717
6718 2004/02/12: Thomas Bretz
6719
6720 * mbase/MArray.[h,cc]:
6721 - changed argument of CutEdges from pointer to reference
6722
6723 * mgeom/MGeomPix.h:
6724 - fixed calculation of area of pixel. It was too big for a
6725 factor of 2
6726
6727 * mjobs/MJCalibration.cc:
6728 - slight change of name of a MHCamera
6729
6730 * manalysis/MExtractSignal.cc:
6731 - slight change to the creation of the satpixels list
6732
6733 * mcalib/MHCalibrationBlindPixel.cc, mcalib/MHCalibrationPixel.cc,
6734 mcalib/MHGausEvent.cc:
6735 - corrected call to ProjectArray
6736 - corrected call to CutEdges
6737
6738 * mfilter/MFCosmics.[h,cc]:
6739 - small fixes to logging output
6740 - small simplification to return statement
6741 - declared CosmicsRejection const
6742
6743 * mhbase/MH.[h,cc]:
6744 - changed argument of ProjectArray from pointer to reference
6745 - added missing calcualtion of minimum
6746 - removed obsolete SetEntries
6747 - changed SetDirectory from NULL to gROOT
6748
6749
6750
6751 2004/02/12: Javier L�ez
6752
6753 * macros/pointspreadfunction.C
6754 - added new macro that fits with a 2D gaussian the DC spot for an
6755 star. It gives you the RMS of the PSF and the center of the star,
6756 very useful for misspointing studies.
6757
6758
6759
6760 2004/02/11: Hendrik Bartko
6761
6762 * manalysis/MExtractSignal2.cc:
6763 - introduced a validity check for the set-function of the window
6764 size (even number of slices, WindowSize < NumberSlices)
6765
6766 * manalysis/MArrivalTimeCalc2.[h,cc], manalysis/Makefile,
6767 manalysis/AnalysisLinkDef.h:
6768 - new: introduced the calculation of the arrival time as the signal
6769 weighted mean of the time slices in the maximum window
6770
6771
6772
6773 2004/02/11: Markus Gaug
6774
6775 * mcalib/MCalibrationCalc.cc:
6776 - the blind pixel signal extractor introduced one week ago, counted
6777 one FADC slice too little, thus the normalization w.r.t. pedestals
6778 was wrong. Now corrected.
6779
6780 * manalysis/MExtractSignal.cc, manalysis/MExtractSignal2.cc:
6781 - when "WARNING - Lo Gain saturated" occurs, display also the
6782 corr. pixel numbers.
6783
6784 * mbase/MArray.[h,cc]:
6785 - introduced function to cut array edges with zeros.
6786 (Thomas, should we keep it there or move it to another class? )
6787
6788 * mcalib/MCalibrationCalc.[h,cc]:
6789 - new function SetBlindPixelRange to set start and end of FADC slices
6790 used for the blind pixel signal extraction.
6791 - remove fEvents which are not necessary any more after the shift
6792 to MFCosmics.
6793
6794 * mcalib/MHCalibration(Blind)Pixel.[h,cc]:
6795 - show the fourier spectrum now with axes in frequency [Hz] instead
6796 of inverted events.
6797
6798 * mcalib/MHGausEvent.[h,cc], mcalib/Makefile, mcalib/CalibLinkDef.h:
6799 - new base class for all kind of events with variables having a
6800 Gaussian distribution. Will serve as base class for the
6801 existing and new calibration histogram classes.
6802
6803
6804
6805 2004/02/11: Abelardo Moralejo
6806
6807 * mmain/MEventDisplay.cc
6808 - Switched order of MMcPedestalCopy and MCerPhotCalc in tasklist:
6809 MMcPedestalCopy must be executed earlier!
6810
6811
6812
6813 2004/02/10: Raquel de los Reyes
6814
6815 * mhist/MHPixVsTime.[h,cc]:
6816 - Added a default draw function and replaced the TGraph object
6817 by a pointer to a TGraph object.
6818
6819 * mreport/MReportTrigger.h:
6820 - Now it dereives from a MCamEvent class and implemented the
6821 GetPixContent() and DrawPixelContent() functions.
6822
6823 * maccros/CCDataCheck.C:
6824 - An update of the previous macro. New plots: subsystems status and
6825 macrocells trigger.
6826
6827
6828
6829 2004/02/10: Markus Gaug
6830
6831 * mcalib/MCalibrationCam.cc:
6832 - fixed documentation
6833
6834 * mhbase/MH.[h,cc]:
6835 - new function ProjectArray
6836
6837 * mcalib/MHCalibrationPixel.[h,cc],
6838 mcalib/MHCalibrationBlindPixel.[h,cc]:
6839 - use ProjectArray from MH to plot the projection of the fourier
6840 spectrum
6841
6842 * mfilter/MFCosmics.[h,cc], mfilter/Makefile,
6843 mfilter/FilterLinkDef.h:
6844 - new filter removing cosmics, the same as in MCalibrationCalc
6845 where it was removed now.
6846 Call: MFCosmics cosmics;
6847 MContinue cont(&cosmics);
6848 tlist.AddToList(&cont);
6849
6850 * mcalib/MCalibrationCalc.[h,cc]:
6851 - removed cosmics rejection from there
6852
6853 * macros/calibration.C, mjobs/MJCalibration.cc:
6854 - changed cosmics rejection to the filter algorithm
6855
6856
6857
6858 2004/02/09: Markus Gaug
6859
6860 * mcalib/MCalibrationBlindPix.[h,cc]:
6861 - added histogram to display the average in FADC slices of all
6862 single and double phe events
6863
6864 * mcalib/MCalibrationCalc.cc:
6865 - fill histograms of single-phe events with higain and logain
6866 sampls
6867
6868 * mcalib/MCalibrationCam.[h,cc], mcalib/MCalibrationCalc.cc,
6869 mcalib/MCalibrationConfig.h:
6870 - take all pixel areas out of MGeomPix::GetA(), remove all previous
6871 areas
6872 - calculate photon fluxes from blind pixel and PIN diode, use
6873 area only to fill the conversion factors in MCalibrationPix
6874
6875
6876 * mcalib/MJCalibration.cc:
6877 - display of number of photons for Blindpixel and PIN Diode Method
6878 changed to display of photon flux which is the actually
6879 calculated quantity
6880
6881
6882
6883 2004/02/09: Thomas Bretz
6884
6885 * mbadpixels/*:
6886 - added
6887
6888 * Makefile:
6889 - added MBadPixels
6890
6891 * manalysis/MGeomApply.cc:
6892 - fixed class description
6893
6894 * mjobs/MJCalibration.[h,cc], mjobs/MJExtractSignal.[h,cc]:
6895 - added bad pixel treatment
6896
6897 * mjobs/MJPedestal.[h,cc]:
6898 - reorganized order of functions
6899 - removed a nonsense scrren output (some BLABABLA or so)
6900
6901 * mjobs/Makefile:
6902 - added include for mbadpixels
6903
6904 * mmain/MBrowser.cc:
6905 - do not call construtor of TGTReeLBEntry if pic0=0
6906
6907
6908
6909 2004/02/09: Raquel de los Reyes
6910
6911 * mcamera/MCameraLids.h, mreport/MReportCamera.h
6912 - Added the "Get" functions to access the private data
6913 members of the class.
6914
6915
6916
6917 2004/02/09: Markus Gaug
6918
6919 * MMcCalibrationUpdate.cc, MCalibrate.cc, MCalibrationPix.cc,
6920 MCalibrationPix.h:
6921 - replace MCalibrationPix->IsChargeFitValid() by IsChargeValid()
6922 because we can calibrate with the histogram mean and RMS even
6923 if the fit is not OK. Thus, there is a question: IsFitted() and
6924 IsChargeValid(), i.e. does the charge make any sense?
6925
6926 * MCalibrationCam.cc, MCalibrationConfig.h, MCalibrationCalc.cc:
6927 - found serious bug in calculation of conversion factors for the
6928 outer pixels:
6929 GetMeanConversionBlindPixelMethod and
6930 GetMeanConversionPINDiodeMethod
6931 did not correct for the area of the outer pixel, this did only
6932 MCalibrationCam::GetPixelContent which is not used by MCalibrate
6933
6934
6935
6936 2004/02/06: Markus Gaug
6937
6938 * mgeom/MGeomCam.h
6939 - replaced in Comment of fPixRatio:
6940 "ratio between size of pixel idx and pixel 0" by
6941 "ratio between size of pixel 0 and pixel idx"
6942
6943 * manalysis/MPedestalCam.cc
6944 - catch calls to MHPedestalPixel in case that they are not filled
6945 This led previous calls to segmentation violations
6946 - remove include of MHExtractedSignalPix
6947
6948 * manalysis/MHExtractedSignalPix.[h,cc]
6949 - is everything in MHPedestalPixel, so removed it again
6950
6951 * mjobs/MJPedestal.cc
6952 - put the projections into Display()
6953 - correct the input of Display (0: pedestal, 1: pedestalerror,
6954 2: pedRMS, 3: pedRMSerror)
6955
6956 * manalysis/MHPedestalPixel.cc
6957 - increased number of bins in for charges plot
6958
6959 * mtools/MFFT.[h,cc]
6960 - possibility to have PSD directly from TArray
6961
6962 * mjobs/MJCalibration.[h,cc]
6963 - fixed displays
6964 - replaced MExtractSignal by MExtractSignal2
6965
6966 * mcalib/MHCalibrationPixel.[h,cc], mcalib/MHCalibrationBlindPixel.[h,cc],
6967 mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationBlindPix.[h,cc],
6968 mcalib/MCalibrationPINDiode.[h,cc], mcalib/MHCalibrationPINDiode.[h,cc]:
6969 - remove histograms MHChargevsN..., now keep TArrays directly
6970 - check for oscillations for all pixels (and you will not trust
6971 your eyes when you look at the results :-((((
6972
6973 * mcalib/MCalibrationCalc.[h,cc]
6974 - remove ArrivalTime -> go to separate class
6975 - remove BlindPixel and PIN Diode overflow, now handled directly
6976 inside the corr. classes.
6977 - remove SkipTimeFits -> go the arrival time class
6978
6979 * mcalib/MCalibrationCam.h
6980 - new getters for number of photons
6981 - removed timeslicewidth -> go the corr. time containers
6982
6983 * mcalib/MCalibrationCam.cc
6984 - removed times of GetPixelContent
6985 - added OscillationChecks in GetPixelContent
6986
6987 * manalysis/MMcCalibrationUpdate.cc
6988 - remove calpix.SkipTimeFits which is now obsolet
6989
6990 * macros/calibration.C
6991 - all previous changes now in this macro.
6992 - (NB: Thomas, du brauchst in MJCalibration nicht mehr aendern,
6993 das ging diesmal in einem Aufwasch)
6994
6995
6996
6997 2004/02/06: Thomas Bretz
6998
6999 * mhist/MHPixVsTime.[h,cc]:
7000 - changed such that you can set the name of the time container now
7001
7002 * mraw/MRawRunHeader.[h,cc]:
7003 - added GetMaxPixId()
7004
7005 * mraw/MRawEvtData.cc:
7006 - fixed wrong size calculation for fABflags
7007
7008
7009
7010 2004/02/06: Oscar Blanch
7011
7012 * mmc/MFadcDefine.h && mmc/MMcFadcHeader.cxx
7013 - We cahnged the name (and values) of the global variable
7014 MFADC_RESPONSE_AMPLITUDE to MFADC_RESPONSE_INTEGRAL
7015
7016
7017
7018 2004/02/05: Markus Gaug
7019
7020 * mcalib/MHCalibrationPixel.[h,cc]
7021 - put an NDF limit for the fit
7022 - removed all TStrings and replace them by Form(..)
7023 - Check for nan's of all returned fit values
7024
7025 * mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationCam.cc:
7026 - reshuffled HiLoGainConversion, calculation of F-Factor method,
7027 - calculation of total F-Factor of the readout.
7028
7029 * mcalib/MCalibrationCam.cc
7030 - include relative times to display with GetPixelContent
7031
7032 * mcalib/MCalibrationCalc.[h,cc]
7033 - flag to skip Hi-Lo Calibration
7034 - Hi-LO Graph not filled any more after overflow of ChargevsN
7035 - fill the blind pixel differently from the rest of pixels
7036
7037 * mcalib/MCalibrate.cc:
7038 - call to const MCalibrationPix &pix replaced by MCalibrationPix &pix
7039
7040 * manalysis/MArrivalTimeCalc.cc
7041 - default step width 100 ps.
7042 - look for half maximum (at rising edge)
7043
7044 * manalysis/MExtractSignal.[h,cc]
7045 - removed uncommented code (arrival time)
7046 - set start byte back by one like it was before TB's changes
7047 (does not affect the calculation of number of FADC slices)
7048
7049 * manalysis/MExtractSignal2.[h,cc]
7050 - removed uncommented code (arrival time)
7051
7052 * manalysis/MHPedestalPixel.[h,cc]
7053 - is now filled with total pedestals (not per slice), but results are
7054 renormalized to values per slice (this is not to screw up with the
7055 pedestal RMS and the derived uncertainties)
7056 - new function Renorm(nslices)
7057
7058 * manalysis/MPedestalCam.[h,cc]
7059 - introduced function Clone() (like proposed by TB)
7060 - call to MHPedestalPixel operator() not const any more
7061 - take out lots of uncommented code
7062 - found bug in initialization of hists. SetupFill is called in
7063 PreProcess, therefore, TObjArray is not yet enlarged there.
7064 Now, InitUseHists is called in Fill
7065 - MHPedestalPixel is now filled with total pedestals (not per slice),
7066 but results are
7067 renormalized to values per slice (this is not to screw up with the
7068 pedestal RMS and the derived uncertainties)
7069
7070 * manalysis/MPedCalcPedRun.cc
7071 - added author
7072 - split calculation of RMS into two steps to make it more clear to
7073 the user
7074
7075 * macros/calibration.C
7076 - found bug introduced two days ago, namely calculating pedestlas with
7077 MExtractSignal2 which is now fixed
7078 - Skip HiLoConversionCalibration
7079
7080
7081
7082 2004/02/05: Abelardo Moralejo
7083
7084 * macros/starmc2.C
7085 - added 3rd argument, "kFALSE", to call of MWriteRootFile::Add
7086 for both MMcEvt and MMcRunHeader since these containers are
7087 not present in real data. Name of macro is no longer adequate if
7088 we will use it for calibrated real data (to be changed if so).
7089
7090
7091
7092 2004/02/05: Sebastian Raducci
7093
7094 * mtools/MCubicSpline.[h,cc]
7095 - added
7096 - this class will take the place of the TSpline class to
7097 calculate arrival times
7098
7099 * mtools/MCubicCoeff.[h,cc]
7100 - added
7101 - this class is used by MCubicSpline to store coefficients
7102
7103 * macros/spline.C
7104 - added
7105 - test macro. Shows how to use the MCubicSpline class
7106 - it could be used to test the methods of the Spline class
7107
7108
7109
7110 2004/02/05: Thomas Bretz
7111
7112 * mmain/MBrowser.cc:
7113 - fixed a double deletion of a TGLayoutHints
7114
7115
7116
7117 2004/02/04: Markus Gaug
7118
7119 * mmain/MBrowser.cc:
7120 - corrected TGTReeLBEntry for TGTreeLBEntry
7121
7122
7123
7124 2004/02/04: Thomas Bretz
7125
7126 * manalysis/MExtractSignal2.cc:
7127 - don't allow odd numbers for the window size
7128
7129 * mfilter/MFilterList.cc:
7130 - corrected a wrong logging message
7131
7132 * mmain/MBrowser.cc:
7133 - added '/data/MAGIC' as shortcut in the combo box
7134
7135 * mraw/MRawEvtPixelIter.cc:
7136 - optimized calculation of MaxIdx
7137
7138
7139
7140 2004/02/04: Abelardo Moralejo
7141
7142 * macros/starmc2.C
7143 - removed unnecessary variables BinsHigh, BinsLow
7144
7145
7146
7147 2004/02/04: Markus Gaug
7148
7149 * manalysis/MPedestalCam.[h,cc], manalysis/MPedestalPix.[h,cc],
7150 manalysis/MPedCalcPedRun.[h,cc], manalysis/MHPedestalPixel.[h,cc],
7151 macros/calibration.C:
7152 - histograms are now filled with MFillH as proposed and coded by
7153 Thomas Bretz. Some modifications had to be done, however.
7154 - Class to hold MHPedestalPixel is still MPedestalCam
7155 - MPedCalcPedRun does nothing any more (except from what is was
7156 doing before)
7157
7158 * manalysis/MExtractSignal.cc
7159 - remove uncommented code
7160
7161 * mcalib/MCalibrationCalc.[h,cc]
7162 - modified way to handle histogram overflow: Now flags are set and
7163 ChargevsN histogram is not tried to be filled subsequently
7164
7165
7166
7167 2004/02/03: Markus Gaug
7168
7169 * manalysis/MHExtractedSignalPix.[h,cc]
7170 - added Thomas B. modified version of MHPedestalPixel. Later will
7171 remove MHPedestalPixel
7172
7173 * manalysis/MCalibrationPix.[h,cc], manalysis/MHCalibrationPixel.[h,cc],
7174 manalysis/MCalibrationCam.cc, macros/calibration.C:
7175 - now split completely absolute and relative times. Absolute
7176 times are not fitted, but their histogram mean and rms are
7177 returned.
7178
7179
7180
7181 2004/02/03: Thomas Bretz
7182
7183 * mfileio/MReadTree.cc:
7184 - fixed handling of -1 entries in AddFile: root 3.10/02 crashed
7185
7186 * manalysis/MExtractSignal.[h,cc]:
7187 - moved code to extract the signal from Process to
7188 new member function FindSignal, I left the arrival time
7189 extraction as commented-out code in the code just as a
7190 demonstration to do this very fast.
7191
7192
7193
7194 2004/02/02: Markus Gaug
7195
7196 * manalysis/MPedCalcPedRun.cc
7197 - corrected formulae in Class description
7198
7199 * mcalib/MCalibration.[h,cc], mcalib/MHCalibration.[h,cc],
7200 manalysis/MMcCalibrationUpdate.cc:
7201 - calculate relative times and absolute times. Fit only
7202 the relative ones.
7203
7204
7205
7206 2004/02/02: Abelardo Moralejo
7207
7208 * manalysis/MMcCalibrationUpdate.cc, MMcPedestalCopy.cc
7209 - removed file type check (MC or data) from PreProcess since now
7210 run headers are not yet known at that point.
7211
7212 * mcalib/MMcCalibrationCalc.cc
7213 - same as above.
7214
7215 * NEWS
7216 - updated.
7217
7218
7219
7220 2004/02/02: Thomas Bretz
7221
7222 * manalysis/MExtractSignal2.[h,cc]:
7223 - added new task which takes a given number of slices with the
7224 highest integral content as signal.
7225
7226 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
7227 - added MExtractSignal2
7228
7229
7230
7231 2004/01/30: Abelardo Moralejo
7232
7233 * macros/starmc.C
7234 - changed default FADC integration range (more adequate for coming
7235 camera version).
7236
7237 * macros/mccalibrate.C, starmc2.C
7238 - added. First macro transforms input files from camera simulation
7239 into files with pixel data already calibrated in photons. The
7240 second reads in an already calibrated data file and produces an
7241 output file with Hillas parameters. Both together do the same as
7242 starmc.C, but it is convenient to have files containing
7243 calibrated pixel information.
7244
7245
7246
7247 2004/01/30: Thomas Bretz
7248
7249 * mbase/MDirIter.h:
7250 - added GetNumEntries
7251
7252 * mhist/MHEvent.cc:
7253 - added a dynamic_cast from MParContainer to MCamEvent to get the
7254 correct pointer to the correct base-class.
7255
7256 * mbase/MStatusDisplay.cc:
7257 - In EventInfo check whether gPad==0
7258
7259 * mfileio/MReadMarsFile.cc:
7260 - removed reading RunHeaders from PreProcess, this resulted
7261 in strange behaviour of writing RunHeaders
7262 - fixed consistency check for RunType accordingly
7263
7264 * mfilter/MFilterList.cc:
7265 - do not skip adding filter if only a filter with the same name
7266 exists
7267
7268 * mraw/MRawFileRead.cc:
7269 - added an output message if run header is not accessible
7270
7271 * mraw/MRawRunHeader.[h,cc]:
7272 - initialize fRunType to new enum kRTNone
7273
7274 * mfilter/MFGeomag.cc:
7275 - set fResult to kFALSE at the beginning of Process
7276 - according to this removed setting fResult=kFALSE before return
7277 - replaced some float by Float_t
7278 - added some const-qualifiers
7279 - replaced (rig<0.5/pr*R*(r2-r1)+r1) by (rig-r1)*pr<rnd
7280 with rnd = R * (r2-r1)/2 to make sure that we cannot
7281 devide by 0
7282
7283 * manalysis/MPedCalcPedRun.cc:
7284 - added some comments
7285
7286 * Makefile:
7287 - added mjobs
7288
7289 * mjobs/*:
7290 - added
7291
7292 * mbase/Makefile, mbase/BaseLinkDef.h:
7293 - added MRunIter
7294
7295 * mbase/MRunIter.[h,cc]:
7296 - added
7297
7298
7299
7300 2004/01/30: Markus Gaug
7301
7302 * manalysis/MPedestalCam.h
7303 - added function IsUsedHists()
7304
7305 * manalysis/MPedestalCam.cc
7306 - modified GetPixelContent
7307
7308 * manalysis/MPedestalCam.cc, manalysis/MPedCalcPedRun.cc:
7309 - include storage of number of used FADC slices to compare later
7310 the pedestal per slice ( and sigma per slice)
7311 - return relative differences in GetPixelContent
7312
7313 * mcalib/MCalibrationCalc.[h,cc], mcalib/MHCalibrationBlindPixel.[h,cc]:
7314 - fBlindPixelId and fPINDiodeId now like in PedestalCam
7315 - fill Blind Pixel with information about its fitted pedestal if
7316 available
7317 - initialize charges histogram with a bigger range
7318 - use pedestal information to constrain the pedestal fit ranges
7319
7320 * manalysis/MHPedestalPixel.cc
7321 - initialize charges histogram with a bigger range
7322
7323 * macros/calibration.C
7324 - SetRange of MExtractSignal to 1,14 (see emails of yesterday)
7325 - apply new GetPixelContents of MPedestalCam (more calculations
7326 and displays of errors, correction for different FADC slice
7327 number)
7328
7329 * manalysis/MExtractSignal.cc
7330 - not access to MArrivalTime any more. The same information is
7331 stored in MRawEvt->GetPixelContent(...)
7332
7333 * manalysis/MCalibrationCalc.cc
7334 - retrieve default arrival time from MRawEvt
7335
7336 * manalysis/MCalibrationBlindPix.cc, manalysis/MCalibrationPix.cc
7337 - check for NaN's in fit results
7338
7339
7340
7341 2004/01/29: Abelardo Moralejo
7342
7343 * mfileio/MWriteFile.h
7344 - added missing declaration of ReInit
7345
7346 * manalysis/MMcCalibrationUpdate.cc
7347 - added call to MCalibrationCam::SetBlindPixelMethodValid(kTRUE)
7348 to adapt to recent changes in MCalibrate.
7349
7350
7351
7352 2004/01/29: Thomas Bretz
7353
7354 * manalysis/MArrivalTime.h, manalysis/MCameraData.h,
7355 manalysis/MCerPhotEvt.h, manalysis/MExtractSignalCam.h,
7356 manalysis/MPedPhotCam.h, manalysis/MPedestalCam.h,
7357 mcalib/MCalibrationCam.h, mcamera/MCameraDC.h,
7358 mraw/MRawEvtData.h, mreflector/MRflEvtData.h:
7359 - split derivement into MParContainer and MCamEvent
7360
7361 * manalysis/MExtractSignalCam.[h,cc]:
7362 - removed obsolete MExtractSignal::ReInit
7363 - added -> to fArray
7364
7365 * mbase/MParList.h:
7366 - added a new bit kIsProcessing
7367
7368 * mbase/MTaskList.cc:
7369 - fixed the handling of kDoNotReset and the bahaviour of
7370 SetReadyToSave, such that it is possible to write all
7371 headers
7372
7373 * mfileio/MWriteFile.cc:
7374 - added ReInit which also calls CheckAndWrite
7375
7376 * mgui/MCamEvent.h:
7377 - does not derive from MParContainer anymore
7378
7379
7380
7381 2004/01/29: Markus Gaug
7382
7383 * mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc],
7384 mcalib/MCalibrationConfig.h
7385 - put gkCalibrationBlindPixelId and gkCalibrationPINDiodeId
7386 directly into the corresponding classes.
7387
7388
7389
7390 2004/01/29: Nicola Galante
7391
7392 * mhistmc/MHMcTriggerLvl2.[h,cc]:
7393 - In method MHMcTriggerLvl2::GetHistByName(const TString name)
7394 added string checking to return also
7395 fHistCellPseudoSize, fHistCellPseudoSizeNorm
7396 and fHistCellPseudoSizeEnergy.
7397 - Added inline functions GetHistCellPseudoSize() and
7398 GetHistCellPseudoSizeNorm().
7399
7400
7401
7402 2004/01/28: Javier Rico
7403
7404 * mcalib/MCalibrate.[h.cc]
7405 - include possibility to select the calibration method to be used
7406
7407
7408
7409 2004/01/28: Markus Gaug
7410
7411 * mcalib/MCalibrate.[h.cc]
7412 - corrected Int_t ReInit() to Bool_t ReInit(MParList *pList)
7413
7414 * mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc]:
7415 - included flags to indicate if Blind Pixel Method or PIn Diode
7416 method was OK. Up to now, program stopped, if one of the two
7417 methods was chosen but not able to being executed.
7418
7419 * manalysis/MArrivalTimeCalc.cc, manalysis/MExtractSignals.cc,
7420 manalysis/MGeomApply.cc:
7421 - put all missing InitSize(npixels) into MGeomApply
7422
7423 * manalysis/MPedCalcPedRun.[h,cc], manalysis/MPedestalCam.[h,cc],
7424 manalysis/MPedestalPix.[h,cc], manalysis/MHPedestalPixel.[h,cc],
7425 manalysis/Makefile, manalysis/AnalysisLinkDef.h:
7426 - include possibility to fit the pedestals with Gaussian.
7427 - old methods are not affected.
7428 - add new method with MPedCalcPedRun::SetUseHists()
7429
7430
7431
7432 2004/01/28: Abelardo Moralejo
7433
7434 * mcalib/MMcCalibration.cc
7435 - fixed wrong variable type in call to TH1F constructor (number of
7436 bins is now integer), which resulted in a compilation warning.
7437
7438
7439
7440 2004/01/28: Thomas Bretz
7441
7442 * manalysis/MPedestalCam.cc:
7443 - removed unwanted CheckBound from operators. CheckBounds is ONLY
7444 ment for really old MC files and will be removed in the future
7445 anyhow.
7446
7447 * mcalib/MHCalibrationPixel.h:
7448 - removed obsolete include of MFFT
7449
7450 * manalysis/MCerPhotAnal.cc, manalysis/MCerPhotCalc.cc,
7451 manalysis/MPedestalCam.[h,cc]:
7452 - removed use of obsolete MPedestalCam::CheckBounds. This was
7453 a workaround for a 'bug' in very old camera files, which is not
7454 necessary anymore.
7455
7456 * manalysis/MCerPhotAnal2.[h,cc]:
7457 - replaced MPedestalCam by MPedPhotCam
7458
7459 * manalysis/MExtractSignal.cc:
7460 - some small simplification to the signal extraction
7461 - removed some obsolete variables
7462 - replaced for by while
7463 - removed obsolete casts
7464
7465 * mmain/MEventDisplay.cc:
7466 - gave names to the filters
7467 - removed adding MHCamera to fList because it was deleted twice
7468
7469 * mhist/MHCamera.cc:
7470 - fixed usage of fPainter in Paint() - title was not updated
7471 correctly
7472
7473
7474
7475 2004/01/28: Sebastian Raducci
7476
7477 * manalysis/MArrivalTime.[h,cc]:
7478 - removed all the code relative to the cluster evaluation
7479
7480
7481
7482 2004/01/27: Markus Gaug
7483
7484 * manalysis/MPedestalPix.cc:
7485 - initialize default values to 0 instead of -1.
7486
7487 * manalysis/MPedestalCam.[h,cc]:
7488 - include CheckBounds, also in operator[]
7489
7490 * mcalib/MCalibrationCam.[h,cc]:
7491 - apparently, there was a reference to InitSize(UInt_t i) instead
7492 of InitSize(Int_t i), where compiler complained, now changed
7493
7494 * mcalib/MHCalibration*, mcalib/MCalibration*:
7495 - fixed all Clear()'s, Reset()'s, direct intializers
7496
7497
7498
7499 2004/01/27: Thomas Bretz
7500
7501 * mdata/MDataChain.cc:
7502 - added '%' to supported operators
7503
7504
7505
7506 2004/01/26: Nicola Galante
7507
7508 * manalysis/MMcTriggerLvl2.[cc,h]:
7509
7510 - Defined some static constants to avoid ugly "magic numbers"
7511 in arrays: gsNCells, gsNTrigPixels,
7512 gsNPixInCell, gsNLutInCell, gsNPixInLut, fNumPixCell.
7513 - Added method
7514 MMcTriggerLvl2::GetCellCompactPixel(int cell, MGeomCam *fCam)
7515 which computes compact pixels into a given L2T macrocell.
7516 - Added method
7517 MMcTriggerLvl2::CalcBiggerCellPseudoSize()
7518 which computes fCellPseudoSize, the maximum Pseudo Size into L2T
7519 macrocells
7520 - Added method
7521 MMcTriggerLvl2::GetCellPseudoSize() const
7522 which returns fCellPseudoSize
7523 - Added method
7524 MMcTriggerLvl2::IsPixelInCell(Int_t pixel, Int_t cell),
7525 which controls whether a pixel belongs to a given L2T cell.
7526 - Added method
7527 MMcTriggerLvl2::GetMaxCell() const
7528 which returns fMaxCell, the cell with the maximum
7529 fCellPseudoSize.
7530
7531
7532
7533 2004/01/26: Markus Gaug, Michele Doro
7534
7535 * manalysis/MArrivalTime.[h,cc], manalysis/MArrivalTimeCalc.[h,cc]:
7536 - moved calculation of arrival time from MArrivalTime to
7537 MArrivalTimeCalc. MArrivalTime does not do any Process-job
7538 anymore
7539 - TSpline5 now on stack.
7540 - function to set the stepsize
7541
7542 * mcalib/MHCalibrationBlindPixel.[h,cc]:
7543 - force mu_{0} in Blind Pixel Fit to be around 0 in fKPoisson4
7544 - implement combined Polya fit and Michele's back-scattered electron
7545 fit
7546
7547 * mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationPix.cc,
7548 mcalib/MCalibrationPINDiode.cc:
7549 - combine FitChargeHiGain and FitChargeLoGain into one function
7550
7551 * macros/calibration.C
7552 - improve double gauss fit a bit
7553
7554
7555
7556 2004/01/26: Thomas Bretz
7557
7558 * mraw/MRawEvtPixelIter.[h,cc]:
7559 - removed member function GetNumPixels. For more details see mantis.
7560
7561 * manalysis/MArrivalTime.[h,cc]:
7562 - reorganized includes
7563 - fixed InitSize and ClearArray (now Reset) to fit MParContainer
7564 definition
7565 - for the moment removed usage of fPixelChecked - THIS WILL CRASH YOUR
7566 PROGRAM
7567
7568 * manalysis/MArrivalTimeCalc.[h,cc]:
7569 - reorganized includes
7570 - removed many obsolete code, exspecially copy&paste relicts!
7571 - fixed usage of InitSize
7572 - removed CleanArray. Reset() is called automatically before Process()
7573
7574 * manalysis/MExtractedSignalCam.[h,cc]:
7575 - added SetLogStream
7576 - removed obsolete include MGeomCam
7577 - replaced PrintOut by Print
7578 - added const-qualifiers to all Getters
7579 - fixed documentation
7580
7581 * manalysis/MExtractedSignalPix.[h,cc]:
7582 - replaced PrintOut by Print
7583 - fixed documentation
7584
7585 * manalysis/MEventRateCalc.cc, manalysis/MPedCalcPedRun.cc:
7586 - replaced memset by Reset()
7587
7588
7589
7590 2004/01/24: Abelardo Moralejo
7591
7592 * macros/starmcstereo.C
7593 - Added. Example of how to run the analysis chain for MC files
7594 containing simulation of stereo systems of 2 telescopes.
7595
7596 * mcalib/MCalibrate.cc
7597 - Added check that value of signal from MExtractedSignalPix is not
7598 the default (error) value. In such a case, the signal in
7599 MCerPhotEvt is now set to 0. Before, all pixels got very high
7600 values in MCerPhotEvt in case the MRawEvtData object for the
7601 event was missing in the file. This happened in MC files, in
7602 which in some circumstances an event is written without the
7603 pixel information (for instance, when running stereo simulations
7604 the pixel data is missing for non-triggered telescopes, but the
7605 event headers are present).
7606
7607
7608
7609 2004/01/23: Markus Gaug
7610
7611 * manalysis/MExtractSignal.[h,cc], manalysis/MExtractedSignalPix.[h,cc],
7612 manalysis/MArrivalTime.[h,cc], mcalib/MCalibrationBlindPix.h,
7613 mcalib/MHCalibrationBlindPixel.[h,cc], mcalib/MCalibrationPINDiode.h,
7614 mcalib/MHCalibrationPINDiode.[h,cc], mcalib/MCalibrationPix.[h,cc],
7615 mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationCalc.[h,cc]:
7616 - use MArrivalTime for Storage (or calculation) of time
7617 in MExtractSignal
7618 - pass from TH1I histos to TH1F for times
7619
7620 * mcalib/MCalibrationBlindPix.h, mcalib/MHCalibrationBlindPixel.[h,cc],
7621 mcalib/MCalibrationPix.[h,cc], mcalib/MHCalibrationPixel.[h,cc],
7622 mcalib/MCalibrationCalc.[h,cc]:
7623 - clean up setters
7624 - pass to bit-fields for all flags
7625
7626 * mcalib/MCalibrationCam.cc
7627 - exclude Blind Pixel from Camera display
7628 - do not fill &val when return kFALSE
7629
7630 * macros/calibration.C
7631 - include functions to exclude the blind pixel,
7632 calculation of times and quality checks
7633
7634
7635
7636 2004/01/23: Abelardo Moralejo
7637
7638 * mcalib/MCalibrate.cc, manalysis/MExtractSignal.cc
7639 - Added support (using AddSerialNumber) for stereo MC files.
7640
7641
7642
7643 2004/01/23: Thomas Bretz
7644
7645 * mbase/MAstro.cc:
7646 - Fixed calculation of MJD. In Ymd2Mjd a plus should be a minus.
7647
7648 * mreport/MReport*.[h,cc]:
7649 - changed all classes to return Int_t instead of Bool_t in
7650 InterpreteBody
7651 - changed MReportFileRead such, that a wrong line results in
7652 skipping the line instead of abort reading.
7653
7654 * manalysis/MExtractSignal.cc:
7655 - do not print information for each pixel - it's too much.
7656
7657 * mbase/MStatusDisplay.cc:
7658 - when reading a status display do not display tabs with
7659 the same name than one which is already existing.
7660
7661 * mcalib/MCalibrate.cc:
7662 - directly store pointer to pixel when setting saturation flag
7663
7664 * mcamera/MCameraDC.cc:
7665 - fixed some comments
7666
7667 * mhist/MHCamEvent.cc:
7668 - fixed a crash when no geometry was available
7669
7670 * mhist/MHCamera.[h,cc]:
7671 - removed obsolete member function SetPix
7672
7673 * mbase/MStatusDisplay.[h,cc]:
7674 - added EventInfo member function
7675 - implemented preliminary redirection of GetObjectInfo to
7676 StatusLine2 -> An own status line for this is missing
7677
7678 * manalysis/MExtractSignal.[h,cc]:
7679 - implemented StreamPrimitive
7680 - changed deafults to be static const data members
7681
7682 * manalysis/MGeomApply.[h,cc]:
7683 - implemented StreamPrimitive
7684
7685
7686
7687 2004/01/23: Abelardo Moralejo
7688
7689 * manalysis/MMcCalibrationUpdate.[h,cc]
7690 - Added check to guarantee that the FADC simulation parameters of
7691 all read files (those used for calibration and those analyzed)
7692 are the same.
7693 - Added missing support for analysis of stereo files.
7694
7695 * mcalib/MMcCalibrationCalc.cc
7696 - Removed obsolete FIXME comment.
7697 - Added missing support for analysis of stereo files.
7698
7699
7700 2004/01/23: Raquel de los Reyes
7701
7702 * macros/CCDataCheck.C
7703 - Added the temperature distribution of the optical links
7704 and the plots of the LV power supplies.
7705 * mcamera/MCameraLV.h
7706 - Added the "Get" functions to access the private data
7707 members of the class.
7708
7709
7710 2004/01/22: Abelardo Moralejo
7711
7712 * manalysis/MMcCalibrationUpdate.[h,cc]
7713 - Now ratio of high to low gain is taken from MCalibrationCam if
7714 it existed previously in the parameter list, instead of being
7715 read again from the MMcFadcHeader. Removed Setter function for
7716 fADC2PhInner, no longer necessary. Fixed error regarding the
7717 pedestal conversion to photons (did not read conversion factor
7718 from preexisting MCalibrationCam object).
7719
7720 * mcalib/MMcCalibrationCalc.cc
7721 - Changed parameters of the histogram, and also the quantity being
7722 histogrammed. Check that input data come from a noiseless camera
7723 file before proceeding to do the calibration. Introduced lower
7724 size in cut for calibration. Now rhe calibration constant is not
7725 calculated from the mean of photons/ADC counts, but from the peak
7726 of the histogram.
7727
7728 * macros/starmc.C
7729 - Introduced new scheme. Now there are two loops over two different
7730 sets of files. First loop calculates the calibration constants,
7731 second one does the analysis. Introduced comments. Now the
7732 histogram used in the light calibration is written to the output
7733 file.
7734
7735
7736
7737 2004/01/22: Thomas Bretz
7738
7739 * mcalib/MCalibrate.[h,cc], mcalib/MCalibrationCam.[h,cc],
7740 mcalib/MCalibrationBlindPix.[h,cc], mcalib/MCalibrationCalc.[h,cc],
7741 mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationPINDiode.[h,cc],
7742 mcalib/MCalibrationBlindPixel.[h,cc],
7743 mcalib/MHCalibrationPixel.[h,cc], mcalib/MMcCalibrationCalc.[h,cc],
7744 mcalib/MHCalibrationBlindPixel.[h,cc],
7745 mcalib/MHCalibrationPINDiode.[h,cc]:
7746 - cleaned up includes
7747
7748
7749
7750 2004/01/22: Raquel de los Reyes
7751
7752 * macros/CCDataCheck.C
7753 - macro to check the data from the central control (.rep files).
7754
7755
7756
7757 2004/01/22: Markus Gaug
7758
7759 * macros/calibration.C
7760 - made MStatusDisplay 3 bit smaller
7761
7762 * manalysis/MExtractSignal.cc
7763 - put fSignals->SetUsedFADCSlices into PreProcess
7764
7765 * manalysis/MPedCalcPedRun.cc
7766 - calculate PedRMS as RMS of the sums, later renormalized to units
7767 of RMS/slice (eliminate the wrong effect of odd and even slices)
7768
7769 * mcalib/MCalibrationCalc.cc
7770 - if bit SkipBlindPixelFit is set, now number of photons outside
7771 plexiglass is not intended to be calculated any more (previous
7772 bug)
7773 - exclude excluded pixels in eventloop
7774
7775 * mcalib/MHCalibrationBlindPixel.[h,cc]
7776 - move functions to pointer again (otherwise, Clone will give
7777 strange results)
7778
7779
7780
7781 2004/01/21: Abelardo Moralejo
7782
7783 * mcalib/MMcCalibrationCalc.[h,cc]
7784 - Added. First version of the task intended to calculate the
7785 conversion factors from ADC counts to photons in the MC. It has
7786 a different aim than the recently renamed class
7787 "MMcCalibrationUpdate" (which takes care that the correct
7788 pedestals and conversion factors are supplied to each event, but
7789 does not really calculate anything).
7790
7791 * mcalib/Makefile, CalibLinkDef.h
7792 - Added new class MMcCalibrationCalc
7793
7794 * manalysis/MMcCalibrationUpdate.[h,cc]
7795 - Now the container MCalibrationCam is not created or modified if
7796 it is found that one such container already exists in the
7797 Parameter list (from a previous calibration).
7798
7799
7800
7801 2004/01/21: Thomas Bretz
7802
7803 * mraw/MRawRead.cc:
7804 - restore the fake time for all runs (current time stamp in
7805 the data seems to be toally nonsense)
7806
7807 * mraw/MRawEvtHeader.cc:
7808 - removed decoding of real time (current time stamp in the data
7809 seems to be toally nonsense)
7810
7811
7812
7813 2004/01/21: Abelardo Moralejo
7814
7815 * mmc/MMcEvt.hxx
7816 - Uncommented 6 Getter functions (those regarding the number of
7817 photons surviving the different stages of simulation).
7818
7819 * manalysis/MMcCalibrationUpdate.[h,cc]
7820 - Added (see below).
7821
7822 * manalysis/MMcCalibrationCalc.[h,cc]
7823 - Removed: changed name of this class to MMcCalibrationUpdate,
7824 which is more representative of what it really does. Moved
7825 the filling of the MCalibrationCam container from Process to
7826 ReInit, since it does not change on an event by event basis.
7827 Simplified PreProcess (MCalibrationCam was searched for twice).
7828 Updated class description and comments.
7829
7830 * manalysis/Makefile, AnalysisLinkDef.h
7831 - Adapted to change above
7832
7833 * macros/starmc.C
7834 - Adapted to change above. Changed also task instance name from
7835 mccalibcalc to mccalibupdate.
7836
7837
7838
7839 2004/01/21: Raquel de los Reyes
7840
7841 * mreport/MReportCC.h, mreport/MReportTrigger.h, mcamera/MCameraHV.h
7842 and mcamera/MCameraCalibration.h
7843 - Added the "Get" functions (e.g GetStatus() for fStatus) to access
7844 the private data members of the class.
7845
7846
7847
7848 2004/01/20: Thomas Hengstebeck
7849
7850 * mranforest/MRanForestCalc.[h,cc]
7851 - Added member functions Grow (training of RF) and Fill (reading in
7852 trained forest from file) which simplify macros.
7853 One just needs to call them instead of using MRanForestGrow and
7854 MRanForestFill (and the related training and fill loops) in a
7855 macro.
7856
7857
7858
7859 2004/01/20: Abelardo moralejo
7860
7861 * manalysis/MMcCalibrationCalc.cc
7862 - removed call to MCalibrationPix::SetPedestal, which was not
7863 needed.
7864
7865
7866
7867 2004/01/20: Thomas Bretz
7868
7869 * Makefile:
7870 - replaced 'make' by '$(MAKE)'
7871
7872 * Makefile.rules:
7873 - added Makefile itself to dependencies
7874
7875 * mbase/MTask.cc:
7876 - added comment about ReInit
7877
7878 * mhbase/MH.cc:
7879 - do not clear pad in DrawClone if 'same' option given
7880
7881 * mhist/MHVsTime.cc:
7882 - evaluate 'same' option
7883
7884 * mfileio/MReadCurrents.[h,cc]:
7885 - obsolete, removed
7886
7887 * manalysis/MCerPhotEvt.cc, manalysis/MCerPhotPix.cc:
7888 - added some comments
7889
7890
7891
7892 2004/01/20: Abelardo moralejo
7893
7894 * mcalib/MHCalibrationPINDiode.cc
7895 - Added call to SetDirecory(0) for histograms fHErrCharge,
7896 fHPCharge, fHPTime.
7897
7898 * manalysis/MCerPhotPix.h:
7899 - Changed position of declaration of fIsSaturated to be the last
7900 private variable. Otherwise, since in the constructor it is
7901 initialized in the last place, a warning is displayed upon
7902 compilation in some systems.
7903
7904
7905
7906 2004/01/20: Markus Gaug
7907 * mcalib/Makefile, manalysis/Makefile:
7908 - include directory ../mtools
7909
7910 * mtools/MFFT.[h,cc]
7911 - class inherits from TObject now
7912
7913
7914
7915 2004/01/19: Markus Gaug
7916
7917 * mcalib/MHCalibrationBlindPixel.[h,cc]
7918 - fixed a bug in fFitLegend due to which program crashed by calls
7919 to DrawClone
7920 - Modified way to change the fit function
7921
7922 * mcalib/MHCalibrationPixel.[h,cc]
7923 - reordered function calls
7924 - removed SetupFill
7925
7926 * mcalib/MHCalibrationPINDiode.h
7927 - reordered function calls
7928
7929 * mcalib/MCalibrationPix.[h,cc]
7930 - limits to define fFitValid now as variables in class
7931
7932 * mcalib/MCalibrationCam.[h,cc]
7933 - reordered function calls
7934 - incorporate option to exclude pixels
7935
7936 * mcalib/MCalibrationBlindPix.h
7937 - Modified way to change the fit function
7938
7939 * mcalib/MCalibrationCalc.[h,cc]
7940 - Modified way to change the fit function
7941 - incorporate option to exclude pixels from configuration file
7942
7943 * macros/calibration.C
7944 - Modified way to change the fit function
7945 - incorporate option to exclude pixels from configuration file
7946
7947
7948
7949 2004/01/19: Javier Rico
7950
7951 * manalysis/MPedCalcPedRun.cc, manalysis/MPedPhotCalc.cc
7952 - Added documentation of member functions
7953
7954
7955
7956 2004/01/19: Abelardo Moralejo
7957
7958 * manalysis/MCerPhotPix.[h,cc]
7959 - Added fIsSaturated to flag whether low gain of the pixel is
7960 saturated. Added corresponding getter and setter functions.
7961 Updated ClassDef to version 2.
7962
7963 * mcalib/MCalibrate.cc
7964 - Set the new saturation flag of MCerPhotPix to kTRUE if at least
7965 one low gain FADC slice is saturated.
7966
7967 * mimage/MNewImagePar.[h,cc]
7968 - Added new member variable fNumSaturatedPixels to count how many
7969 pixels were saturated. Updated ClassDef to version 2.
7970
7971
7972
7973 2004/01/19: Thomas Bretz
7974
7975 * manalysis/MPedPhotCalc.[cc,h]:
7976 - fixed order of includes
7977 - removed obsolete forward declarations
7978 - removed obsolete data member fNumPixels (stored already twice in
7979 the two TArrayF)
7980 - fixed some small bugs in the documentation
7981
7982 * manalysis/MPedCalcPedRun.cc:
7983 - updated my eMail address
7984
7985
7986
7987 2004/01/19: Javier Rico
7988
7989 * macros/dohtml.C, NEWS
7990 - include some missing info
7991
7992
7993
7994 2004/01/19: Abelardo Moralejo
7995
7996 * manalysis/MExtractedSignalPix.h
7997 - added GetNumLoGainSaturated()
7998
7999
8000
8001 2004/01/19: Markus Gaug
8002
8003 * macros/dohtml.C
8004 - include calibration.C
8005
8006 * manalysis/MExtractSignal.cc
8007 - warning of logain saturation now only once per event (out of loop)
8008
8009 * mcalib/MCalibrationCalc.cc, mcalib/MCalibrationPix.[h,cc]
8010 - new Flag fExcluded to indicate if pixel has been excluded from
8011 further analysis
8012
8013
8014
8015 2004/01/16: Javier Rico & Pepe Flix
8016
8017 * manalysis/MPedPhotCalc.[cc,h]
8018 - added
8019 - new class for the evaluation of pedestals in units of photons
8020 using the extracted signal from pedestal runs and calibration
8021 constants defined in MCalibrate
8022
8023 * manalysis/AnalysisLinkDef.h, manalysis/Makefile
8024 - added entries for MPedPhotCalc
8025
8026 * macros/pedphotcalc.C
8027 - added
8028 - example on how to use MPedPhotCalc task
8029
8030
8031
8032 2004/01/16: Markus Gaug
8033
8034 * mcalib/MCalibrationFits.h
8035 - removed and incorporated in MHCalibrationBlindPixel.h
8036
8037 * mcalib/MHCalibrationBlindPixel.[h,cc], mcalib/MHCalibrationConfig.h,
8038 mcalib/MCalibrationBlindPix.h:
8039 - incorporate Fit functions
8040 - fixed a bug due to which DrawClone crashed when class was used
8041 in a compiled macro
8042
8043 * mcalib/MCalibrationCalc.cc, mcalib/MCalibrationPix.cc,
8044 mcalib/MCalibrationBlindPix.cc, mcalib/MCalibrationPINDiode.cc,
8045 mcalib/MCalibrationCam.cc, mcalib/MHCalibrationBlindPixel.cc,
8046 mcalib/MHCalibrationPixel.cc:
8047 - fixed the warns and errs in fLog's
8048
8049
8050
8051 2004/01/16: Abelardo Moralejo
8052
8053 * manalysis/MMcCalibrationCalc.cc
8054 - TMath::Max() is no longer used because it did not compile in some
8055 systems for unkown reasons. I replaced it by a safer (and may be
8056 slower) code.
8057 - Added calpix.SetFitValid();
8058
8059 * mhist/MHEvent.cc
8060 - In MHEvent::Fill, fixed: second parameter of SetCamContent must
8061 be 1 in case of RMS:
8062 case kEvtPedestalRMS:
8063 fHist->SetCamContent(*(MCamEvent*)par, 1);
8064
8065
8066
8067 2004/01/15: Abelardo Moralejo
8068
8069 * macros/starmc.C
8070 - Added. Version of star showing new chain to get Hillas
8071 parameters (with Size calibrated in photons) from MC files.
8072
8073
8074
8075 2004/01/15: Javier Rico
8076
8077 * manalysis/MPedCalcPedRun.[h,cc]
8078 - optimize the running time
8079 - add (some) documentation
8080 - correct treatment for the case of several input files
8081
8082 * macros/pedvsevent.C
8083 - added
8084 - draw pedestal mean and rms vs event# for input pixel# and run
8085 file, and compares them to the global pedestal mean and rms
8086
8087
8088
8089 2004/01/15: Raquel de los Reyes
8090
8091 * mhist/MHCamEvent.cc, mhist/MHCamera.cc
8092 - changed the MHCamEvent::SetupFill and MHCamera::GetBinError
8093 functions to compute the estimation of the error of the
8094 mean. It can be done calling to the function
8095 MCamEvent::SetBit(MHCamera::kVariance) in the macro
8096
8097
8098
8099 2004/01/15: Markus Gaug
8100
8101 * mhist/MHCamera.[h,cc]
8102 - incorporate Thomas's changes
8103 - replace void CreateProjection() by TH1D *Projection(const char*)
8104
8105 * macros/calibration.C
8106 - replace MHCamera->Draw("proj") by MHCamera->Projection()
8107 - produce better fits to the projection
8108
8109 * manalysis/MSimulatedAnnealing.[h,cc],
8110 mhist/MHSimulatedAnnealing.[h,cc]:
8111 - moved to directory mtools
8112 - MSimulatedAnnealing now inherits from TObject
8113
8114 * manalysis/Makefile, manalysis/AnalysisLinkDef.h,
8115 mhist/Makefile, mhist/HistLinkDef.h:
8116 - removed MSimulatedAnnealing
8117 - removed MHSimulatedAnnealing
8118
8119 * mtools/Makefile, mtools/AnalysisLinkDef.h:
8120 - added MSimulatedAnnealing
8121 - added MHSimulatedAnnealing
8122
8123
8124
8125 2004/01/15: Thomas Bretz
8126
8127 * manalysis/AnalysisLinkDef.h:
8128 - removed MCurrents
8129
8130 * mhist/MHCamera.[h,cc]:
8131 - added member function Projection
8132 - removed fYproj
8133
8134 * mreport/MReport*.*:
8135 - added more comments
8136
8137
8138
8139 2004/01/14: Markus Gaug
8140
8141 * mtools/MFFT.[h,cc]
8142 - new class to perform Fast Fourier Transforms
8143
8144 * mtools/Makefile
8145 * mtools/ToolsLinkDef.h
8146 - include MFFT
8147
8148 * manalysis/MExtractedSignalCam.h
8149 - removed variables fNumHiGainSamples and fNumLoGainSamples
8150 - function SetNumUsedFADCSlices replaced by SetUsedFADCSlices
8151
8152 * manalysis/MExtractSignal.cc
8153 - updated call to SetUsedFADCSlices
8154
8155
8156
8157 2004/01/14: Abelardo Moralejo
8158
8159 * manalysis/MMcCalibrationCalc.cc:
8160 - set pedestal rms per FADC slice to 0.01 counts in case it is 0.
8161 This can happen (depending on camera simulation parameters), and
8162 rms = 0 later resulted in the pixel being eliminated in the
8163 image cleaning.
8164
8165
8166
8167 2004/01/14: Thomas Bretz
8168
8169 * Makefile:
8170 - replaced old style Makefile.depend by directory specific
8171 dependancy files
8172
8173 * Makefile.rules:
8174 - changed obsolete '.cc.o' style to newer style '%.o: %.c'
8175 - added rule to make dependency files
8176 - added rule to remove dependancy files.
8177 - added rmdep as prerequisite to clean
8178 - include dependency file
8179
8180 * mbase/Makefile, mcalib/Makefile, mcamera/Makefile,
8181 mdata/Makefile, mfileio/Makefile, mfilter/Makefile,
8182 mgeom/Makefile, mgui/Makefile, mhbase/Makefile,
8183 mhist/Makefile, mhistmc/Makefile, mimage/Makefile,
8184 mmain/Makefile, mmc/Makefile, mmontecarlo/Makefile,
8185 mpointing/Makefile, mranforest/Makefile, mraw/Makefile,
8186 mreflector/Makefile, mreport/Makefile, mtemp/Makefile,
8187 mtools/Makefile:
8188 - removed clean-rule, use the one in Makefile.rules instead
8189
8190 * mreport/Makefile, mreport/ReportLinkDef.h:
8191 - added MReportHelp
8192
8193 * mreport/MReportFileRead.cc:
8194 - moved code from MReportHelp to new file
8195 - removed usage of MReport class completely
8196
8197 * mfilter/MFGeomag.[h,cc]:
8198 - fixed a bug which causes MFGeomag to fail if MARSSYS is not set
8199 - changed the second loop from 0->1151 to 1152->2304
8200 - removed dummy arrays used for reading
8201 - output filename in case of 'file not found'
8202 - removed obsolete data members
8203 - removed obsolete Init function
8204 - removed forbidden underscore from member variable
8205 - changed wrong 0/1 in allocation of fResult into kFALSE/TRUE
8206
8207 * mbase/MStatusDisplay.[h,cc]:
8208 - added new member function Open
8209 - added new menu entry kFileOpen
8210 - changed UpdatePSheader algorithm (the old one was much too slow)
8211
8212 * manalysis/MCurrents.[h,cc]:
8213 - removed (old outdated)
8214
8215 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
8216 - removed MCurrents
8217
8218
8219
8220 2004/01/14: Wolfgang Wittek
8221
8222 * macros/ONOFFAnalysis.C:
8223 - current version
8224
8225 * mhist/MHSigmaTheta.[h,cc]:
8226 - replace MPedestalCam by MPedPhotCam
8227
8228 * manalysis/MPad.[h,cc], manalysus/MSigmabar.[h,cc],
8229 manalysus/MSigmabarCalc.[h,cc], manalysus/MCT1PadONOFF.[h,cc],
8230 manalysus/MCT1PadSchweizer.[h,cc], manalysus/MPadding.[h,cc]:
8231 - replace MPedestalCam by MPedPhotCam
8232
8233 * manalysis/MPedPhotPix.[h,cc]
8234 - uncomment SetRms()
8235
8236
8237
8238 2004/01/13: Markus Gaug
8239
8240 * manalysis/MExtractSignal.h
8241 - seems that the reduced light intensity of the CT1 Pulser
8242 results in broader pulses -> Set Default time slices to [3,10]
8243
8244 * mhist/MHCamera.cc
8245 - make Stat Window in option 'proj' bigger
8246 - add comment line at beginning of Draw()
8247
8248 * mcalib/MHCalibrationBlindPixel.[h.cc]
8249 - add Function DrawClone()
8250 - fix bug in calculation of integral (GetIntegral("width"))
8251 - restrict parameters tighter
8252 - declare fit as not valid, if less than 100 events
8253 in single photo-electron peak
8254
8255 * mcalib/MCalibrationFits.h, mcalib/MHCalibrationBlindPixel.[h.cc]
8256 - fit now with fixed normalization
8257
8258 * mcalib/MHCalibrationPixel.[h.cc]
8259 - new function IsEmpty()
8260 - Time fit accepted if ChiSquare less than 30. (instead of 20.)
8261
8262 * mcalib/MCalibrationPix.[h.cc]
8263 - F-Factor corrected and added error
8264 - Histograms not fitted if they are empty
8265 - rejection criteria of fitted charges now > 5 PedRMS (instead 3)
8266
8267 * mcalib/MCalibrationCam.cc
8268 - Square Root of Reduced Sigmas not taken, if they are < 0.
8269 - Reduced Sigma / Charge squared replaced by reduced sigma / charge
8270
8271 * mcalib/MCalibrationCalc.cc
8272 - Blind Pixel is not additionally treated as normal pixel any more
8273 - Blind Pixel Draw replaced by DrawClone
8274
8275 * macros/calibration.C
8276 - took out some unused code
8277 - some default axis labelling corrected
8278
8279
8280
8281 2004/01/13: Abelardo Moralejo
8282
8283 * manalysis/MMcPedestalCopy.cc
8284 - added check of whether input file is a MC file before executing
8285 the PreProcess.
8286
8287
8288
8289 2004/01/13: Wolfgang Wittek
8290
8291 * macros/ONOFFAnalysis.C, macros/ONAnalysis.C:
8292 - change macro to handle also MC events with finite sigmabar
8293
8294 * manalysis/MPadOn.[h,cc]:
8295 - deleted, is replaced by MPad
8296
8297 * manalysis/MPadOnOFF.[h,cc]:
8298 - deleted, is replaced by MPad
8299
8300 * manalysis/MPad.[h,cc]:
8301 - new class, replacing MPadON and MPadONOFF
8302 - handle also MC events with finite sigmabar
8303
8304 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
8305 - replace MPadON and MPadONOFF by MPad
8306
8307
8308
8309 2004/01/13: Thomas Bretz
8310
8311 * mraw/MRawRunHeader.[h,cc]:
8312 - implemented new member function GetRunTypeStr
8313
8314 * Changelog.03:
8315 - added (contains entries of 2003)
8316
8317 * Changelog:
8318 - removed entries of 2003
8319
8320 * mfilter/MFGeomag.cc:
8321 - simplified open/close of input files
8322
8323 * manalysis/MEventRate.[h,cc], manalysis/MEventRateCalc.cc:
8324 - added some comments
8325 - added new member function GetError
8326
8327 * Makefile:
8328 - updated 'make dox' output for convinience
8329
8330 * macros/dohtml.C:
8331 - do not print Info's
8332 - added mcamera
8333 - added mpointing
8334 - added mreport
8335
8336 * mreport/MReportCurrents.cc, mreport/MReportDAQ.cc:
8337 - removed some obsolete comments (these comments confused THtml)
8338
8339 * manalysis/MCameraData.[h,cc], mfileio/MCT1ReadAscii.[h,cc],
8340 mfileio/MCT1ReadPreProc.[h,cc], mfilter/MFCT1SelBasic.cc,
8341 mfilter/MFSelBasic.cc, mhist/MHCamera.cc, mhist/MHEvent.[h,cc],
8342 mimage/MImgCleanStd.[h,cc], mimage/MImgCleanTGB.[h,cc],
8343 mmain/MAnalysis.cc, mmain/MEventDisplay.cc:
8344 - replaced MPedestalCam by MPedPhotCam
8345 - removed some obsolete includes
8346
8347 * mbase/BaseLinkDef.h, mbase/Makefile:
8348 - added MLogPlugin
8349 - added MLogHtml
8350
8351 * mbase/MLog.[h,cc]:
8352 - added use of plugins
8353
8354 * mbase/MLogPlugin.[h,cc], mbase/MLogHtml.[h,cc]:
8355 - added
8356
8357 * mbase/MStatusDisplay.[h,cc]:
8358 - added a Save-As dialog
8359
8360
8361
8362 2004/01/12: Thomas Bretz
8363
8364 * macros/rootlogon.C:
8365 - added mcamera to include path
8366 - added mpointing to include path
8367 - added mreport to include path
8368
8369 * mbase/MLog.cc:
8370 - updated my eMail address
8371
8372 * mbase/MParContainer.h:
8373 - added Read member function
8374
8375 * mbase/MStatusDisplay.[h,cc]:
8376 - changed size of ps-paper
8377 - added a user defined bottom line to the ps-files
8378 - added name (currently unused)
8379 - added title (used as possible bottom line in ps-file)
8380
8381 * mraw/MRawRunHeader.cc:
8382 - added some comments
8383
8384 * status.cc:
8385 - set name of input as bottom line of status display
8386
8387
8388
8389 2004/01/12: Abelardo Moralejo
8390
8391 * mimage/MStereoPar.cc
8392 - fixed mistake: now fSourceY = scale1*hillas1.GetMeanY() + ...
8393 instead of fSourceY = scale2*hillas1.GetMeanY() + ...
8394 Bug had no effect unless scale1 != scale2 (-> telescopes of
8395 different size).
8396
8397
8398
8399 2004/01/12: Markus Gaug
8400
8401 * manalysis/MExtractSignal.[h,cc]
8402 - take out some uncommented code
8403 - replace logainshift by two independent variables:
8404 logainfirst, logainlast
8405 - because in most data, maximum occurs in slice 4, shift default
8406 from slices 4-9 to slices 3-8.
8407
8408 * manalysis/MExtractedSignalPix.[h,cc]
8409 - took out some uncommented code
8410 - new initializers: instead of -1. now 99999.9
8411
8412
8413
8414 2004/01/09: Markus Gaug
8415
8416 * mcalib/MCalibrationCam.[h,cc]
8417 - take out 1-dim histos because we can use
8418 the projections in MHCamera (s.b.)
8419
8420 * mcalib/MHCalibrationBlindPixel.h
8421 - make the fit by default quiet
8422
8423 * mcalib/MHCalibrationPixel.[h,cc]
8424 * mcalib/MCalibrationPix.[h,cc]
8425 - Ranges of time slices stored independently for HiGain and LoGain
8426 in order to allow consecutive checks
8427
8428 * mhist/MHCamera.[h.cc]
8429 - add the possibility to call a Draw("proj") which will
8430 draw a Y-Projection of the histogram
8431
8432 * macros/calibration.C
8433 - apply the drawing of the projections and fit them
8434
8435 * mcalib/MCalibrationCalc.cc
8436 - catch the possibility of a calibration file,
8437 unintendedly being a pedestal or cosmic file.
8438 Program now exits with an error before doing the fits
8439
8440 * mcalib/MCalibrationPix.[h,cc]
8441 - fixed a bug in calculation of fFitValid.
8442 before, a call to IsFitValid() always returned false
8443
8444
8445
8446 2004/01/09: Javier Lpez
8447
8448 * macros/bootcampstandardanalysis.C
8449 - added new macro that holds the main scheleton discussed in the
8450 december bootcamp in Wuerzburg. It runs first over a pedestal
8451 run, then over a calibration run, again over the pedestal run
8452 to compute de pedestal in number of photons and finally over a
8453 data run to calibrate the data.
8454
8455
8456
8457 2004/01/06: Sebastian Raducci
8458
8459 * manalysis/MArrivalTime.[h,cc]
8460 - added new method to calculate photon arrival times. It uses the
8461 TSpline5 Root Class to interpolate the Fadc Slices. The time is
8462 the abscissa value of the absolute maximum of the interpolation
8463 - added new method to find clusters with similar arrival times.
8464 For now it's a preliminary version. It simply search for adiacent
8465 pixels having the same arrival time (color).
8466
8467 * manalysis/MArrivalTimeCalc.[h,cc]
8468 - modified the Process() method according to the changes in the
8469 Arrival Time Cointainer
8470
8471 * mmain/MEventDisplay.cc
8472 - added new tab in the camera event display to show the arrival
8473 time. This arrival time is calculated with the spline method
8474 - the old Arrival Time pad now it's called Max Slice Idx, because
8475 it's only the index of the slice with the max content.
8476
8477 * mhist/MHEvent.[h,cc]
8478 - added new fType in te enumeration to handle the arrival time
8479 histos
Note: See TracBrowser for help on using the repository browser.