source: trunk/MagicSoft/Mars/Changelog@ 4851

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