source: trunk/MagicSoft/Mars/Changelog@ 4990

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