source: trunk/MagicSoft/Mars/Changelog@ 4967

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