source: trunk/MagicSoft/Mars/Changelog@ 4924

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