source: trunk/MagicSoft/Mars/Changelog@ 4871

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