source: trunk/MagicSoft/Mars/Changelog@ 4944

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