source: trunk/MagicSoft/Mars/Changelog@ 4975

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