source: trunk/MagicSoft/Mars/Changelog@ 4972

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