source: trunk/MagicSoft/Mars/Changelog@ 4849

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