source: trunk/MagicSoft/Mars/Changelog@ 2606

Last change on this file since 2606 was 2606, checked in by moralejo, 21 years ago
*** empty log message ***
File size: 171.3 KB
Line 
1Please do not write behind the end of line tag so that it is possible
2to send a Changelog file to a line printer directly. Thanks.
3
4
5 -*-*- END OF LINE -*-*-
6 2003/12/05: Abelardo Moralejo
7
8 * mhistmc/MHMcCollectionArea.cc
9 - removed wrong comment in MHMcCollectionArea::CalcEfficiency2
10
11 2003/12/05: Thomas Bretz
12
13 * mpointing/*:
14 - added
15
16 * Makefile:
17 - added mpointing
18
19 * NEWS:
20 - updated
21
22 * mbase/MTime.[h,cc]:
23 - complere rewrite of the data members
24 - ClassDef=3
25
26 * mfileio/MCT1ReadPreProc.cc, mfileio/MReadCurrents.cc,
27 mfileio/MReadReports.cc, mhist/MHPixVsTime.cc,
28 mhist/MHVsTime.cc, mmain/MOnlineDump.cc,
29 mmontecarlo/MMcTimeGenerate.cc, mreport/MReport.cc
30 - adapted to new MTime
31
32 * mfileio/MReadReports.[h,cc]:
33 - added the possibility to enable Auto Scheme
34 - delete the TChains when removed
35
36 * mfileio/MWriteRootFile.[h,cc]:
37 - automaticalle create title for Trees
38 - added a 'Must-Have' flag for the added containers
39
40 * mreport/MReportCamera.h:
41 - added //! to all pointers
42
43 * mtools/MAstro.[h,cc]:
44 - added calculations from and to MJD
45 - moved to mbase
46
47 * mfileio/Makefile, mfileio/FileIOLinkDef.h:
48 - removed MReadCurrent
49
50
51
52 2003/12/04: Markus Gaug
53
54 * manalysis/MCalibration*
55 - implemented some of Thomas Bretz suggestions to make the code
56 nicer
57 - implemented the possibility to have cosmics in the calibration
58 data and remove it
59 - implemented the conversion factors for the blind pixel method
60
61 * mhist/MHCalibration*
62 - implemented some of Thomas Bretz suggestions to make the code
63 nicer
64 - implemented the possibility to have cosmics in the calibration
65 data and still fit it
66
67 * macros/calibration.C
68 - MStatusDisplay of calibration histograms a little bit more readable
69
70
71
72 2003/12/03: Abelardo Moralejo
73
74 * mimage/MStereoCalc.cc
75 - Fixed typo in the PreProcess (fmcevt1 was initialized a second
76 time, instead of fmcevt2).
77
78
79
80 2003/12/02: Abelardo Moralejo
81
82 * mimage/MStereoCalc.[h,cc]
83 - changed names of variables (removed underscores). Use new
84 function MTask::AddSerialNumber (see below).
85
86
87
88 2003/12/02: Thomas Bretz
89
90 * mfilter/MFEventSelector2.[h,cc]:
91 - fixed and reorganized screen output
92 - added some small comments to the code
93 - moved some code from Process() to the new private function Select
94 - fixed uncounted events (underflow bins were not counted)
95 - renamed nonsens fErrors to fCounter
96 - fixed usage of fDisplay
97
98 * manalysis/MEventRate.[h,cc], manalysis/MEventRateCalc.[h,cc],
99 mfileio/MReadReports.[h,cc], mreport/MReport*.[h,cc],
100 mcamera/MCamera*.[h,cc]:
101 - fixed and added comments.
102
103 * mbase/MTask.h:
104 - added static member functions AddSerialNumber to simplify
105 using different Serial numbers.
106
107 * macros/readrep.C:
108 - updated to be an example for more functionality
109
110
111
112 2003/12/01: Markus Gaug
113
114 * macros/calibration.C:
115 - adjusted some parameters
116
117 * manalysis/MCalibrationCalc.cc:
118 - cosmics are now skipped from the fit
119
120 * manalysis/MCalibrationPix:
121 - cosmics are now skipped from the fit
122
123 * mhist/MHCalibrationPixel:
124 - cosmics are now skipped from the fit
125
126 * manalysis/Makefile
127 - MPedCalcPedRun was not in Makefile
128
129 * manalysis/AnalysisLinkDef
130 - MPedCalcPedRun was not in AnalysisLinkDef
131
132
133
134 2003/12/01: Thomas Bretz
135
136 * Makefile:
137 - added readdaq
138
139 * mona.cc:
140 - moved MOnlineDump behind hfilla/../d
141
142 * macros/readrep.C:
143 - removed obsolete piece of code
144 - added 'writer'
145 - added code to read from file
146
147 * mbase/MStatusDisplay.cc:
148 - removed obsolete workaround in HandleEvent. Found the bug
149 in MEventDisplay
150
151 * mmain/MEventDisplay.cc:
152 - fixed a crash when switching to a tab without canvas
153
154 * mmain/MOnlineDisplay.[h,cc]:
155 - removed obsolete code
156
157 * mmain/MOnlineDump.cc:
158 - set maximum and minimum of 'sum' histogram to 0 and 15
159
160 * mtemp/MObservatory.cc:
161 - changed telescope position (kMagic1) according to new data from GPS clock
162
163 * readraw.cc:
164 - changed includes
165
166 * mbase/MPrint.[h,cc]:
167 - added kSeperator
168
169 * mbase/MTime.[h,cc]:
170 - added SetTime(const TTime&)
171
172 * mraw/MRawEvtHeader.cc:
173 - added 'nogains' option to Print
174
175 * readdaq.cc:
176 - added
177
178 * mfilter/MFilterList.cc:
179 - added class description
180
181 * mfilter/FilterLinkDef.h, mfilter/Makefile:
182 - removed obsolete MFAntiFilter (for a replacement see
183 class-description of MFilterList)
184
185 * mfilter/MFRandomSplit.[h,cc]:
186 - fixed missing manipulators in fLog stream
187 - reset values in constructor which are out of range
188 - changed output in PostProcess according to the style in MHillasCalc etc.
189 - changed nonsense derivement from MF to MFilter
190
191 * mhist/MHCamera.[h,cc]:
192 - added DrawClone to get rid of the usage of gROOT->GetSelectedPad.
193 this resulted in some trouble in the past. If it will make more
194 trouble than before we can remove it again - please report problems.
195
196
197
198 2003/12/1: Abelardo Moralejo
199
200 * mimage/MStereoPar.cc
201 - Added calculation of fCT1Impact2, fCT2Impact2, the estimates of
202 impact parameter using the a priori assumption that the events
203 come from a point source located at the center of the camera.
204
205
206
207 2003/11/27: Wolfgang Wittek
208
209 * mfilter/MFEventSelector2.cc
210 - if number of requested events is too high reduce it to the maximum
211 number possible
212 - introduce the flag 'fUseOrigDistribution'; if it is set to kTRUE
213 (by SetOrigDistribution()) the original distribution will be used
214 as the nominal distribution
215 - added member functions SetUseOrigDistribution()
216 - added member functions SetHistOrig()
217
218 * mfilter/MFRandomSplit.[h,cc]
219 - a filter which gives fResult = kTRUE with a certain probability
220
221 * mfilter/MFAntiFilter.[h,cc]
222 - a filter which checks the result of a given filter and returns
223 the opposite result;
224 Thomas : could you please add a code which puts the filter whose
225 result is checked into the task list ?
226
227 * mfilter/Makefile, mfilter/FilterLinkDef.h
228 - add MFRandomSplit and MFAntiFilter
229
230 * manalysis/MCT1FindSupercuts.[h,cc]
231 - in 'DefineTrainMatrix', 'DefineTestMatrix', and
232 'DefineTrainTestMatrix()' :
233 replace call to 'MFEventSelector' by call to 'MFEventSelector2'
234 - add member function SetUseOrigDistribution(Bool_t b);
235 if b = kTRUE the events for the training and test samples are
236 selected randomnly from the input file
237
238
239
240 2003/11/27: Abelardo Moralejo
241
242 * mdata/MDataChain.cc:
243 - added ';' as a possible alphanumeric character in the data
244 string, to support the use of variables from MC stereo files
245 where the parameter containers for each telescope are tagged
246 with a ';' followed by the telescope number.
247
248
249
250 2003/11/26: Thomas Bretz
251
252 * mhist/MHVsTime.[h,cc]:
253 - implemented usage of Event number
254
255 * mhist/MHPixVsTime.[h,cc]:
256 - implemented usage of time (untested - may not work)
257
258
259
260 2003/11/25: Thomas Bretz
261
262 * mgeom/MGeomMirror.h:
263 - added Getter functions for Mirror Center and Mirror
264 Normal vector
265
266
267
268 2003/11/25: Abelardo Moralejo
269
270 * mimage/MStereoPar.[h,cc]
271 * mimage/MStereoCalc.[h,cc]
272 - Added. First version of some calculations for the data analysis
273 of two-telescope configurations (estimation of shower direction
274 and core position).
275 * mimage/Makefile, ImageLinkDef.h
276 - Updated accordingly.
277
278
279
280 2003/11/23: Thomas Bretz
281
282 * star.cc:
283 - fixed a typo
284
285 * manalysis/MCerPhotCalc.cc:
286 - fixed logging stream
287
288 * mbase/MStatusDisplay.[h,cc]:
289 - made fLog available to derived classes
290 - added Reset()-function
291 - added some debug messages to CloseWindow()
292 - put 'return' back into HandleConfigureNotify (fixes the
293 problem with the random size of the Mona display)
294 - added a new workaround in HandleEvent which fixed a crash
295 when switching back to the 'main' tab in MEventDisplay
296 This is NOT understood!
297 - changed bit 14/15 to 15/16. BIT(14) is used in TGMainFrame
298 already
299 - fixed a typo. Must be kTabPrint instead of kFilePrint
300
301 * mfilter/MFRealTimePeriod.h:
302 - added Setter for timeout
303
304 * mhist/MHCamEvent.cc:
305 - fill the rms for each event. This may be switched off by
306 a status bit in the future for speed reasons.
307
308 * mhist/MHCamera.[h,cc]:
309 - removed Profile() from GetMaximum/GetMinimum if no
310 autoscale is done
311 - added 'content' Draw option
312 - when kNoLegend is set draw the legend showing the size
313
314 * mhist/MHEvent.cc:
315 - fixed a typo: GetNumEvents() --> GetRunNumber()
316
317 * mhist/MHTriggerLvl0.cc:
318 - small changes to output
319
320 * mraw/MRawSocketRead.[h,cc]:
321 - renamed fRawEvtTime to fTime
322 - changed 'MRawEvtTime' to 'MTime'
323 - added some debugging output in case of kContinue
324
325 * mmain/MOnlineDump.[h,cc], mmain/MOnlineDisplay.[h,cc]:
326 - added
327
328 * mmain/MainLinkDef.h, mmain/Makefile:
329 - added MOnlineDump
330 - added MOnlineDisplay
331
332 * mona.cc:
333 - updated
334
335 * manalysis/MEventRate.[h,cc], manalysis/MEventRateCalc.[h,cc]:
336 - added
337
338 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
339 - added MEventRateCalc
340 - added MEventRate
341
342 * mgeom/MGeomMirror.h:
343 - fixed comments in the header - must be in one line!
344
345 * mreport/MReport.h:
346 - adde Getter-function for fState
347
348 * mreport/MReportDrive.[h,cc]:
349 - added GetAbsError() (preliminary!)
350
351
352
353 2003/11/22: Thomas Bretz
354
355 * mreport/MReportCamera.cc:
356 - implemented real reading
357 - changed some loops to poinbter arithmetics
358
359 * mreport/Makefile:
360 - added mcamera
361
362 * merpp.cc:
363 - implemented preliminary support for report-files
364
365 * star.cc:
366 - small changes to handling of update-mode
367
368 * mbase/MParList.cc:
369 - fixed a wrong output
370
371 * mbase/MTask.cc:
372 - fixed AddToBranchList(TString&)
373
374 * mbase/MTime.[h,cc]:
375 - setfill only once
376 - fixed ()-operator
377 - removed nonsens GetTime()
378
379 * mcamera/MCameraAUX.h, mcamera/MCameraCalibration.h,
380 mcamera/MCameraCooling.h, mcamera/MCameraHV.h,
381 mcamera/MCameraLV.h, mcamera/MCameraLid.h,
382 mcamera/MCameraLids.h, mcamera/MCameraPowerSupply.h:
383 - set version in ClassDef to 1
384
385 * mcamera/MCameraCooling.h:
386 - added Getter-functions
387
388 * mcamera/MCameraLV.h:
389 - changed fHumidity to Byte_t
390
391 * mcamera/MCameraLid.h:
392 - derived from MParContainer instead of TObject
393
394 * mfileio/FileIOLinkDef.h, mfileio/Makefile:
395 - added MReadReports
396
397 * mfileio/MReadReports.[h.cc]:
398 - added
399
400 * mfileio/MReadTree.h:
401 - added MReadReports as friend class to allow access to fChain
402
403 * mfileio/MWriteRootFile.cc:
404 - fixed output (didn't have the correct debug flags)
405
406 * mhist/HistLinkDef.h, mhist/Makefile:
407 - added MHVsTime
408
409 * mhist/MHVsTime.[h,cc];
410 - added
411
412 * mhist/MFillH.cc:
413 - add eveything I know to BranchList
414
415 * mraw/MRawFileWrite.[h,cc]:
416 - changed name of MTime from MRawEvtTime to MTime
417 - changed Tree names to:
418 + Events
419 + Pedestals
420 + Calibration
421
422 * mreport/MReportTrigger.[h,cc]:
423 - fixed accoring to a discussion with Riccardo
424 - changed version number in ClassDef to 1
425
426 * mreport/Makefile:
427 - added mcamera
428
429 * macros/rootlogon.C:
430 - added colors
431 - changed the search path for libmars.so a bit
432
433 * mdata/MDataList.[h,cc]:
434 - added support for '%'
435
436 * mhist/MHCamera.[h,cc]:
437 - removed DrawPixelIndices and DrawSectorIndices
438 - replaced by new Draw-options: 'sectorindex' and 'pixelindex'
439 - put together in PaintIndices
440
441 * mmain/MEventDisplay.cc:
442 - added Sectors to tabs
443 - code for adding tab was in class twice (removed in
444 ReadinFirstEvent, uses AddGeometryTabs instead)
445
446 * mreport/MReport.[h,cc]:
447 - prpared to read new DC-REPORT files
448
449 * mreport/MReportDrive.[h,cc]:
450 - removed debug 'D'
451 - added Getter-functions
452
453
454
455 2003/11/21: Thomas Bretz
456
457 * mraw/MRawEvtData.cc:
458 - added type 3 and 4 to GetPixContent
459
460 * status.cc:
461 - added display of average index of slice witg maximum value
462 - implemented a scheme to exit the application and to
463 leave it open when the loop is finished.
464
465 * macros/status.C:
466 - added maximum index histogram
467
468 * mbase/MStatusDisplay.[h,cc]:
469 - implemented kExitLoopOnExit and kExitLoopOnClose
470
471 * mcamera/CameraLinkDef.h:
472 - added missing MCameraAUX and MCameraLid
473
474 * mhist/MHCamEvent.[h,cc]:
475 - added fRms
476
477 * mhist/MHCamera.cc:
478 - added error when printing pixel contents
479
480 * mhist/MHTriggerLvl0.[h,cc]:
481 - use MHCamera::kProfile
482 - renamed PrintOutLayers to PrintOutliers
483
484 * mmain/MEventDisplay.cc:
485 - made 'Mini-Canvas' working in all Tabs by catching kCM_TAB
486
487 * mhist/MFillH.[h,cc], mhist/MH.[h,cc]:
488 - implemented ReInit
489
490 * mbase/MParList.cc:
491 - implemented more sanity check whether a class can be created
492
493 * Makefile:
494 - added mcamera
495 - added mreport
496 - added status
497 - added OBJS and MCint.o to the shared object
498
499 * macros/readCT1.C:
500 - do not add non-existing geomcam to parlist
501 - add geomapl to tasklist
502
503 * mcamera/MCameraCalibration.h, mcamera/MCameraCooling.h,
504 mcamera/MCameraHV.h, mcamera/MCameraLV.h,
505 mcamera/MCameraLid.h, mcamera/MCameraLids.h,
506 mcamera/MCameraPowerSupply.h, mreport/MReportCamera.h:
507 - changed according to discussion with Pepe
508
509 * mtools/Makefile, mtools/ToolsLinkDef.h:
510 - added MAstro
511
512 * mtools/MAstro.[h,cc]:
513 - added
514
515 * macros/readMagic.C, macros/readCT1.C:
516 - changed to display relative signal (which is compared to the
517 cleaning levels) and the cleaning levels
518
519
520
521 2003/11/20: Markus Gaug
522
523 * macros/calibration.C
524 - all variables are now plotted in camera displays
525
526 * manalysis/MCalibrationPix:
527 - replaced fErrT by fSigmaT
528
529 * manalysis/MCalibrationCam.cc:
530 - replaced fErrT by fSigmaT
531
532 * mhist/MHCalibrationPix.cc:
533 - replaced GetErrT by GetSigmaT()
534
535
536
537 2003/11/20: Wolfgang Wittek
538
539 * mimage/M2dimFunctionFit.[h,cc]
540 - removed; will be replaced by MFun2Fit.[h,cc]
541
542 * mimage/M2dimFunction.[h,cc]
543 - removed; will be replaced by MFunc2.[h,cc]
544
545 * mimage/MH2dimFunction.[h,cc]
546 - removed; will be replaced by MHFunc2.[h,cc]
547
548
549
550
551 2003/11/19: Markus Gaug
552
553 * manalysis/MCalibrationPix:
554 - new functions: GetPed(), GetPedRms(), GetQProb()
555 - new variable: fQProb
556
557 * manalysis/MCalibrationCam.cc:
558 - function GetPixelContent enlarged
559
560 * manalysis/MCalibrationCalc:
561 - function ReInit added like in MPedCalcPedRun
562
563
564
565 2003/11/19: Thomas Bretz
566
567 * mreport/MReport.[h,cc]:
568 - replaced FindTime by SetupReading
569 - removed SetTime
570
571 * mreport/MReportFileRead.cc:
572 - replaced SetTime by SetupReading
573
574 * mreport/MReportCamera.[h,cc]:
575 - use new stuff
576
577 * mcamera/*:
578 - added
579
580
581
582
583
584 2003/11/19: Markus Gaug
585
586 * manalysis/MPedCalcPedRun:
587 - implemented function ReInit
588 - implemented pointer fRunheader
589 - fNumHiGainSamples now called from fRunHeader inside ReInit
590 - Now, fNumHiGainSamples gets right number, instead of inf
591
592 * mhist/MHCalibrationConig:
593 - gkStartQlast changed from 5000 to 10000.
594
595
596
597 2003/11/18: Thomas Bretz
598
599 * mars.cc:
600 - changed Usage to standard Usage
601
602 * merpp.cc, mona.cc, readraw.cc, star.cc, status.cc,
603 mbase/MArgs.[h,cc]:
604 - removed const-qualifier for argv
605
606 * mbase/MTask.cc:
607 - fixed a bug in PrintStatistics (setfill was not set)
608
609 * mbase/MTaskList.cc:
610 - simplified PrintStatistics
611
612 * mbase/MTime.h:
613 - added Getter
614
615 * mfileio/MReadTree.cc:
616 - remove a leading "*" when checking whether a branch which
617 should be enabled exists
618
619 * mfileio/MWriteRootFile.cc:
620 - fixed a crash when Print is called and GetTree() returns NULL
621
622 * mhist/MHEvent.cc:
623 - implemented more levels (MeV, GeV, etc) for energy display
624
625 * mraw/MRawSocketRead.cc:
626 - removed some obsolete comment
627
628 * mreport/MReport.[h,cc]:
629 - added FindTime
630 - removed an invalid line (ReadAngle) in the header file
631 - Set class version to 1
632 - do not write fTime '//!'
633
634 * mreport/MReportFileRead.cc:
635 - fixed handling of MTimes
636
637 * mhist/MH.cc:
638 - added some const qualifiers in CutEdges
639
640
641
642 2003/11/18: Abelardo Moralejo
643
644 * mmc/MMcEvt.cxx:
645 - Fixed missing initialization of fLongitmax
646
647
648
649 2003/11/18: Markus Gaug
650
651 * manalysis/MCalibrationCalc:
652 - performs the eventloop and fills the calibration classes
653
654 * manalysis/MCalibrationCam:
655 - holds the classes: MCalibrationPix and MCalibrationBlindPix
656 and MCalibrationPINDiode
657 - one MCalibrationPix per pixel
658
659 * manalysis/MCalibrationPix:
660 - holds the fit results and conversion factors, etc per pixel
661 - hold histograms MHCalibrationPixel
662
663 * manalysis/MCalibrationBlindPix:
664 - holds fit results and derived number of photons, etc
665 - hold histogram MHCalibrationBlindPixel
666
667 * manalysis/MCalibrationPINDiode:
668 - holds fit results and derived number of photons, etc
669 - hold histogram MHCalibrationPINDiode
670
671 * mhist/MHCalibrationPix:
672 - histograms with sum of charges, time slices and reduced
673 charges vs. event number
674 - fit functions
675
676 * mhist/MHCalibrationPixel:
677 - histograms with sum of charges, time slices and reduced
678 charges vs. event number
679 - fit functions
680
681 * mhist/MHCalibrationBlindPixel:
682 - histograms with sum of charges, time slices and reduced
683 charges vs. event number
684 - fit functions
685
686 * mhist/MHCalibrationPINDiode:
687 - histograms with sum of charges, time slices and reduced
688 charges vs. event number
689 - fit functions
690
691 * mhist/MH:
692 - new function: CutEdges
693
694 * macros/calibration.C
695 - simple macro showing the functionning
696
697
698
699 2003/11/17: Thomas Bretz
700
701 * mbase/MLog.cc:
702 - replaced pthread_mutex by a TMutex
703 - renamed fgui to fGui
704 - renamed fout to fOut
705
706 * mbase/MStatusDisplay.cc:
707 - removed ==13 using TryLock() (this was wrong)
708
709 * mreport/*
710 - added
711
712 * macros/readrep.C:
713 - added
714
715 * merpp.cc, readraw.cc:
716 - added option -?/-h
717
718 * mona.cc:
719 - added MOnlineDump-class
720 - added port as a commandline option
721 - added commandline options
722
723 * status.cc:
724 - added option -?/-h
725 - added filter to support MC and DAQ files
726
727 * mdata/MDataChain.[h,cc]:
728 - added kERound
729
730 * mfilter/FilterLinkDef.h, mfilter/Makefile:
731 - added MFRealTimePeriod
732
733 * mgeom/MGeomCam.h:
734 - added InitGeometry
735
736 * mgeom/MGeomCamCT1.cc, mgeom/MGeomCamCT1Daniel.cc,
737 mgeom/MGeomCamECO1000.cc, mgeom/MGeomCamECO1000HG.cc,
738 mgeom/MGeomCamMagic.cc, mgeom/MGeomCamMagic919.cc,
739 mgeom/MGeomCamMagicHG.cc:
740 - replaced Calc* by InitGeometry
741
742 * mmain/MEventDisplay.cc:
743 - added a filter to support MC and real files
744
745 * mmain/Makefile:
746 - added mdata and mfilter
747
748 * mraw/MRawFileRead.cc:
749 - close file in PostProcess
750
751 * mraw/MRawRunHeader.h:
752 - added a comment
753
754 * mraw/RawIncl.h:
755 - removed some obsolete includes
756
757 * mhist/MH*:
758 - cleaned up many includes
759
760
761
762 2003/11/15: Thomas Bretz, Abelardo Moralejo
763
764 * mhist/MH.h:
765 - added fSerialNumber data member
766
767 * mhist/MFillH.cc:
768 - distribute serial number to the MH object to be filled
769
770 * mranforest/MHRanForest.cc, mhist/MHHadronness.cc:
771 - added serial number to the MMcEvt container (does nothing unless
772 SetSerialNumber has been called for the corresponding MFillH)
773 This is intended to allow the use of Random Forest with MC
774 multi-telescope files.
775
776 * NEWS:
777 - updated.
778
779
780
781 2003/11/14: Abelardo Moralejo
782
783 * mfilter/MF.cc:
784 - added the possibility of using in the filter parameters from a
785 multi-telescope MC camera file, where master branches for each
786 telescope are tagged with ;i being i the number of telescope.
787 The change consists in the addittion in MF::IsAlNum of ';' as
788 a possible alphanumeric character in the string.
789
790
791
792 2003/11/13: Thomas Bretz
793
794 * macros/readCT1.C:
795 - fixed to work with the new MHCamera::Draw (see Mantis)
796 - changed to display event and cleaned event
797
798 * macros/readMagic.C:
799 - fixed to work with the new MHCamera::Draw (see Mantis)
800
801 * mhist/MHEvent.cc:
802 - fixed display of the energy (see Mantis)
803
804 * mmain/MEventDisplay.cc:
805 - fixed usage of small canvas with new MHCamera::Draw
806
807
808
809 2003/11/11: Rudy Bock
810
811 * mfilter/MFGeomag.[h,cc]:
812 - added a new class which reads two ASCII files (for +ve and -ve
813 particles) from the mfilter directory, and filters out
814 low-energy charged Monte Carlo particles which do not reach the
815 earth's surface. Tables are from Adrian Biland. A method is
816 included which allows treating gammas as electrons (i.e. rejects
817 low energy particles).
818
819
820
821 2003/11/11: Nicola Galante
822
823 * mhistmc/MHMcTriggerLvl2.[h,cc]:
824 - Removed 'const' qualifier for the returned object of the
825 method (TH1 *)MHMcTriggerLvl2::GetHistByName(const TString name)
826
827
828
829 2003/11/10: Nicola Galante
830
831 * mhistmc/MHMcTriggerLvl2.[h,cc]:
832 - Changed return value of method MHMcTriggerLvl2::GetHistByName()
833 Now it returns a (TH1 *), no more a (TObject *), in order to keep
834 formal compatibility with the overloaded method of the mother
835 class TH1 *MH::GetHistByName(TString name)
836
837
838
839
840 2003/11/10: Thomas Bretz
841
842 * macros/dohtml.C:
843 - added mreflector
844 - removed mdatacheck
845 - removed mventdisp
846
847 * mbase/MEvtLoop.[h,cc]:
848 - removed instantiation of gListOfPrimitives
849
850 * mbase/MGGroupFrame.h:
851 - minor change
852
853 * mbase/MLog.cc:
854 - added a comment
855
856 * mbase/MParContainer.[h,cc]:
857 - removed include MEvtLoop.h
858 - added instantiation of gListOfPrimitves
859
860 * mbase/MReadSocket.[h,cc]:
861 - added more functionality
862 - added comments
863 - added Open() Close()
864
865 * mbase/MTask.cc:
866 - removed obsolete include for MGGroupFrame
867
868 * mfilter/MFRealTimePeriod.h:
869 - initialize fTime with 0
870
871 * mhist/MHCamEvent.cc, mhist/MHEvent.cc, mhist/MHTriggerLvl0.cc:
872 - removed creation of additional pad in Draw
873
874 * mhist/MHCamera.cc:
875 - added creating of additional pad in Draw
876 - added some comments
877
878 * mraw/MRawSocketRead.[h,cc]:
879 - added comments
880 - added fPort data member
881 - take MStatusDisplay status into account
882 - SetStausLine2 added
883 - removed obsolete include of iosfwd
884
885 * Makefile:
886 - changed makedepend line size
887 - renamed shared object from mars.so to libmars.so
888 - moved shared object from lib-directory to mars root directory
889 - make all executables load the shared object instead of statically
890 linking
891 - removed mdatacheck
892
893 * Makefile.conf.darwin, Makefile.conf.linux, Makefile.conf.linux-gnu,
894 Makefile.conf.osf1, Makefile.conf.osf5.1:
895 - removed obsolete SUBDIRS in MARS_LIB
896
897 * mars.cc:
898 - do not show logo if command line arguments are wrong
899
900 * macros/rootlogon.C:
901 - load libmars.so instead of lib/mars.so
902 - added mreflector to include path
903 - removed mdatacheck from include path
904 - removed mventdisp from include path
905
906 * mmain/MStatusDisplay.[h,cc]:
907 - secure UpdateTab with a TMutex
908 - do not use MGTextView for root versions >= 3.02.05
909 - fixed a crash when all tabs where deleted, no tab was active
910 anymore
911 - show when updating postscript header
912
913 * mmain/MStatusDisplay.[h,cc], mmain/MSearch.[h,cc], mmain/MGMenu.[h,cc],
914 mmain/MSearch.[h,cc]:
915 - moved to mbase
916
917 * mmain/Makefile, mmain/MainLinkDef.h:
918 - removed MStatusDisplay
919 - removed MSearch
920 - removed MGMenu
921 - removed MProgressBar
922 - added MGDisplayAdc
923
924 * mbase/Makefile, mbase/MainLinkDef.h:
925 - added MStatusDisplay
926 - added MSearch
927 - added MGMenu
928 - added MProgressBar
929
930 * mdatacheck/Makefile, mdatacheck/DataCheckLinkDef.h:
931 - removed MGDisplayAdc
932
933 * meventdisp/Makefile, meventdisp/DataCheckLinkDef.h:
934 - removed MGCamDisplay
935 - removed MGEvtDisplay
936
937 * mdatacheck/MGDisplayAdc.[h,cc]:
938 - moved to mmain
939
940 * mona.cc:
941 - added ChangeContextMenus
942 - adapted to new MRawSocketRead interface
943 - assigned names to different tasks
944 - swiched off progress bar (temporarily)
945 - moved status display into thread
946 - exit thread by Exit() (seems to be necessary)
947 - added preliminary workaround for mssing RootPlugin
948
949 * mmain/MAnalysis.cc:
950 - removed external display
951 - added MStatusDisplay
952
953 * mmain/MMonteCarlo.cc:
954 - old workaround (MMcEvt) obsolete
955
956 * mmain/MAnalysis.cc:
957 - do not call DisableAutoScheme
958
959 * mmain/MCameraDisplay.cc:
960 - minor changes
961
962 * mgui/MCamDisplay.[h,cc], mmain/MEvtDisp.[h,cc],
963 meventdisp/MGCamDisplay.[h,cc], MGEvtDisplay.[h,cc],
964 meventdisp/MGFadcDisp.[h,cc], meventdisp/EvtDispIncl.h,
965 meventdisp/EvtDispLinkDef.h, meventdisp/Makefile, meventdisp:
966 - removed (obsolete)
967
968 * mmain/MGDisplayAdc.[h,cc]:
969 - added ClassDef/ClassImp
970
971 * manalysis/MBlindPixelCalc.[h,cc]:
972 - corrected interpolation of all values (thanks to Nadia)
973 - fixed algorithm for pixels not existing yet
974
975 * manalysis/MCerPhotEvt.h:
976 - added return value to AddPixel
977
978
979
980 2003/11/08: Nicola Galante
981
982 * mhistmc/MHMcTriggerLvl2.[cc,h]:
983 - Changed binning of histograms fHistLutPseudoSize,
984 fHistLutPseudoSizeNorm, fHistSizeBiggerCell,
985 fHistSizeBiggerCellNorm to fix an overflow bug
986 - In method GetHistByName(const TString name): changed the class
987 of the returned object, now it returns a (TObject *), no more
988 a (TH1F *), in order to return either (TH1 *) than (TH2 *);
989 changed the order by which it checks the name of the
990 histogram in order to fix a bug in the lexing
991
992 * macros/triglvl2.C:
993 - Added some instruction to write all the MMcTriggerLvl2 histograms into
994 a TFile
995
996
997
998 2003/11/07: Thomas Bretz
999
1000 * mmain/MCameraDisplay.cc:
1001 - changed MGCamDisplay to MEventDisplay
1002
1003 * mmain/MMars.cc:
1004 - removed 'Event Display' button
1005 - removed MEvtDisp
1006
1007 * mmain/MEventDisplay.[h,cc], mhist/MHEvent.[h,cc]:
1008 - added
1009
1010 * mmain/Makefile, mmain/MainLinkDef.h:
1011 - removed MEvtDisp
1012 - added MEventDisplay
1013
1014 * Makefile:
1015 - removed mevtdisp
1016
1017 * mhist/Makefile, mhist/HistLinkDef.h:
1018 - added MHEvent
1019
1020 * Makefile, Makefile.rules:
1021 - automatically create dependancies
1022
1023 * NEWS:
1024 - updated
1025
1026 * mhist/MHCamera.[h,cc]:
1027 - implemented kNoLegend=BIT(20)
1028 - Clear pad before drawing Camera
1029
1030 * mmain/MStatusDisplay.cc:
1031 - print when updating ps-header
1032
1033 * status.cc:
1034 - added (not yet in Makefile)
1035
1036 * manalysis/MMcPedestalCopy.[h,cc]:
1037 - made sure, that MPedestalCam is in the list
1038
1039 * mraw/MRawEvtData.cc:
1040 - set the maximum/minimum of the fadc histograms
1041
1042 * mraw/MRawEvtPixelIter.[h,cc]:
1043 - added a fixes for the case that fData->fLoGainPixId->GetArray()=NULL
1044
1045 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
1046 - added MCameraData
1047
1048 * manalysis/MCameraData.[h,cc]:
1049 - added
1050
1051 * mhist/MHEvent.[h,cc]:
1052 - fixed display of levels
1053 - fixed unallowed characters
1054
1055 * mimage/MImgCleanStd.[h,cc]:
1056 - moved the calculation for signal/noise to MCameraData
1057
1058 * mmain/MEventDisplay.cc:
1059 - added display for cleaning data and levels
1060
1061
1062
1063 2003/11/06: Antonio Stamerra
1064
1065 * manalysis/MMcTriggerLvl2.cc
1066 - Removed annoying warning message and put it in the Print method.
1067
1068
1069
1070 2003/11/05: Wolfgang Wittek
1071
1072 * macros/CT1Analysis.C, macros/ONOFFCT1Analysis.C:
1073 - current versions of the macros for the analysis of CT1 data
1074
1075 * manalysis/MMarquardt.[h,cc]:
1076 - very pleliminary version of a class performing a minimization
1077 using the Marquardt method
1078
1079 * mimage/M2dimFunctionFit.[h,cc]
1080 - very pleliminary version of a class which fits a 2-dim function
1081 to the shower image using the maximum likelihood method
1082
1083 * mimage/M2dimFunction.[h,cc]:
1084 - very pleliminary version of a container which contains the
1085 parameters of the 2-dim function describing the shower image
1086
1087 * mimage/MH2dimFunction.[h,cc]
1088 - very pleliminary version of a container holding the histograms
1089 for the parameters of the 2-dim function describing the shower
1090 image
1091
1092
1093
1094 2003/11/05: Marcos Lopez
1095
1096 * mmontecarlo/MMcWeightEnergySpecCalc.[h,cc]
1097 - Now, if the new spectrum for the MC showers is a power law, we
1098 don't convert it to a TF1 function.
1099 - Changed the constructor for the case in which the new spectrum
1100 is passed as a TF1 function. Now we pass the TF1 object by
1101 reference.
1102 - Thanks to the suggestions of T. Bretz, added three more
1103 constructors to give the possibility of passing the shape of the
1104 new spectrum in other different ways. Now, if the new spectrum
1105 that you want for the MC showers is different from a power law,
1106 you can specify its shape either with a TF1 function, with a
1107 string (char*), or with a general C++ function defined by your
1108 own.
1109 - In function Reinit(): added a sanity check to prevent from
1110 dividing by zero.
1111 - In PreProcess(): removed an unnecessary sentence.
1112 - Fixed a compiling error which appeared under gcc 3.3
1113
1114 * macros/weights.C
1115 - addapted to show the new features introduced.
1116
1117
1118
1119 2003/11/05: Thomas Bretz
1120
1121 * mbase/MTask.cc:
1122 - initialize fSerialNumber=0
1123
1124 * mhist/MHCamera.cc:
1125 - removed some obsolete IsUsed(idx) checks when filling the histogram
1126 - ExecuteEvent now plots in the same canvas all the time
1127
1128 * mmain/MStatusDisplay.[h,cc]:
1129 - added new data member fUserFrame
1130 - added new member function AddUserFrame
1131 - made call to ProcessEvent() and similar thread safe by
1132 checking whether we run in the main thread or not.
1133 - Set the progress bar range to (0,1)
1134 - Added member function to set progress bar position
1135 - updated comments
1136 - added some workarounds for root bugs in TCanvas (sometimes
1137 they call gPad->cd() indirectly when gPad==NULL)
1138 - Fixed thread safety of UpdateTab()
1139 - Fixed some crashes in case fTab==NULL
1140 - Tried to make HandleConfigureNotify more flexible to allow
1141 the new fUserFrame to work correctly - needs still some
1142 investigations
1143 - made fList a protected data member
1144 - added new member function Update()
1145
1146
1147
1148 2003/11/04: Thomas Bretz
1149
1150 * mmontecarlo/MMcTimeGenerate.cc:
1151 - adapted to changes in MTime
1152
1153 * mgeom/MGeomCam.[h,cc]:
1154 - precalculate pix ratio (and square root of it) for faster
1155 calculations. This makes sense, because these values are
1156 needed at least n times (while n is the number of pixels)
1157 per event. Which results in billions of calculations already
1158 for some events.
1159 - implemented CalcPixRatio to do the precalculation
1160 - changed class version of MGeomCam from 1 to 2
1161
1162 * mgeom/MGeomCamCT1.cc, mgeom/MGeomCamCT1Daniel.cc,
1163 mgeom/MGeomCamECO1000.cc, mgeom/MGeomCamMagic919.cc,
1164 mgeom/MGeomCamECO1000HG.cc, mgeom/MGeomCamMagic.cc,
1165 mgeom/MGeomCamMagicHG.cc:
1166 - implemented CalcPixRatio to do the precalculation
1167 - some simple code cleanup (removed obsolete comments, etc)
1168
1169 * mgeom/MGeomPix.[h,cc]:
1170 - replaces tan(60deg) by a build-in constant (fgTan60)
1171 - pre calculate the area of the pixel in the constructor
1172 (for speed reasons, see pixratio aboive)
1173 - added fA
1174 - changed version number from 1 to 2
1175
1176 * mimage/MImgCleanStd.cc, mimage/MImgCleanTGB.cc:
1177 - directly use MGeomCam::GetPixRatioSqrt() now
1178
1179 * mraw/MRawSocketRead.cc:
1180 - updated comment header
1181 - updated class description
1182 - removed obsolete fMutex, Lock() and UnLock()
1183 - moved code from Do() to Process()
1184 - added comments
1185
1186 * meventdisp/MGCamDisplay.cc:
1187 - replaced MHillas:Clear() by Removing from ListOfPrimitives
1188
1189 * mimage/MHillas.[h,cc]:
1190 - removed fEllipse
1191 - removed the Draw function
1192 - added a correct Paint() function
1193
1194 * Makefile:
1195 - added star
1196
1197 * macros/star.C:
1198 - removed obsolete MSrcPosCam (will be created automatically)
1199 - made the macro work with a telescope serial number
1200
1201 * mbase/MParContainer.[h,cc]:
1202 - moved GetDescriptor to source file and added a function
1203 description
1204 - changed GetDesciptor to be virtual
1205
1206 * mbase/MTask.[h,cc]:
1207 - added new data member fSerialNumber
1208 - changed version number from 1 to 2
1209 - added GetDescriptor aware of the serial number
1210 - added Getter and Setter for serial number
1211 - made StreamPrimitive serial number aware
1212
1213 * mbase/MTaskList.[h,cc]:
1214 - overwrote SetSerialNumber
1215
1216 * mfileio/MReadTree.cc:
1217 - changed a C-cast to a C++-cast
1218
1219 * mfileio/MWriteRootFile.h:
1220 - changed BIT(16) to BIT(17). UPDATE mode was not working
1221 with newer root versions, because BIT(16) was used already
1222
1223 * manalysis/MBlindPixelCalc.cc, manalysis/MCerPhotCalc.cc,
1224 manalysis/MGeomApply.cc, manalysis/MMcPedestalCopy.cc,
1225 manalysis/MMcPedestalNSBAdd.cc, manalysis/MSigmabarCalc.cc,
1226 mimage/MHillasCalc.cc, mimage/MHillasSrcCalc.cc,
1227 mimage/MImgCleanStd.cc:
1228 - made serial number aware
1229
1230 * mraw/MRawFileWrite.cc:
1231 - automatically add .root extension
1232
1233 * star.cc:
1234 - added
1235
1236
1237
1238 2003/11/03: Thomas Bretz
1239
1240 * manalysis/MMcPedestalCopy.[h,cc], manalysis/MMcPedestalNSBAdd.[h,cc]:
1241 - fixed such, that it now works correctly with non-MC files
1242 - moved container requests from PreProcess to ReInit
1243 - removed some obsolete data members - made them locally
1244
1245 * manalysis/MMcPedestalRead.[h,cc]:
1246 - removed
1247
1248 * mbase/MEvtLoop.cc:
1249 - replaced the gApplication->InheritsFrom(TRint::Class())
1250 workaround for thread safty by the more correct check
1251 whether we are running in the main Thread (TThread::Self())
1252 - added double-cast to TProgressBar::SetPosition
1253
1254 * mbase/MTask.h:
1255 - added the missing const-qualifier to GetNumExecutions
1256
1257 * mbase/MTaskList.cc:
1258 - fixed a typo in the output
1259
1260 * mimage/MHillasCalc.[h,cc]:
1261 - replaced TArrayC by TArrayL to support huge number of events
1262 - added PrintSkipped
1263 - added comments to the data members
1264
1265 * mars.cc:
1266 - added code for a possible use of a TGApplication
1267 (in comments)
1268
1269 * merpp.cc, readraw.cc:
1270 - unified with the other executables (StartUpMessage, etc)
1271 - removed TROOT-object
1272 - readraw.cc: added more functionality
1273
1274 * mraw/MRawEvtData.cc:
1275 - changed positions of 'fush' in Print() (this confused 'more'
1276 because 'more' also counts the ANSI color codes to determin
1277 the line-length)
1278
1279 * mhistmc/MHMcCollectionArea.cc:
1280 - added UseCurrentStyle such that the axis labels are displayed
1281
1282 * mbase/MTime.[h,cc]:
1283 - removed fTimeStamp
1284 - increased version number
1285 - changed Print() function
1286 - removed obsolete functions and constructors
1287 - fixed copy constructor
1288
1289 * mfileio/MCT1ReadPreProc.cc:
1290 - replaced SetTime by SetCT1Time
1291
1292 * mhist/MHAlphaEnergyTime.cc, mhist/MHEnergyTime.cc,
1293 mhist/MHThetabarTime.cc, mhist/MHTimeDiffTheta.cc,
1294 mhist/MHTimeDiffTime.cc:
1295 - adapted to changes in MTime
1296
1297 * mraw/MRawEvtHeader.cc:
1298 - adapted to changes in MTime
1299 - minor change to output in Print()
1300
1301
1302
1303 2003/10/31: Marcos Lopez
1304
1305 * mhist/MFillH.cc:
1306 - Fixed a bug in function PreProcess(MParList *pList). Inside the
1307 conditional sentence "if (!fWeight && !fWeightName.IsNull())",
1308 fWeight never pointed to the object MWeight recoverd from the
1309 parameter list.
1310
1311 * mhistmc/MHMcEnergyImpact.cc:
1312 - In the Fill function, pass the weight to the histogram fHist.
1313
1314 * mmontecarlo/MMcWeightEnergySpecCalc.[h,cc]:
1315 - Added new class for changing the energy spectrum of the showers
1316 simulated with Corsika to a different one, be using weights
1317
1318 * mmontecarlo/Makefile, MonteCarloLinkDef.h
1319 - Added the new class.
1320
1321 * macros/weights.C
1322 - Added macro showing how to transform the spectrum of the MC showers.
1323
1324
1325
1326
1327
1328 2003/10/31: Thomas Bretz
1329
1330 * mars.cc:
1331 - change TGApllication back to TApplication (TGApplication doesn't
1332 load the TVirtualPad plugin by default) DISPLAY must be set
1333 manually if it is not set.
1334
1335
1336
1337 2003/10/30: Antonio Stamerra
1338
1339 * manalysis/MMcTriggerLvl2.[h,cc]
1340 - Added method CalcTriggerPattern to check which x-NN compact
1341 pattern the event satisfies. The variable member fTriggerPattern
1342 contains the number x (x=3,4,5,6,7).
1343 - Inline function GetTriggerPattern added.
1344
1345 * manalysis/MMcTriggerLvl2Calc.cc
1346 - Added call to the MMcTriggerLvl2::CalcTriggerPattern in Process().
1347
1348
1349
1350 2003/10/30: Thomas Bretz
1351
1352 * manalysis/MCerPhotEvt.[h,cc]:
1353 - fixed a bug in the new Lut-stuff. Sometimes pixels where
1354 considered existing, because there where no mark for
1355 empty entries in the Lut.
1356 - all loops ignored pixel with index 0 and used it as reference
1357 pixel - this is wrong, because pixel 0 must not exist at all.
1358 Now all loops are starting with pixel 0.
1359
1360 * mimage/MImgCleanStd.[h,cc]:
1361 - renamed various local variables from 'id' to 'idx'
1362 - in clean step 4 we assumed that a pixel with idx2 is existing
1363 - this is a dangerous assumption. It is checked now.
1364
1365
1366
1367 2003/10/29: Thomas Bretz
1368
1369 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
1370 - removed MMcPedestalRead
1371
1372 * manalysis/MMcPedestalCopy.[h,cc]:
1373 - merged functionality of MMcPedestalRead into it
1374 - do not remove itself from the tasklist, but check
1375 the file type for each file again.
1376 - added const-qualifiers in the class header
1377
1378 * manalysis/MMcPedestalNSBAdd.[h,cc]:
1379 - don't do something if camera file version is < 0.7
1380 - do not remove itself from the tasklist, but check
1381 the file type for each file again.
1382 - added const-qualifiers in the class header
1383
1384 * mgui/MCamEvent.cc:
1385 - added a comment
1386
1387 * mimage/MHillasCalc.[h,cc]:
1388 - replaced the fixed size array fErrors by a dynamic size array
1389 (TArrayC) to make sure, that people get a warning on the
1390 screen if the reprogram the error handling and write
1391 into an unallowed index.
1392
1393
1394
1395 2003/10/28: Thomas Bretz
1396
1397 * macros/readCT1.C:
1398 - fixed to work with the correct geometry
1399
1400 * macros/readMagic.C:
1401 - fixed - was crashing
1402
1403 * macros/tar.C:
1404 - exclude 'Tag' files from tar
1405
1406 * manalysis/MGeomApply.[h,cc]:
1407 - replaced constructor by SetGeometry (constructor was
1408 not unique)
1409
1410 * mbase/MEvtLoop.[h,cc]:
1411 - set fProgress already when setting fDisplay (gives the
1412 possibility to overwrite fProgress)
1413 - removed 'entries' from ProcessGuiEvents (moved to fNumEvents)
1414 - Set ProgressBar position in percent instead of event number
1415 - Set progress bar range from 0 to 1
1416
1417 * mbase/MReadSocket.cc:
1418 - fixed to treat timeout correctly
1419 - replaces usleep() by gSystem->Sleep()
1420
1421 * mbase/MTime.h:
1422 - added SetTime(ULong_t) (support for gSystem->Now())
1423 - added SetTime(Double_t)
1424 - added operator()
1425 - fixed all comparison operators to use time instead of
1426 time lo/hi - will be removed soon
1427
1428 * mimage/MHHillasSrc.cc:
1429 - delete 3rd Pad
1430
1431 * mraw/MRawEvtData.cc:
1432 - when drawing print gPad
1433
1434
1435
1436 2003/10/28: Wolfgang Wittek
1437
1438 * manalysis/MCT1PadONOFF.cc
1439 - replace GetMeanRms() by GetPedestalRms()
1440 - replace SetMeanRms() by SetPedestalRms()
1441 - reactivate code which was commented out by tgb
1442 (no compilation errors on Alpha OSF)
1443
1444 * manalysis/AnalysisLinkDef.h, manalysis/Makefile
1445 - put back MCT1PadONOFF
1446
1447 * macros/CT1Analysis.C, macros/ONOFFCT1Analysis.C
1448 - current versions of macros for the analysis of CT1 data
1449
1450
1451
1452 2003/10/26: Oscar Blanch Bigas
1453
1454 * mmc/MMcFadcHeader.[cc,h]
1455 - Added variable member that has the sigma of the electronic noise
1456 that goes with the same value to both FADC gains (fDigitalNoise)
1457 - Class version has been changed from 2 to 3.
1458
1459
1460
1461 2003/10/24: Abelardo Moralejo
1462
1463 * manalysis/MMcPedestalRead.[cc,h]
1464 - Added. In coming camera version (0.7) the pedestal sigma per
1465 FADC slice is calculated by the camera simulation at run time,
1466 then written to the output file. This class reads in the pedestal
1467 mean and sigma to be later used in the analysis (for tail cuts
1468 mainly). This task will replace MMcPedestalCopy and
1469 MMcPedestalNSBAdd for camera >= 0.7 files, for which the second
1470 class would produce wrong results.
1471
1472
1473
1474 2003/10/23: Abelardo Moralejo
1475
1476 * mhistmc/MHMcEnergyMigration.cc
1477 - Changed the Draw procedure: with new root versions (3.04, 3.05)
1478 the result of the used drawing options was different from what
1479 we had in 3.02, and the graphics output had become unreadable.
1480 Replacing some Draw() calls by DrawCopy() has solved the problem.
1481
1482
1483
1484 2003/10/23: Thomas Bretz
1485
1486 * macros/star.C:
1487 - replaced geometry by the task MGeomApply
1488
1489 * manalysis/MCerPhotCalc.cc:
1490 - fixed typo
1491
1492
1493
1494 2003/10/22: Thomas Bretz
1495
1496 * mars.cc:
1497 - replaced TApplication by TGApplication
1498 - removed TROOT
1499 - reset Batch mode in any case
1500
1501 * meventdisp/MGCamDisplay.cc:
1502 - use new MHCamera::SetLevels to display cleaning levels
1503
1504 * mhist/MHCamera.[h,cc]:
1505 - removed FillLevels - obsolete
1506 - added SetLevels instead
1507
1508
1509 2003/10/21: Wolfgang Wittek
1510
1511 * manalysis/MMatrixLoop.[h,cc]
1512 - member function PreProcess() put from .h to .cc
1513
1514 * mhist/MHMatrix.[h,cc]
1515 - member function SetNumRow() put from .h to .cc
1516
1517
1518
1519 2003/10/20: Thomas Bretz
1520
1521 * mraw/MRawEvtPixelIter.[h,cc]:
1522 - changed name of member function from GetNumMax[Hi,Lo]GainSamples
1523 to GetIdxMax[Hi,Lo]GainSamples
1524
1525 * manalysis/MMcPedestalCopy.cc:
1526 - changed GetPedestalRms to GetElecNoise to make Mars compile with
1527 the changes done in MMcFadcHeader
1528
1529 * mmc/MMcTrig.cxx:
1530 - changed <iostream.h> to <iostream> according to C++
1531
1532 * mhistmc/MHMcTriggerLvl2.[h,cc]:
1533 - MHMcTriggerLvl2::GetHistByName removed const-qualifier and
1534 changed return type to TH1 according to definition in MH.
1535
1536 * macros/status.C:
1537 - use MDirIter instead of a single file name
1538 - adde MHTriggerLvl0
1539 - Simplified macro by using PrintOutliers
1540
1541 * mhist/MHCamEvent.[h,cc]:
1542 - renamed PrintOutlayers to PrintOutliers
1543 - Divide pad only into two subpads
1544
1545 * mfilter/MF.cc:
1546 - added comment about '=='
1547
1548 * mhist/MHMatrix.cc:
1549 - removed some pieces of code which preserved the contents
1550 of a matrix when resizing. This is done by root now.
1551
1552 * mfilter/MFRealTimePeriod.[h,cc]:
1553 - added
1554
1555 * mfilter/Makefile, mfilter/FilterLinkDef.h:
1556 - added MFRealTimePeriod
1557
1558 * mars.cc:
1559 - moved Start-up-message to StartUpMessage()
1560
1561 * manalysis/MBlindPixelCalc.h, manalysis/MCT1FindSupercuts.cc,
1562 manalysis/MCerPhotAnal.h:
1563 - minor changes
1564
1565 * mhist/MHCamera.[h,cc]:
1566 - added Profile-option (display contents/entries)
1567 - added Freeze-option (ignore filling data into the histogram)
1568 - added UseCurrentStyle to get the y-axis back
1569 - overwrite DrawCopy
1570
1571 * manalysis/MCerPhotEvt.[h,cc]:
1572 - added fLut to accelerate searching an index a lot, this should
1573 be backward compatible to old class versions
1574 - increased class version to 2
1575 - removed all searches for indices - replaced by GetPixById
1576 - GetPixById no uses the look-up-table, which is much much faster
1577 and still searches the array if the fLut size is 0 which might
1578 be because of a class version 1 object is read from a file -
1579 according to Rene this should work.
1580
1581 * manalysis/MPedestalCam.[h,cc]:
1582 - replaced a C-cast by a C++ static_cast
1583
1584 * mhist/MH.[h,cc]:
1585 - renamed them from Draw/DrawCopy to DrawSame/DrawSameCopy
1586
1587 * mraw/MRawEvtData.[h,cc]:
1588 - changed arrays to '//->'
1589 - overwrote Copy() member function
1590
1591 * mhist/MFillH.[h,cc]:
1592 - added GetCanvas()
1593
1594 * mhist/MHHadronness.cc, mimage/MHHillasExt.cc,
1595 mimage/MHNewImagePar.cc:
1596 - changed Draw to DrawSame
1597
1598 * mhist/MHCamEvent.cc:
1599 - use new MHCamera profile mode
1600
1601 * mbase/MEvtLoop.cc, mmain/MStatusDisplay.cc:
1602 - check whether application is TRint to make mone thread safe
1603 This is necessary not to call ProcessEvents() twice at the
1604 same time!
1605
1606
1607
1608 2003/10/17: Oscar Blanch
1609
1610 * mmc/MMcFadcHeader.[cxx,hxx]:
1611 - Added variable members to store the pedestal sigma from thte
1612 camera simulation porgram: fPedesSigmaHigh fPedesSigmaLow
1613
1614 * mmc/MMcRunHeader.cxx:
1615 - fill fNumEvts with number of stored events
1616
1617 * mmc/MTriggerDefine.h:
1618 - Trigger zone for CT1 cameras up to 126 pixels
1619
1620 * mgeom/MGeomMirror.cc:
1621 - fixed bug in filling axis desviation
1622
1623
1624
1625 2003/10/15: Thomas Bretz
1626
1627 * Makefile.conf.general:
1628 - added libThread to support mona
1629
1630 * manalysis/MCerPhotAnal2.cc:
1631 - changed comments
1632 - accelerated the code a bit by using pointer arithmetic
1633
1634 * mbase/BaseLinkDef.h, mbase/Makefile:
1635 - added MReadSocket
1636
1637 * mbase/MReadSocket.[h,cc]:
1638 - added MReadSocket
1639
1640 * mbase/MEvtLoop.cc:
1641 - fixed some crashes in ProcessGuiEvents
1642
1643 * mbase/MFilter.cc:
1644 - changed header
1645
1646 * mbase/MTime.h:
1647 - added operator double()
1648
1649 * mimage/MHillas.cc:
1650 - changed the comments about corrxy
1651
1652 * mmain/MStatusDisplay.[h,cc]:
1653 - added many comments
1654 - added kFileClose stuff
1655 - added AddRawTab
1656 - added thread handling in UpdateTab
1657 - fixed deletion in case the pointer is on heap
1658 - added date/time to ps-output
1659
1660 * mraw/MRawEvtHeader.cc:
1661 - added some comments about the total number of bytes read
1662
1663 * mraw/MRawRunHeader.[h,cc]:
1664 - added some comments about the total number of bytes read
1665 - fixed treating files with 0xc0c1 as Magic-Number
1666 - added GetNumTotalBytes
1667
1668 * mraw/Makefile, mraw/RawLinkDef.h:
1669 - added MRawSocketRead
1670
1671 * mraw/MRawSocketRead.[h,cc]:
1672 - added
1673
1674 * mona.cc:
1675 - added
1676
1677
1678
1679 2003/10/05: Abelardo Moralejo
1680
1681 * macros/star.C:
1682 - returned to revision 1.9 (I had committed by mistake a private
1683 version of the macro, sorry!)
1684
1685
1686
1687 2003/10/04: Thomas Bretz
1688
1689 * macros/MagicHillas.C, macros/pedestalvstime.C, macros/pixfirerate.C,
1690 macros/pixsatrate.C, macros/readCT1.C, macros/readMagic.C,
1691 macros/starplot.C, macros/status.C, macros/sumevents.C,
1692 macros/sumeventserr.C, macros/sumeventsrms.C, macros/sumpedestalrms.C,
1693 macros/sumpedestals.C, mmain/MDataCheck.cc:
1694 - added MGeomApply
1695
1696 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
1697 - added MGeomApply
1698
1699 * manalysis/MBlindPixelCalc.cc:
1700 - for buid-in pixel numbers added a check whether the geometry
1701 is mathcing
1702
1703 * manalysis/MCerPhotCalc.cc, manalysis/MMcPedestalCopy.cc,
1704 manalysis/MMcPedestalNSBAdd.cc, meventdisp/MGCamDisplay.[h,cc],
1705 meventdisp/MGEvtDisplay.[h,cc], mhist/MHFadcCam.cc:
1706 - fixed that it can deal with variable size arrays
1707
1708 * manalysis/MGeomApply.[h,cc]:
1709 - added. This task will take care of different geometries
1710
1711 * manalysis/MPedestalCam.cc:
1712 - initialize array with size 1
1713 - do not call new operator
1714
1715 * mbase/MArgs.cc, mbase/MDirIter.cc:
1716 - added comments
1717
1718 * mdatacheck/MGDisplayAdc.cc:
1719 - fixed a small bug in setting slider position for different geometries
1720
1721 * mfileio/MWriteRootFile.cc:
1722 - automatically append '.root' to file name
1723
1724 * mhist/MHCamera.cc:
1725 - added Init function
1726 - moved parts of the construtor to Init function
1727 - added default constructor
1728 - added possibility to change geometry after creation by SetGeometry
1729 - added many sanity checks (fNcells<=1)
1730
1731
1732
1733 2003/10/02: Thomas Bretz
1734
1735 * mraw/MRawEvtData.cc:
1736 - changed Draw so that also lo-gains are displayed.2
1737
1738
1739
1740 2003/10/01: Nicola Galante
1741
1742 * mhistmc/MHMcTriggerLvl2.[h,cc]:
1743 - in method MHMcTriggerLvl2::Fill added filling of 2D histograms
1744 of fLutPseudoSize vs. energy and of fSizeBiggerCell vs. energy
1745 - modified method MHMcTriggerLvl2::GetHistByName which now
1746 can return any histogram (data member) of the class
1747 MHMcTriggerLvl2 (now it returns a (TObject *) not a (TH1F *))
1748 - Updated option list of the methid MHMcTriggerLvl2::DrawClone
1749
1750 * macros/triglvl2.C:
1751 - Updated according with changes in class MHMcTriggerLvl2
1752
1753
1754
1755 2003/09/30: Robert Wagner
1756
1757 * mfileio/MCT1ReadPreProc.cc
1758 - undone change from 2003/09/26
1759 - MJD is filled in fTime.Duration
1760
1761
1762
1763 2003/09/29: Nicola Galante & Antonio Stamerra
1764
1765 * mmc/MMcTrig.cxx:
1766 - Fixed a bug in function IsPixelFired(): the binary shift, introduced
1767 by T.B. to replace "pow" for power of two, was wrong.
1768 The correct operator to be used is "<<" and not ">>"!
1769
1770 * manalysis/MMcTriggerLvl2.[h,cc]:
1771 - Added method "CalcEnergy(MMcEvt *)" used to get correlation between
1772 energy and size.
1773 - Removed graphical functions "Drawcell" and "DrawLvl1"
1774 - Fixed bug in the pixcell setting (pixel numbering in the cell starts
1775 from 0 but gsPixelInLut starts from 1).
1776 - Fixed bug in the "check" variable.
1777
1778 * manalysis/MMcTriggerCalc.[h,cc]:
1779 - Added call to MMcTriggerLvl2::CalcEnergy() in Process()
1780 - Removed 'const' from fMcEvt declaration
1781
1782 * mhistmc/MHMcTriggerLvl2.[h,cc]:
1783 - Added method "Draw2DHist" (draw correlation between
1784 energy and size)
1785 - Fixed bug in "DrawClone" function (histogram normalization)
1786
1787 * macros/triglvl2.C:
1788 - Fixed a bug in the task list order to apply correctly the filters
1789 - Now it writes on disk a root file with some histograms
1790
1791
1792
1793 2003/09/26: Robert Wagner
1794
1795 * mfileio/MCT1ReadPreProc.cc
1796 - provisionally pass complete event time to fTime container,
1797 units are MJDs instead of seconds for the time being
1798
1799
1800
1801 2003/09/25: Abelardo Moralejo
1802
1803 * macros/MagicHillas.C, star.C
1804 - Added cast: TArrayF w(15,(Float_t*)x) to get rid of warning.
1805
1806
1807
1808 2003/09/24: Abelardo Moralejo
1809
1810 * macros/MagicHillas.C, star.C
1811 - Added const qualifier to TArrayF w(15,x); I got a crash due to
1812 this missing qualifier when changing some code in MCerPhotCalc
1813 (not yet submitted).
1814
1815 * macros/CT1Hillas.C
1816 - removed code containing TArrayF w(15,x) (which was commented)
1817 since it made no sense for CT1.
1818
1819
1820
1821 2003/09/24: Wolfgang Wittek
1822
1823 * mfilter/MFEventSelector2.[h,cc]
1824 - execution statistics added
1825
1826 * mhist/MHFindSignificance.cc
1827 - add fHist->UseCurrentStyle()
1828 to get the y-axis + labels drawn
1829
1830 * mhist/MHMatrix.h
1831 - replace Int_t fNumRow //!
1832 by Int_t fNumRow //
1833 because otherwise fNumRow is not defined when MHMatrix object is read in
1834 after it had been written out
1835
1836 * mhist/MHCT1Supercuts.cc
1837 - change title of object
1838
1839 * manalysis/MMinuitInterface.cc
1840 - add arguments maxcalls and tolerance to SIMPLEX call
1841
1842 * manalysis/MCT1SupercutsCalc.[h,cc]
1843 - add variables asymmetry, conc, leakage
1844
1845 * manalysis/MCT1Supercuts.[h,cc]
1846 - add variables asymmetry, conc, leakage
1847 - add TArrayD fStepsizes (initial step sizes for the parameters)
1848
1849 * manalysis/MCT1FindSupercuts.cc
1850 - replace MGeomCamCT1Daniel by MGeomCamCT1
1851 - arguments 'parSCinit', 'params' and 'steps' added in FindParams() ;
1852 parSCinit is the name of the file containing the initial
1853 values of the parameters
1854 'params' and 'steps' are the initial values in case parSCinit == ""
1855 - add member functions GetMatrixTrain() and GetMatrixTest()
1856 - remove member function WriteMatrix()
1857 because it didn't work; now the matrices are written out in
1858 DefineTrainMatrix(), DefineTestMatri() and DefineTrainTestMatrix()
1859
1860 * macros/CT1EgyEst.C
1861 - don't use Daniel's energy estimator
1862
1863 * mmontecarlo/MMcEnergyEst.cc
1864 - extend printout of comments
1865
1866
1867
1868 2003/09/17: Abelardo Moralejo
1869
1870 * manalysis MCerPhotCalc.cc:
1871 - in warning about saturating low gains in pixels: changed the
1872 'if' by a 'switch' and slightly corrected text of warning (no
1873 change in performance or results).
1874
1875
1876
1877 2003/09/16: Abelardo Moralejo
1878
1879 * manalysis MCerPhotCalc.[h,cc]:
1880 - added the low gain treatment. It has first been implemented by
1881 TB, and the version I submit is a slightly modified one. If any
1882 high gain FADC slice is saturated, we switch to low gain. If low
1883 gain is also saturated, the signal is nevertheless calculated
1884 ("truncated" of course), and a warning is displayed reporting
1885 the number of saturated pixels in the current event.
1886 Fixed also the calculation of the mean pixel pedestal (added
1887 variable fSumWeights), which previously would not work correctly
1888 in the case that one sets weights different from 0 or 1 in the
1889 array fWeight (which was anyway not done up to now, as far as I
1890 know). It would be necessary to add to the parameters of the
1891 analyzed events the number of saturated pixels in some way.
1892 In the MC files produced with camera versions 0.6 or earlier, no
1893 low gain is simulated, and saturation of high gain is not
1894 correctly implemented, so this should not introduce any change
1895 in the analysis of present or old MC files.
1896
1897
1898
1899 2003/09/12: Thomas Bretz
1900
1901 * mimage/MHillasSrc.cc:
1902 - fixed the NaN-problem in the calculation of Alpha. More
1903 information can be found in the comments there.
1904
1905 * mhist/MHFadcCam.[h,cc]:
1906 - skip MC events which have no FADC information stored
1907 - better output in case of changes in the number of slices
1908 - added size argument to constructor to support ECO100, too.
1909 - removed all fixed numbers and replaced them by the corresponding
1910 function
1911 - fixed pixel numbering to be consistent with the software pixel
1912 numbering in the rest of Mars
1913
1914 * mhist/MHFadcPix.[h,cc]:
1915 - fixed the missing y-axis (UseCurrentStyle())
1916 - fixed pixel numbering by changing default arument of pixid in
1917 constructor from 0 to -1
1918
1919 * mmain/MDataCheck.cc
1920 - added 'Time Spectra of Cosmics' button
1921 - added size argument to instatiation of MHFadcCam
1922
1923
1924
1925 2003/09/10: Thomas Bretz
1926
1927 * mdata/MDataChain.[h,cc]:
1928 - added log2, acosh, asinh, atanh, ceil, isnan and finite
1929 - changed math.h callings to TMath:: namespace to be more
1930 consistent
1931
1932 * mhist/MHMatrix.[h,cc]:
1933 - added RemoveInvalidRows member function to get rid of rows
1934 containing invalid numbers (nan, inf)
1935
1936 * mraw/MRawEvtHeader.cc:
1937 - fixed variable types calculating the time (ns, s, m and h)
1938 to get rid of some compiler warnings, casting the values
1939 for-, back- and forward only wasts computing time.
1940
1941
1942
1943 2003/09/08: Abelardo Moralejo
1944
1945 * mhist/MHOnSubtraction.cc:
1946 - added some casts in the arguments of function calls, to get rid
1947 of compilation warnings due to mismatch of variable type
1948 (variables: lowerBin, upperBin). Corrected order of arguments in
1949 TH1D constructor of fSignificanceHist (number of bins and bin
1950 limits).
1951
1952 * mraw/MRawEvtHeader.cc:
1953 - Added casts to arguments of fTime->SetTime(h, m, s, ns) to get
1954 rid of compilation warnings.
1955
1956 * mhist/MHCamera.cc:
1957 - Changed calls to abs and fabs by TMath::Abs. At least in RH7.2
1958 with gcc2.96, abs() was not recognized.
1959
1960
1961
1962 2003/09/07: Abelardo Moralejo
1963
1964 * manalysis/MCerPhotCalc.cc:
1965 - removed normalization of array fWeight introduced on 30/06. For
1966 now, this array is intended only to select the FADC slices which
1967 we want to integrate to get the signal. The use of this feature
1968 of MCerPhotCalc is explained in the example macro MagicHillas.C
1969 The array fWeight must contain 0's and 1's. If we normalize
1970 these values, the signal units is no longer ADC counts (but
1971 "average ADC counts per slice"). As David realized, this was the
1972 reason for the discrepancies in the gamma/hadron separation
1973 results we were observing lately. The meaning of Size was
1974 different among the different people working on the subject, and
1975 hence, when we compared samples with a given Size cut we were
1976 actually comparing different energy ranges.
1977
1978 - Turned fSumQuadWeights to its original meaning, the quadratic
1979 sum (square root of the sum of the squares) of the values in the
1980 fWeight array. Why was this changed?? (sqrt removed) Only because
1981 of the name of the variable??
1982
1983 - Changed the calculation of the mean pedestal to fit the meaning
1984 of fSumQuadWeights.
1985
1986 - Moved the call to ScalePedestals() to the end of the ReInit
1987 function. Formerly it was called before the setting of the
1988 variable fEnableFix, and then the mean pedestal in each FADC
1989 slice was wrong by 0.5 units... once more: please Thomas B,
1990 be careful with these kind of changes.
1991
1992
1993
1994 2003/08/27: Thomas Bretz
1995
1996 * mhist/MH3.cc:
1997 - fixed missing UseCurrentStyle for newer root versions
1998
1999
2000
2001 2003/08/26: Thomas Bretz
2002
2003 * mimage/MHHillas.cc, mimage/MHHillas.cc, mimage/MHHillasExt.cc,
2004 mimage/MHNewImagePar.cc:
2005 - fixed missing UseCurrentStyle for newer root versions
2006
2007
2008
2009 2003/08/26: Wolfgang Wittek
2010
2011 * manalysis/MCT1FindSupercuts.cc
2012 - set size of fStep, fLimlo, fLimup, fFix
2013 - in 'fcnsupercuts' : get total number of parameters by calling 'mnstat'
2014
2015 * manalysis/MCT1Supercuts.[h,cc]
2016 - extend error printout
2017
2018 * manalysis/MMinuitInterface.cc
2019 - do not delete the Minuit object because it will still be used
2020
2021 * mhist/MHFindSignificance.cc
2022 - formulaBackg was wrong
2023
2024
2025
2026 2003/08/26: Robert Wagner
2027
2028 * mraw/MRawRunHeader.h
2029 - Added Setter for MJD
2030
2031 * mfileio/MCT1ReadPreProc.cc
2032 - Fill MJD from Preproc run header in fRawRunHeader
2033
2034
2035
2036 2003/08/22: Wolfgang Wittek
2037
2038 * mhistmc/MHMcCT1CollectionArea.cc
2039 - change selection of theta bin in 'CalcEfficiency()'
2040 (to be mored flexible in choosing the theta binnning)
2041
2042
2043
2044 2003/08/21: Thomas Bretz
2045
2046 * manalysis/MCT1FindSupercuts.[h,cc], manalysis/MCT1Supercuts.[h,cc],
2047 manalysis/MCT1SupercutsCalc.[h,cc], manalysis/MMinuitInterface.[h,cc],
2048 mhist/MHFindSignificance.[h,cc]:
2049 - changed some variables and member functions with respect to an upcoming
2050 Minimization Class
2051 - simplified some calls
2052 - replaced fixed size arrays by variable size arrays
2053 - added some sanity checks
2054 - simplified some variable usage
2055
2056 * mhist/MHCT1Supercuts.[h,cc]:
2057 - removed obsolete SetupFill
2058
2059
2060
2061 2003/08/20: Thomas Bretz
2062
2063 * mhist/MHCamEvent.[h,cc]:
2064 - added PrintOutlayers
2065
2066 * mhist/MHHadronness.cc:
2067 - changed PrintOutput
2068 - set some Grids in plots
2069
2070 * mhist/MHMatrix.cc:
2071 - removed obsolete call to MEvtLoop::SetName
2072 - Changed name to something more intuitive
2073
2074 * mranforest/MRanForest.cc, mranforest/MRanTree.h:
2075 - removed ^M
2076
2077 * mranforest/MRanTree.cc:
2078 - removed obsolete check for gRandom
2079 - replaced mvar*numdata by a new variable mn
2080
2081
2082
2083 2003/08/19: Thomas Hengstebeck
2084
2085 * mranforest/MRanForest.cc:
2086 Removed error in calculation of fDataRang in CreateDataSort().
2087 In the loop where fDataRang is set, the local variable v must
2088 be used with indices n1 and n2.
2089
2090
2091
2092
2093 2003/08/19: Wolfgang Wittek
2094
2095 * manalysis/MCT1Supercuts.[h,cc]
2096 - new class
2097 - container for the supercut parameters
2098
2099 * manalysis/MCT1SupercutsCalc.[h,cc]
2100 - get supercut parameters from container 'MCT1Supercuts'
2101
2102 * manalysis/MCT1FindSupercuts.[h,cc]
2103 - new class
2104 - optimizes the parameters for the supercuts
2105
2106 * manalysis/MMinuitInterface.[h,cc]
2107 - new class
2108 - interface for Minuit
2109
2110 * manalysis/Makefile
2111 AnalysisLinkDef.h
2112 - include MCT1FindSupercuts
2113 MMinuitInterface
2114
2115 * mhist/MH3.cc
2116 - reset fHist in SetupFill();
2117 this is necessary if the same MH3 object is used in more than one
2118 eventloop
2119
2120 * mhist/MHMatrix.cc
2121 - give name to the event loop
2122
2123 * mhist/MHFindSignificance.[h,cc]
2124 - new class
2125 - calculates the significance of the gamma signal in the alpha plot
2126
2127 * mhist/MHCT1Supercuts.[h,cc]
2128 - new class
2129 - plots various quantities during the optimization of the supercuts
2130
2131 * mhist/Makefile
2132 HistLinkDef.h
2133 - MHFindSignificance included
2134 - MHCT1Supercuts included
2135
2136
2137
2138 2003/08/01: Thomas Bretz
2139
2140 * mhist/MHCamera.[h,cc]:
2141 - added Fill(x, y, w)
2142 - renamed GetStats to GetStatisticBox
2143
2144 * mhist/MHStarMap.[h,cc]:
2145 - include TH2 moved to source file
2146
2147 * mranforest/MRanForest.[h,cc], mranforest/MRanTree.[h,cc]:
2148 - do not use all the data numbers and dimensions in thousands
2149 of arguments if the data is available eg from the size of an array
2150 - removed obsolete variables from header
2151 - many small simplifications
2152 - removed some obsolete variables from functions
2153 - added many const qualifiers
2154 - localized many more variables
2155
2156 * mranforest/MRanForestFill.[h,cc]:
2157 - default fNumTrees set to -1 tree (all trees)
2158
2159 * manalysis/MBlindPixelCalc.[h,cc]:
2160 - interpolate Pedestal, too
2161 - Only count 'valid' pixels
2162
2163 * mfileio/MRead.[h,cc]:
2164 - enhanced AddFiles
2165
2166 * mhist/MHCamEvent.[h,cc]:
2167 - Added PrintOutlayers
2168
2169 * mhist/MHCamera.[h,cc]:
2170 - added GetNumPixels
2171 - added default to GetMean and GetRMS
2172
2173 * mhist/MHTriggerLvl0.[h,cc]:
2174 - added PrintOutlayers
2175
2176 * merpp.cc:
2177 - added more arguments
2178 - replace .raw by .root if no root file given
2179 - automatic extension adding
2180
2181 * mbase/MEvtLoop.[h,cc]:
2182 - added estimated run time
2183 - in Process: Changes type of rc from Bool_t to Int_t
2184
2185 * mmain/MStatusDisplay.cc:
2186 - changed order in Tab-menu
2187
2188 * mraw/MRawFileRead.cc:
2189 - consistency check for 0xc0c1 files
2190
2191 * mraw/MRawRunHeader.cc:
2192 - initialize variables
2193 - added 0xc0c1 support
2194
2195
2196
2197 2003/07/29: Thomas Bretz
2198
2199 * manalysis/MBlindPixelCalc.cc:
2200 - count only pixel which contents are adde
2201
2202 * mbase/MArgs.cc:
2203 - added namespace
2204
2205 * mbase/MDirIter.h:
2206 - added rec-argument to constructor
2207
2208 * mfileio/MCT1ReadPreProc.[h,cc], mfileio/MReadRflFile.[h,cc]:
2209 - adapted to virtual base function
2210
2211 * mfileio/MRead.[h,cc]:
2212 - added AddFiles(MDirIter&)
2213 - changed AddFile to virtual
2214
2215 * mfileio/MReadTree.cc:
2216 - use AddFile in the constructor
2217
2218 * mhist/MH.[h,cc]:
2219 - remove 'nonew' from option
2220
2221 * mhist/MHHadronness.[h,cc]:
2222 - added GetHadronness
2223 - changed output
2224
2225 * mhist/MHMatrix.[h,cc]:
2226 - use TMatrixRow in shuffle
2227 - added ReduceRows
2228 - use default for PrintStatistics
2229 - removed graphics from Fill - will crash in batch mode
2230
2231 * mimage/ImageLinkDef.h, mimage/Makefile:
2232 - added MImgCleanTGB
2233
2234 * mimage/MCameraSmooth.h:
2235 - fixed a typo
2236
2237 * mmain/MStatusDisplay.cc:
2238 - added sanity check to HasCanvas
2239
2240 * mranforest/MHRanForest.cc, mranforest/MHRanForestGini.cc:
2241 - fixed a crashed caused by GetMaximum in newer root versions
2242 - optimized some small pieces of code
2243 - SetRangeUser removed, problems with newer root verion using
2244 roots auto-scale instead
2245
2246 * mranforest/MRanForest.cc:
2247 - do not use variables in arguments which can be used locally
2248 - replaced pow(,2) by faster and more accurate val*val
2249 - test gRandom at the beginning of the function
2250 - changed output
2251 - removed TArray::Reset. Not necerry at many places. Instatiation
2252 already initializes array with 0s
2253 - Use a const reference to the matrices instead of a copy!
2254 - Removed some unnecessary castings
2255 - added some const qualifiers
2256 - removed fErr from data members (obsolete)
2257
2258 * mranforest/MRanForestCalc.cc:
2259 - fixed a typo in the comments
2260
2261 * mranforest/MRanTree.[h,cc]:
2262 - do not use variables in arguments which can be used locally
2263 - localized some variables
2264 - test gRandom at the beginning of the function
2265 - added some const qualifiers
2266 - removed TArray::Reset. Not necerry at many places. Instatiation
2267 already initializes array with 0s
2268 - added some overwrites of TreeHad
2269
2270
2271
2272 2003/07/17: Oscar Blanch
2273
2274 * mmc/MMcCorsikaRunHeader.[h,cc]
2275 - add member data fNumTelesope
2276 - add member data fTelescopes
2277 - add member data fViewconeAngles[2]
2278 - add member function Fill_CT
2279 - version increased 2 -> 3
2280
2281 * mmc/MMcRunHeader.[hxx,cxx]
2282 - add member data fImpactMax
2283 - modify member function Fill
2284 - version increased 3 -> 4
2285
2286 * mmc/MMcFadcHeadr.[hxx,cxx]
2287 - add member data f[Ampl,Fwhm]Outer
2288 - add member data fLow2HighGain
2289 - modify member function Set[Ampl,Fwhm]
2290 - add member function SetLow2High
2291
2292 * mmc/Mdefine.h, MFadcDefine.h, MTriggerDefine.h
2293 - MFADC_CHANNELS, CAMERA_PIXELS, TRIGGER_PIXELS -> 3500
2294
2295 * mgeom/MGeomCorsikaCT.[h,cc]
2296 - new class with information of CT location in Corsika simulation
2297
2298 * mgeom/Makefile, GeomLinkDef.h
2299 - add new class
2300
2301
2302
2303
2304
2305 2003/07/14: Wolfgang Wittek
2306
2307 * mhist/MHOnSubtraction.[h,cc]
2308 - add member function GetSignificance()
2309
2310 * mhist/MHMatrix.cc
2311 - add MProgressBar in Fill()
2312
2313 * mmontecarlo/MMcEnergyEst.h
2314 - add member functions GetNumCoeffA()
2315 GetNumCoeffB()
2316
2317 * mfilter/MCT1SelBasic.[h,cc]
2318 - remove runs 601, 613, 614 for MC gamma
2319
2320 * manalysis/MCT1SupercutsCalc.cc
2321 - remove bug (dd2)
2322 - set fMatrix = NULL in constructor
2323
2324 * mgeom.MGeomCamCT1Daniel.[h,cc]
2325 - new; Daniel's CT1 geometry
2326
2327 * mgeom/Makefile
2328 GeomLinkDef.h
2329
2330
2331
2332 2003/07/14: Oscar Blanch
2333
2334 * mgeom/MGeomCamMagic919.[h,cc]
2335 - Geometry for a Magic camera with 919 small pixels
2336
2337 * mgeom/[Makefile, GeomLinkDef.h]
2338 - Compiling the above mentioned geometry
2339
2340
2341
2342 2003/07/13: Thomas Bretz
2343
2344 * mbase/MArgs.[h,cc]:
2345 - fixed compile problem with root 3.02/07
2346
2347 * meventdisp/MGCamDisplay.cc, mevtdisp/MGEvtDislay.cc:
2348 - fixed missing MHCamera::SetOptStat
2349
2350
2351
2352 2003/07/12: Thomas Bretz
2353
2354 * mhistmc/MHMcCT1CollectionArea.[h,cc]:
2355 - made the enum as FillType_t a public member of the class
2356
2357 * macros/CT1collarea.C
2358 - Updated accordingly. Can somebody please check whether it
2359 still works.
2360
2361 * mbase/MArgs.h:
2362 - added some comment
2363
2364 * mraw/MRawRunHeader.cc:
2365 - added an 'inf' to the log-stream
2366
2367 * macros/status.C:
2368 - added some more plots
2369 - added some sanity chacks
2370
2371 * macros/sumevents.C, macros/sumeventserr.C, macros/sumeventsrms.C
2372 macros/sumpedestalrms.C, macros/sumpedestals.C:
2373 - fixed SetOptStat
2374
2375 * manalysis/MBlindPixelCalc.[h,cc]:
2376 - removed dangerous SetPixels(int, short*)
2377 - changed Id to Idx
2378 - fixed a bug in SetPixels which caused crashes
2379 - renamed SetPixels to SetPixelIndices
2380
2381 * mhist/MHCamera.[h,cc]:
2382 - removed SetOptStat and fOptStat - found a better solution
2383 - fixed DistancetoPrimitive to show TPaveStat correctly
2384 - Use GetPainter() instead of an own THistPainter
2385
2386 * mmain/MStatusDisplay.cc:
2387 - some small changes to the layout
2388
2389
2390
2391 2003/07/11: Wolfgang Wittek
2392
2393 * mhist/MHMatrix.cc
2394 - add tlist.PrintStatistics() after event loop
2395
2396
2397
2398 2003/07/08: Abelardo Moralejo
2399
2400 * mmc/MMcEvt.hxx
2401 - Uncommented the getter function for fCoreX and fCoreY (is there
2402 any reason why they were commented out?). Added Getter functions
2403 for the parameters of the longitudinal fit to the particle
2404 distribution of the shower.
2405
2406
2407
2408 2003/07/08: Wolfgang Wittek
2409
2410 * macros/CT1EgyEst.C:
2411 - de-comment filters
2412 - add PrintStatistics after event loop
2413
2414 * manalysis/MEnergyEstParamDanielMkn421.[h,cc]
2415 - new; calculates estimated energy using Daniel's parametrization
2416 and parameter values for Mkn421
2417
2418 * manalysis/AnalysisLinkDef.h
2419 Makefile
2420 - include MEnergyEstParamDanielMkn421
2421
2422 * manalysis/MCT1SupercutsCalc.[h,cc]
2423 - add MHillasSrc.fAlpha to fMap
2424 - add member functions SetParams(Double_t *par)
2425 GetParams(Double_t *par)
2426
2427
2428
2429 2003/07/06: Abelardo Moralejo
2430
2431 * mhistmc/MHMcCT1CollectionArea.[h,cc]
2432 - Added possibility of using a logarithmic or linear scale in
2433 energy. The function MHMcCT1CollectionArea::SetEaxis sets
2434 what should be filled in the energy axis (either the energy
2435 or its decimal logarithm).
2436
2437 * macros/CT1collarea.C
2438 - Added example on how to use the new function
2439 MHMcCT1CollectionArea::SetEaxis
2440
2441
2442
2443 2003/07/06: Thomas Bretz
2444
2445 * Makefile:
2446 - replaced '-shared' by $(DYNLIB)
2447
2448 * Makefile.conf.linux, Makefile.conf.linux-gnu,
2449 Makefile.conf.osf1, Makefile.conf.osf5.1:
2450 - added DYNLIB
2451
2452 * Makefile.conf.darwin:
2453 - added
2454
2455 * mgui/MCamEvent.cc:
2456 - removed obsolete include
2457
2458 * mgui/Makefile:
2459 - removed obsolete include dirs
2460
2461 * mhist/MHCamera.cc:
2462 - fixes for root 3.05/01
2463
2464 * mraw/MRawEvtData.cc:
2465 - added type 1 and 2 to GetPixContent
2466
2467 * mraw/MRawEvtPixelIter.[h,cc]:
2468 - added GetMax[Hi,Lo]GainSample
2469
2470 * macros/pixsatrate.C:
2471 - added
2472
2473 * Makefile.conf.general:
2474 - added -lHistPainter
2475
2476 * NEWS:
2477 - updated
2478
2479 * macros/pixsatrate.C:
2480 - added Saturation rate of lo gains
2481
2482 * macros/sumevents.C, macros/sumeventserr.C,
2483 macros/sumpedestalrms.C, macros/sumpedestals.C:
2484 - fixed axis titles
2485 - use new SetOptStat
2486
2487 * manalysis/MCerPhotAnal2.[h,cc]:
2488 - count and print number of skipped events
2489
2490 * meventdisp/MGCamDisplay.cc:
2491 - fixed a 'division by zero'
2492
2493 * mhist/MHCamEvent.cc, mhist/MHTriggerLvl0.cc:
2494 - take name from MHCamEvent if fNameEvt not available
2495
2496 * mhist/MHCamera.[h,cc]:
2497 - use THistPainter to Draw title and statistics box
2498 - added fOptStat
2499 - added GetMean
2500 - added GetRMS
2501 - some modification for a better layout
2502
2503 * mraw/MRawEvtHeader.cc:
2504 - calculate time from clock ticks
2505
2506 * mbase/MArgs.[h,cc]:
2507 - added
2508
2509 * mbase/Makefile:
2510 - MArgs.cc added
2511
2512 * mbase/BaseLinkDef.h:
2513 - MArgs, MArgsEntry added
2514
2515 * merpp.cc:
2516 - added '-v' option
2517 - changes to use MArgs
2518
2519
2520
2521
2522
2523 2003/07/04: Wolfgang Wittek
2524
2525 * macros/CT1EgyEst.C
2526 - add TCanvas and cd() before calling Draw()
2527
2528 * mhistmc/MHMcEnergyMigration.cc
2529 - swap first 2 arguments of fHist.Fill and fHist2.Fill
2530
2531
2532
2533 2003/07/03: Abelardo Moralejo
2534
2535 * mhistmc/MHMcCT1CollectionArea.cc
2536 - Added code to allow the calculation of CT1 collection areas
2537 at 55 and 65 degrees (from the events in DK's MC library)
2538
2539 * macros/CT1collarea.C
2540 - Changed binning in theta to include high ZAs
2541
2542
2543
2544 2003/07/01: Thomas Bretz
2545
2546 * manalysis/MCerPhotAnal2.cc:
2547 - fixed some problems with the lo-gains
2548
2549 * mraw/MRawEvtPixelIter.cc:
2550 - Determin the maximum sample of the lo gains from the end.
2551
2552
2553
2554 2003/07/01: Abelardo Moralejo
2555
2556 * macros/CT1collarea.C
2557 - changed "const TArrayD xed(10,xedge);" to:
2558 "const TArrayD xed; xed.Set(10,xedge);"
2559 (and the same for yed). Otherwise, a funny Error message was
2560 printed about TArrayD, although everything worked.
2561
2562 * mhistmc/MHMcCT1CollectionArea.cc
2563 - added some comments and made code more readable and more simple
2564 to make it easier the addition of the necessary changes to allow
2565 the use of MC data (from D.Kranich) at zenith angles 55 and 65
2566 degrees.
2567
2568
2569
2570 2003/07/01: Wolfgang Wittek
2571
2572 * manalysis/MSigmabar.cc, manalysis/MCT1PadSchweizer.cc,
2573 manalysis/MCT1PadONOFF.cc, mhist/MHSigmaTheta.cc:
2574 - change code because GetPixRatio returns area(pixel_zero)/area(pixel)
2575 and not area(pixel)/area(pixel_zero)
2576
2577 * macros/CT1Analysis.C, macros/ONOFFCT1Analysis.C
2578 - current versions of CT1 macros
2579
2580 * macros/unfold.C, macros/fluxunfold.C
2581 - macros for testing the unfolding within root
2582
2583
2584
2585 2003/06/30: Thomas Bretz
2586
2587 * macros/pixfirerate.C:
2588 - changed to new style
2589
2590 * manalysis/MCerPhotCalc.cc:
2591 - scale weight so that sum=1
2592
2593 * mhist/MHCamera.h:
2594 - small change
2595
2596 * mmontecarlo/MMcCollectionAreaCalc.cc:
2597 - small simplifications
2598
2599
2600
2601 2003/06/27: Abelardo Moralejo
2602
2603 * mmontecarlo/MMcCollectionAreaCalc.[h,cc],
2604 mhistmc/MHMcCollectionAreaCalc.[h,cc]:
2605 - Adapted to allow their use with multiple files containing
2606 MC data generated with diffferent energy spectra, even with
2607 camera files which have only triggered events inside. Now the
2608 histogram containing all showers (before trigger) is filled
2609 in the ReInit function, and calculation of collection area
2610 is done by CalcEfficiency2(). Some simplifications and cleaning
2611 are still possible.
2612
2613
2614
2615 2003/06/27: Thomas Bretz
2616
2617 * macros/sumevents.C, macros/sumpedestals.C:
2618 - some small changes
2619
2620 * manalysis/MPedestalCam.cc:
2621 - return pixel as used if the value is valid (>=0)
2622
2623 * mhist/HistLinkDef.h, mhist/Makefile:
2624 - MHPixVsTime added (Name is preliminary)
2625
2626 * mhist/MHCamEvent.cc:
2627 - removed including MGeomPix
2628
2629 * mhist/MHCamera.h:
2630 - in SetCamContent copy also number of entries
2631
2632 * mraw/MRawEvtData.cc:
2633 - fixed to support correct pixel numbering
2634
2635 * mhist/MHPixVsTime.[h,cc]:
2636 - added
2637
2638 * mhist/MHCamera.cc:
2639 - changed output of labels for color axis
2640
2641 * mfileio/MCT1ReadPreproc.cc:
2642 - small simplification
2643
2644
2645
2646 2003/06/27: Abelardo Moralejo
2647
2648 * mhistmc/MHMcCT1CollectionArea.cc:
2649 - Added comments, changed theta angle corresponding to first bin to
2650 adapt it to new standard theta-bin definition. This was the reason
2651 for the missing area at low theta.
2652
2653 * macros/CT1collectionArea.C, macros/CT1EgyEst.C:
2654 - Changed theta binnings to adapt them to the new standard.
2655
2656
2657
2658 2003/06/26: Abelardo Moralejo
2659
2660 * macros/CT1EgyEst.C:
2661 - Added to the argument list of CT1EEst the binnings in theta
2662 and energy. Commented out the MLog.h and MLogManip.h, headers,
2663 otherwise it does not run (don't know why). Commented out filters
2664 (my test file does not contain hadronness), please uncomment
2665 them to run on files with hadronness info.
2666
2667 * mhistmc/MHMcEnergyMigration.cc:
2668 - exchanged axes of E_est and E_MC in the 3-d histograms.
2669
2670 * mfileio/MCT1ReadAscii.cc, mfileio/MCT1ReadPreProc.cc,
2671 mhist/MHSigmaPixel.cc, mfileio/MHSigmaTheta.cc,
2672 mimage/MImgCleanStd.cc:
2673 - adapted to new function names in MPedestalPix (please Thomas
2674 check these, I had to do it to make Mars compile)
2675
2676
2677
2678 2003/06/26: Thomas Bretz
2679
2680 * macros/CT1EgyEst.C:
2681 - converted from dos to unix type
2682
2683 * macros/rootlogon.C:
2684 - removed "-fno-rtti" from options for Aclic
2685
2686 * mbase/MLog.h:
2687 - added a comment
2688
2689 * mgeom/MGeomCam.[h,cc], mgeom/MGeomPix.[h,cc],
2690 mgeom/MGeomCamCT1.cc, mgeom/MGeomCamECO1000.cc,
2691 mgeom/MGeomCamECO1000HG.cc, mgeom/MGeomCamMagicHG.cc:
2692 - added support for sectors
2693
2694 * megom/MGeomCamMagic.[h,cc]:
2695 - added sectors
2696
2697 * mhist/MHCamera.[h,cc]:
2698 - convert Option_t in Paint to lower case
2699 - remove 'hist' if detected from Option_t
2700 - check for min==max
2701 - added DrawSectorIndices()
2702 - added TArrayC to AddCamContent
2703 - added TArrayC to SetCamContent
2704 - simplified DistancetoPrimitive
2705
2706 * mraw/MRawEvtData.cc:
2707 - simplified Draw by converting option string to lower case
2708
2709 * mraw/MRawEvtPixelIter.[h,cc]:
2710 - added GetNumMaxLoGainSample
2711
2712 * manalysis/MCT1PadSchweizer.cc, manalysis/MMcPedestalNSBAdd.cc,
2713 manalysis/MSigmabar.cc:
2714 - adapted to new function names in MPedestalPix
2715
2716 * manalysis/MCerPhotAnal.cc:
2717 - adapted to new function names in MPedestalPix
2718 - fixed to work with real data and monte carlo data
2719 - preliminarily removed error of pedestal and pedestalrms
2720
2721 * manalysis/MCerPhotCalc.[h,cc]:
2722 - adapted to new function names in MPedestalPix
2723 - fixed to work with real data and monte carlo data
2724
2725 * manalysis/MMcPedestalCopy.cc, manalysis/MPedCalcPedRun.[h,cc]:
2726 - adapted to new function names in MPedestalPix
2727 - preliminarily removed error of pedestal and pedestalrms
2728
2729 * manalysis/MPedestalCam.[h,cc]:
2730 - adapted to new function names in MPedestalPix
2731 - preliminarily removed error of pedestal and pedestalrms
2732 - fixed GetPixelContent (do not return Pedestal*PixRatio)
2733
2734 * manalysis/MPedestalPix.[h,cc]:
2735 - removed old variables
2736 - introduced Pedestal for pedestal
2737 - introduced pedestalRMS for the rms of the pedestal
2738 - error of both values still missing
2739
2740 * meventdisp/MGCamDisplay.cc:
2741 - fixed display, displays now:
2742 + Number Of Photons
2743 + Pedestal
2744 + PedestalRMS
2745 + Number of Photons/PedestalRMS
2746
2747 * mimage/MImgCleanStd.[h,cc]:
2748 - fixed image cleaning in the sense that erronously the error
2749 of the number of photons was used instead of the error of
2750 the PMT offset (pedestal)
2751 - introduced some debugging option
2752
2753 * mmontecarlo/MMcCollectionAreaCalc.cc:
2754 - minor change
2755
2756 * macros/sumevents.C, macros/sumpedestals.C:
2757 - added
2758
2759 * mhist/MHCamEvent.cc:
2760 - do not scale with 100
2761
2762 * mhist/MHCamera.cc:
2763 - fixed displaying number of entries when used
2764 SetCamContent(MHCamera&)
2765
2766
2767
2768 2003/06/25: Thomas Bretz
2769
2770 * mgeom/MGeomCam.cc:
2771 - fixed the description of GetPixRatio
2772
2773
2774
2775 2003/06/25: Abelardo Moralejo
2776
2777 * mimage/MImgCleanStd.cc:
2778 - Changed name of variable "ratio" to "factor", wherever it meant
2779 the square root of the ratio between the area of an inner pixel
2780 and the current pixel (it was confusing).
2781
2782
2783
2784 2003/06/24: Thomas Bretz
2785
2786 * manalysis/MCT1SupercutsCalc.[h,cc]:
2787 - implemented Mapping for Supercuts
2788 - changed data member arrays to TArrayD
2789
2790 * manalysis/MEnergyEstParam.h:
2791 - added a comment
2792
2793 * mhist/MHHadronness.[h,cc]:
2794 - implemented mapping
2795 - implemented calculating Acc_g/sqrt(Acc_h) for filtercuts
2796
2797 * macros/status.C:
2798 - removed MSrcPosCam
2799
2800 * mevtdisp/MGCamDisplay.cc:
2801 - display ellipse in all canvas'
2802
2803 * macros/readrfl.C:
2804 - adapted
2805
2806 * manalysis/MMcTriggerLvl2.cc, meventdisp/MGEvtDisplay.cc,
2807 mraw/MRawEvtPixelIter.cc:
2808 - adapted
2809
2810 * mgui/MCamEvent.[h,cc], mhist/MHCamEvent.[h,cc]:
2811 - more comments
2812
2813 * mgui/MHexagon.[h,cc]:
2814 - removed obsolete destructor
2815
2816 * mhist/MHCamera.[h,cc]:
2817 - removed fPhotons
2818 - removed ShowRflEvent
2819 - added comments
2820
2821 * mhist/MHTriggerLvl0.cc:
2822 - fixed comments
2823
2824 * mraw/MRawEvtData.cc:
2825 - some small changes
2826
2827 * mreflector/MRflEvtData.[h,cc]:
2828 - implemented Paint function
2829
2830 * meventdisp/MGCamDisplay.cc:
2831 - Set Name and title of MHCamera instances
2832
2833 * mraw/MRawEvtData.cc:
2834 - fixed a degug level problem
2835
2836 * mgui/MHexagon.[h,cc]:
2837 - fixed CopyConstructor
2838
2839 * mbase/MLog.cc:
2840 - fixed a bug in NoColor mode
2841
2842
2843
2844 2003/06/23: Thomas Bretz
2845
2846 * manalysis/MBlindPixelCalc.[h,cc], manalysis/MCT1PadONOFF.[h,cc],
2847 manalysis/MCT1PadSchweizer.[h,cc], manalysis/MCompProbCalc.[h,cc],
2848 manalysis/MCT1PointingCorrCalc.[h,cc], manalysis/MEnergyEstimate.[h,cc],
2849 manalysis/MCT1SupercutsCalc.[h,cc], manalysis/MEnergyEstParam.[h,cc],
2850 manalysis/MFiltercutsCalc.[cc,h], manalysis/MMatrixLoop.[h,cc],
2851 manalysis/MMcPedestalCopy.[h,cc], manalysis/MMcPedestalNSBAdd.[h,cc],
2852 manalysis/MMcTriggerLvl2Calc.[h,cc], manalysis/MPadding.[h,cc],
2853 manalysis/MMultiDimDistCalc.[h,cc], manalysis/MPedCalcPedRun.[h,cc],
2854 manalysis/MPedestalCalc.[h,cc], manalysis/MPointingCorr.[h,cc],
2855 mbase/MClone.[h,cc], mbase/MGTask.[h,cc], mbase/MPrint.[h,cc],
2856 mbase/MTask.[h,cc], mbase/MTaskInteractive.[h,cc],
2857 mbase/MTaskList.[h,cc], mtools/MChisqEval.[h,cc],
2858 mbase/MContinue.[h,cc], mdatacheck/MDumpEvtHeader.[h,cc]
2859 mfileio/MCT1ReadAscii.[h,cc], mfileio/MCT1ReadPreProc.[h,cc],
2860 mfileio/MReadCurrents.[h,cc], mfileio/MReadMarsFile.[h,cc],
2861 mfileio/MReadRflFile.[h,cc], mfilter/MF.[h,cc],
2862 mfilter/MFAlpha.[h,cc], mfilter/MFCT1SelBasic.[h,cc],
2863 mfilter/MFCT1SelFinal.[h,cc], mfilter/MFCT1SelStandard.[h,cc],
2864 mfilter/MFDataChain.[h,cc], mfilter/MFDataMember.[h,cc],
2865 mfilter/MFEnergySlope.[h,cc], mfilter/MFEventSelector.[h,cc],
2866 mfilter/MFEventSelector2.[h,cc], mfilter/MFParticleId.[h,cc],
2867 mfilter/MFTriggerLvl1.[h,cc], mfilter/MFTriggerLvl2.[h,cc],
2868 mfilter/MFilterList.[h,cc], mhist/MFillH.[h,cc],
2869 mimage/MCameraSmooth.[h,cc], mimage/MHillasCalc.[h,cc],
2870 mimage/MHillasSrcCalc.[h,cc], mimage/MImgCleanStd.[h,cc],
2871 mimage/MNewImageParCalc.[h,cc], mmontecarlo/MMcThresholdCalc.[h,cc],
2872 mranforest/MRanForestCalc.[h,cc], mranforest/MRanForestFill.[h,cc]
2873 mmontecarlo/MMcTimeGenerate.[h,cc], mranforest/MRanForestGrow.[h,cc],
2874 mmontecarlo/MMcCollectionAreaCalc.[h,cc], mraw/MRawFileWrite.[h,cc],
2875 mmontecarlo/MMcTriggerRateCalc.[h,cc], mraw/MRawFileRead.[h,cc],
2876 manalysis/MSigmabarCalc.[h,cc], manalysis/MCerPhotAnal.[h,cc],
2877 manalysis/MCerPhotCalc.[h,cc]:
2878 - changed Bool_t in *Process to Int_t to support newer root
2879 versions correctly - PRELIMINARY (will be replaced by
2880 enums in the future)
2881
2882 * manalysis/MCerPhotEvt.[h,cc]:
2883 - added case 3 and 4 to GetPixelContent
2884 - changed definition of GetPixelContent
2885
2886 * manalysis/MCurrents.[h,cc], manalysis/MPedestalCam.[h,cc]:
2887 - changed definition of GetPixelContent
2888
2889 * manalysis/MFiltercutsCalc.[h,cc]:
2890 - Added list to ListOfCleanups, and set kMustCleanup for list
2891 - Set kMustCleanup for external filters
2892
2893 * mbase/MEvtLoop.[h,cc]:
2894 - added to ListOfCleanups
2895 - Set kMustCleanup for parlist, progressbar and display
2896 - added some checks for root's Batch-Mode
2897 - no need for checking ListOfSpecials for fDisplay (this is now
2898 handled through the Cleanups)
2899 - No need for kFileExit anymore (this can now be handles through
2900 the Cleanups)
2901 - added recursiveRemove to support Cleanups
2902 - added SetDisplay to set kMustCleanup for fDisplay
2903
2904 * mbase/MTaskList.cc, mdata/MDataArray.cc, mdata/MDataList.cc,
2905 mfilter/MFilterList.cc:
2906 - added lists to ListOfCleanups
2907 - Set kMustCleanup for the lists
2908
2909 * mbase/MParList.[h,cc]:
2910 - added lists to ListOfCleanups
2911 - Set kMustCleanup for the lists
2912 - added kCanDelete option to destructor
2913 - set kMustCleanup for all containers added to thelist
2914
2915 * mdatacheck/DataCheckLinkDef.h, mdatacheck/Makefile:
2916 - removed unnecessary MDumpEvtHeader
2917
2918 * mbase/MContinue.[h,cc]:
2919 - added SetDisplay to support setting display for the filter
2920 - added SetLogStream to support setting logstream for the filter
2921
2922 * mfilter/MFCT1SelBasic.cc, mfilter/MFCT1SelFinal.cc,
2923 mfilter/MFCT1SelStandard.cc:
2924 - added Set-function to simplify Process
2925
2926 * mgui/MCamEvent.[h,cc]:
2927 - changed GetPixelContent definition
2928
2929 * mhist/MH.cc:
2930 - fixed Draw(TH1&, TH1&) and DrawCopy layout for newer root versions
2931
2932 * mimage/MImgCleanStd.cc:
2933 - fixed a bug in the access to ispixused-array (GetNeighbor
2934 could exceed maximum entries.
2935
2936 * mmain/MStatusDisplay.[h,cc]:
2937 - preliminary fixes to support root's batch mode
2938 - removed adding MStatusDisplay to ListOfCleanups
2939 - changed code updating the Canvas'
2940 - exit now handled by Cleanups, so this can be deleted immediatly
2941
2942 * mraw/MRawEvtData.[h,cc]:
2943 - changed definition of GetPixelContent
2944 - added code to GetPixelContent
2945
2946 * mraw/MRawEvtPixelIter.[h,cc]:
2947 - returns GetNumMaxHiGainSample
2948
2949 * mreflector/MRflEvtData.[h,cc]:
2950 - use static_cast in GetPhoton
2951 - added GetPixelContent
2952
2953 * mhist/MHTriggerLvl0.[h,cc], MHmhist/Camera.[h,cc],
2954 mhist/MHCamEvent.[h,cc]:
2955 - added
2956
2957 * manalysis/MSigmabar.cc:
2958 - unimportant simplification
2959
2960 * manalysis/MSigmabarCalc.cc:
2961 - added a preliminary workaround to support files without MMcEvt
2962 - make use of FLT_MAX
2963
2964 * mgeom/MGeomCam.[h,cc]:
2965 - Moved fPixels from pointer to an instance
2966 - removed destructor
2967 - use static_cast on operator[]
2968 - Use ForEach macro in CheckOuterRing
2969
2970 * mhist/MHSigmaTheta.cc:
2971 - added a preliminary workaround to support files without MMcEvt
2972
2973 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
2974 - removed MCT1PadONOFF
2975
2976 * manalysis/MCerPhotEvt.h:
2977 - added //-> to fPixels
2978
2979 * meventdisp/Makefile:
2980 - added -I../mhist
2981
2982 * manalysis/MMcTriggerLvl2.[h,cc], meventdisp/MGCamDisplay.[h,cc]:
2983 - replaced MCamDisplay by MHCamera
2984
2985 * mgui/GuiLinkDef.h, mgui/Makefile:
2986 - removed MCamDisplay
2987
2988 * mhist/HistLinkDef.h, mhist/Makefile:
2989 - removed MHCerPhotEvt
2990 - removed MHCurrents
2991 - removed MHTrigLvl0
2992 - removed MHOnSubtraction
2993 - added MHCamera
2994 - added MHCamEvent
2995
2996 * macros/sumcurrents.C:
2997 - adapted to changes
2998 - added filename to canvas
2999
3000 * macros/readMagic.C, macros/readCT1.C, macros/status.C,
3001 macros/readcurrents.C, macros/readrfl.C:
3002 - adapted to changes
3003
3004 * mbase/MAGIC.h:
3005 - replaced extern by R__EXTERN
3006
3007 * mbase/MParContainer.[h,cc]:
3008 - added a non empty destructor with some debug options
3009
3010 * mbase/MPrint.cc:
3011 - fixed a bug (used kSKIP instead of kSkip)
3012
3013
3014
3015 2003/06/19: Thomas Bretz
3016
3017 * mgui/MCamDisplay.[h,cc]:
3018 - fixed color palette when loading MCamDisplay
3019
3020 * mevtdisp/MGEvtDisplay.cc:
3021 - fixed a bug in ProcessMessage, 'Exit' still doesn't work.
3022
3023
3024
3025 2003/06/18: Thomas Bretz
3026
3027 * macros/sumcurrents.C:
3028 - added MDirIter support
3029 - fixed the rel. error calculation
3030 - some small corrections to the layout
3031
3032 * mhist/MHCurrents.cc:
3033 - changed histogram name
3034 - added axis titles
3035
3036 * mbase/MLog.cc:
3037 - include iomanip onstead of MLogManip
3038
3039 * mbase/MLogManip.h:
3040 - replaced preprocessor defintions for all, warn, inf, err and dbg
3041 by const variable declarations
3042 - fixed dynamic_casts
3043
3044 * macros/merpp.C:
3045 - made capable of more than one directory
3046
3047 * mmain/MStatusDisplay.cc:
3048 - removed an unsused variable
3049
3050 * Makefile.conf.osf1, Makefile.conf.osf5.1:
3051 - added definitions for __USE_STD_IOSTREAM and R__ANSISTREAM
3052 tp be able to compile on Alphas again
3053
3054 * manalysis/MCT1PadONOFF.cc:
3055 - included math.h
3056 - commented out some code to be able to compile on Alpha - FIXME
3057
3058 * mbase/MDirIter.h:
3059 - fixed a bug in the definition of MatchFilter
3060
3061 * mraw/MRawFileWrite.h:
3062 - default mode changed from UPDATE to RECREATE
3063 - default compression level changed from 9 to 1
3064
3065 * mraw/MRawEvtData.[h,cc]:
3066 - fixed to skip non connected pixels
3067
3068 * mraw/MRawRunHeader.[h,cc]:
3069 - added GetNumConnectedPixels
3070
3071
3072
3073
3074 2003/06/17: Oscar Blanch
3075
3076 * mgeom/MGeomCamECO1000HG.cc
3077 - fixed a bug in NN table
3078
3079 * mgeom/MGeomCamMagicHG.[h,cc]
3080 - New geometry for a high granularity hipothetic Magic camera
3081
3082 * mgeom/Makefile and mgeom/GeomLinkDef.h
3083 - Introduction of MGeomMagicHG class.
3084
3085
3086
3087 2003/06/17: Thomas Bretz
3088
3089 * meventdisp/MGEvtDisplay.cc:
3090 - fixed a bug which caused a endlessloop
3091
3092 * mmain/MStatusDisplay.cc:
3093 - fixed UpdatePSHeader for gcc 3.* and Suse 8.2
3094
3095 * manalysis/MCurrents.h:
3096 - fixed a bug in the const operator[]
3097
3098 * mgui/MCamDisplay.[h,cc]:
3099 - set ClassDef to 1 so that the camera display can be written into
3100 a root file
3101 - fixed destructor (didn't fit default constructor)
3102 - implemented FillRandom for test cases
3103
3104 * mgui/MHexagon.h
3105 - set ClassDef to 1 so that the camera display can be written into
3106 a root file
3107
3108
3109
3110 2003/06/16: Thomas Bretz
3111
3112 * mhist/MHOnSubtraction.cc:
3113 - worked around the non compiling source file
3114
3115 * merpp.cc:
3116 - set compression level default = 1
3117
3118 * macros/readCT1.C, macros/readMagic.C, macros/readcurrents.C,
3119 meventdisp/MGCamDisplay.cc
3120 - adapted to new MCamDisplay and MCamEvent
3121
3122 * macros/sumcurrents.C:
3123 - enhanced
3124
3125 * manalysis/MCerPhotCalc.[h, cc]:
3126 - simplified algorithm
3127
3128 * manalysis/MCerPhotEvt.[h,cc], manalysis/MCurrents.[h,cc],
3129 manalysis/MPedestalCam.[h,cc]:
3130 - derived from MCamEvent
3131
3132 * manalysis/MMcPedestalNSBAdd.cc:
3133 - minor change
3134
3135 * mbase/BaseLinkDef.h, mbase/Makefile:
3136 - added MDirIter
3137
3138 * mbase/MDirIter.[h,cc]:
3139 - added
3140
3141 * mbase/MParList.cc:
3142 - enhnced some output
3143
3144 * mbase/MTaskInteractive.cc:
3145 - fixed a bug
3146
3147 * mbase/MTaskList.cc:
3148 - added handling of gui events for Pre- and PostProcess
3149
3150 * mgeom/MGeomPix.cc:
3151 - added a comment
3152
3153 * mgui/MCamDisplay.[h,cc] - PRELIMINARY:
3154 - added a notification list
3155 - fixed SetRange if pad is not the main pad
3156 - new Fill functions using MCamEvent, removed old ones
3157
3158 * mhist/MFillH.cc:
3159 - check for the existance of the canvas
3160
3161 * mhist/MHCerPhotEvt.cc:
3162 - take usage of MCamEvent
3163
3164 * mhist/MHCurrents.cc:
3165 - take usage of MCamEvent
3166 - added rms
3167
3168 * mmain/MStatusDisplay.[h,cc]:
3169 - added "Reset" and "Remove Tab" to menu bar
3170
3171 * mraw/MRawEvtData.[h,cc]:
3172 - draw hi- and logains
3173 - derived from MCamEvent
3174
3175 * mraw/MRawEvtPixelIter.[h,cc]:
3176 - added GetVarHiGainSamples
3177
3178 * mraw/Makefile:
3179 - added -I../mgui - PRELIMINARY
3180
3181 * mhist/MH.cc:
3182 - fixed Draw(TH1&,TH1&) for newer root versions
3183
3184 * mhist/MHHadronness.cc:
3185 - fixed call to fGraph->SetMaximum(1) for newer root versions
3186
3187 * mmain/MStatusDisplay.cc:
3188 - fixed for gcc 3.* and newer root versions
3189
3190
3191
3192
3193 2003/06/13: Robert Wagner
3194 * mhist/MHOnSubtraction.cc
3195 - removed casts from double to Double_t found by gcc 3.3
3196 - added MHOnSubtraction::CalcLightCurve, a methods towards a
3197 lightcurve
3198
3199
3200
3201 2003/06/13: Thomas Bretz (making Mars work with gcc 3.3 on Suse 8.2)
3202
3203 * Makefile.conf.linux:
3204 - removed nonull-objects, Wtraditional and Wnested-externs
3205 due to warnings in gcc 3.3
3206
3207 * *:
3208 - added 'using namespace std;'
3209 - exchanged *.h C++ headers by correct headers (like <fstream>)
3210 - replaced forward declarations of streams by <iosfwd>
3211
3212 * manalysis/MCerPhotAnal.cc:
3213 - cast arguments of sqrt to correct type
3214 - corrected argument type for SetPedestalRms
3215
3216 * manalysis/MCurrents.h:
3217 - const operator[] uses 'this' now
3218
3219 * manalysis/MEnergyEstParam.[h,cc], manalysis/MSigmabarParam.[h,cc]:
3220 - fixed definition of Print
3221
3222 * manalysis/MMcPedestalCopy.cc, manalysis/MPedCalcPedRun.cc,
3223 mgui/MCamDisplay.cc, mmontecarlo/MMcThresholdCalc.cc:
3224 - cast arguments of sqrt to correct type
3225
3226 * manalysis/MMultiDimDistCalc.cc:
3227 - changed type of numg/numh to Int_t
3228
3229 * mbase/BaseLinkDef.h:
3230 - removed pragma for __omanip_debug
3231
3232 * mbase/MLog.[h,cc]:
3233 - fixed copy constructor
3234 - removed usage of mkstemp -- TO BE FIXED
3235
3236 * mbase/MLogManip.[h,cc]:
3237 - completely replaced
3238
3239 * mdata/MDataArray.cc:
3240 - fixed variable type ncols (Double_t -> Int_t)
3241
3242 * mdata/MDataChain.cc:
3243 - fixed argument type of gRandom->Integer()
3244
3245 * meventdisp/MGEvtDisplay.[h,cc]:
3246 - implemented skiping of events which have 0 Pixels
3247
3248 * mfileio/MCT1ReadPreProc.cc:
3249 - fixed conversion for istream::read from Byte_t* to char*
3250 - fixed argument type in Fill (fmcsize_phel)
3251
3252 * mfileio/MChain.h:
3253 - ResetTree must also set fTreeNumber to -1 due to changes in
3254 TChain::LoadTree
3255
3256 * mfilter/MFAlpha.[h,cc]:
3257 fixed type of Alpha in Init (Float_t instead of Int_t)
3258
3259 * mfilter/MFEventSelector2.[h,cc]:
3260 - renamed Read member function to ReadDistribution
3261
3262 * mfilter/MFilterList.h:
3263 - fixed overloading of GetRule
3264
3265 * mhist/MBinning.cc, mhist/MH3.cc:
3266 - removed default argument in source file
3267
3268 * mhist/MHArray.cc:
3269 fixed type of sstyle (Stat_t -> Int_t)
3270
3271 * mhist/MHCerPhotEvt.[h,cc], mhist/MHCurrents.[h,cc]:
3272 - fixed definition of Clear()
3273
3274 * mhist/MHFadcCam.[h,cc]:
3275 - renamed Reset to ResetEntry
3276
3277 * mhistmc/MHMcEnergy.cc:
3278 - fixed argument type of log
3279
3280 * mhistmc/MHMcRate.cc:
3281 - cast argument of pow() to correct type
3282
3283 * mimage/MHillas.cc:
3284 - replaced default value for MeanX and MeanY by 0
3285
3286 * mmain/MMars.cc:
3287 - fixed argument type in TGLayoutHints
3288
3289 * mmain/MStatusDisplay.cc:
3290 - fixed some argument types
3291 - for the moment removed the update of the ps-header
3292
3293 * mmc/MMcTrig.cxx:
3294 - use binary shift instead of pow for power of two
3295
3296 * mmontecarlo/MMcEnergyEst.[h,cc]:
3297 - declared fcn as static
3298 - fixed definition of Print
3299
3300 * mmontecarlo/MMcTimeGenerate.cc:
3301 - fixed argument type of SetTime
3302
3303 * mmontecarlo/MMcTriggerRateCalc.[h,cc]:
3304 - fixed definition of Draw
3305
3306 * mfileio/MReadRflFile.cc, mraw/MRawCrateData.cc, mraw/MRawEvtData.cc,
3307 mraw/MRawEvtHeader.cc, mraw/MRawRunHeader.cc:
3308 - fixed conversion for istream::read from Byte_t* to char*
3309
3310 * mreflector/MRflEvtData.cc, mreflector/MRflSinglePhoton.cc:
3311 - fixed definition of Print
3312
3313
3314
3315 2003/06/13: Robert Wagner
3316 * mhist/MHOnSubtraction.cc
3317 - Improvements in output
3318
3319
3320
3321 2003/06/12: Thomas Bretz
3322
3323 * mgui/MCamDisplay.h:
3324 - added //*MENU* to SetAutoScale, SetMinimum, SetMaximum
3325
3326
3327
3328 2003/06/11: Robert Wagner
3329
3330 * mhist/MHOnSubtraction.[h,cc]
3331 - Some bugfixes, e.g. concerning binning of result histograms
3332 - Improvements in output
3333
3334
3335
3336
3337
3338 2003/06/09: Wolfgang Wittek
3339
3340 * macros/CT1Analysis.C
3341 - replace MPadSchweizer by MCT1PadSchweizer
3342
3343 * macros/ONOFFCT1Analysis.C
3344 - current version of the macro for the analysis using ON, OFF and MC data
3345
3346 * manalysis/MPadSchweizer.[h,cc]
3347 MPadONOFF.[h,cc]
3348 - delete
3349
3350 * manalysis/MCT1PadSchweizer.[h,cc]
3351 MCT1PadONOFF.[h,cc]
3352 - add
3353
3354 * manalysis/Makefile
3355 AnalysisLinkdef.h
3356 - replace MPadSchweizer and MPadONOFF
3357 by MCT1PadSchweizer and MCT1PadONOFF
3358
3359
3360
3361 2003/06/06: Robert Wagner
3362
3363 * mhist/MHOnSubtraction.[h,cc]
3364 - Class for extracting a gamma signal from on data only. Works
3365 on fully differential data in Alpha, Energy and Theta as well
3366 as on single Alpha plots. Experimental version, expect
3367 functionality but code still optimized for debugging purposes
3368
3369 * mhist/MHAlphaEnergyTheta.cc
3370 - Fill signed alpha value instead of absolute value
3371
3372
3373
3374 2003/06/06: Wolfgang Wittek
3375
3376 * macros/optPad.C
3377 - macro for testing the optimal padding
3378
3379
3380
3381 2003/06/05: Abelardo Moralejo
3382
3383 * mhist/MHTrigLvl0.[h,cc]:
3384 - added. This is intended to find "hot" pixels firing too often
3385 or pixels firing too rarely. Very preliminar!
3386
3387 * macros/pixfirerate.C:
3388 - added. An example on how to use the class above.
3389
3390 * mhist/Makefile, HistLinkDef.h :
3391 added new class.
3392
3393
3394
3395 2003/06/05: Thomas Bretz
3396
3397 * mbase/MEvtLoop.cc:
3398 - fixed some typos in the comments
3399
3400 * meventdisp/MGCamDisplay.cc:
3401 - added MHillasSrc to eventloop
3402
3403 * meventdisp/MGEvtDisplay.cc:
3404 - print MC informations to screen, too
3405
3406 * mfileio/MReadCurrents.cc:
3407 - added a comment
3408
3409 * mhist/MHCerPhotEvt.h:
3410 - removed typo
3411
3412 * mimage/MHillasSrcCalc.cc:
3413 - create a default source if now source is available
3414
3415
3416
3417 2003/06/03: Thomas Bretz
3418
3419 * macros/readcurrents.C:
3420 - display currents in Log-Scale
3421
3422 * mgui/MCamDisplay.[h,cc]:
3423 - introduced fMinimum
3424 - introduced fMaximum
3425 - introduced fData
3426 - removed Set-functions
3427 - introduced Update()
3428 - introduced Log-Scale
3429
3430 * macros/readCT1.C:
3431 - fixed a typo
3432
3433 * mbase/MTaskInteractive.[h,cc]:
3434 - added
3435
3436 * mbase/Makefile, mbase/BaseLinkDef.h:
3437 - added MTaskInteractive
3438
3439 * mhist/MHCurrents.[h,cc]:
3440 - added (PRELIMINARY)
3441
3442 * mhist/Makefile, mhist/HistLinkDef.h:
3443 - added MHCurrents
3444
3445 * mgui/MCamDisplay.[h,cc]:
3446 - changed number of ItemsLegend to display the maximum, too
3447
3448 * macros/sumcurrents.C:
3449 - added
3450
3451
3452
3453 2003/06/03: Wolfgang Wittek
3454
3455 * mfileio/MCT1ReadPreProc.[h,cc]
3456 - reset blind pixels for each event
3457 (because they may have been changed by the padding)
3458
3459 * macros/ONOFFCT1Analysis.C
3460 - will be the macro for the CT1 analysis using ON and OFF data
3461
3462 * manalysis/MPadONOFF.[h,cc]
3463 - new class
3464 - class for the padding of ON/OFF data
3465
3466 * manalysis/MPadSchweizer.[h,cc]
3467 - remove fBlinds->Clear() because the resetting of the
3468 blind pixels is now done in MCT1ReadPreProc
3469
3470
3471
3472 2003/06/02: Thomas Bretz
3473
3474 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
3475 - added MCurrents
3476
3477 * manalysis/MCerPhotEvt.[h,cc]:
3478 - added MGeomCam argument to GetRatioMin/Max
3479
3480 * mfileio/FileIOLinkDef.h, mfileio/Makefile:
3481 - added MReadCurrents
3482
3483 * mfileio/MReadCurrents.[h,cc]:
3484 - added
3485
3486 * manalysis/MCurrents.[h,cc]:
3487 - added
3488
3489 * mgui/MCamDisplay.[h,cc]:
3490 - added current support
3491
3492 * mbase/MTime.h:
3493 - preliminary changes to support currents
3494
3495 * mhist/MH.[h,cc]:
3496 - added usescreenfactor to MakeDefCanvas
3497
3498
3499
3500 2003/05/30: Wolfgang Wittek
3501
3502 * macros/CT1Analysis.C
3503 - current version of the CT1Analysis.C macro for the analysis of
3504 CT1 data using ON and MC data
3505
3506
3507
3508 2003/05/27: Thomas Bretz
3509
3510 * mreflector/Makefile:
3511 - removed obsolete includes
3512
3513 * mbase/MLogManip.h:
3514 - for the moment removed dbg<< from dbginf again
3515
3516 * mimage/MHNewImagePar.cc:
3517 - security check in fill
3518
3519 * mmain/MAnalysis.cc:
3520 - fixed filling of MHNewImagePar
3521
3522
3523
3524 2003/05/26: Wolfgang Wittek
3525
3526 * mfileio/MCT1ReadPreProc.cc
3527 - put back : if (event.spixsig_10thphot[i]==0)
3528 continue;
3529
3530 * manalysis/MPadSchweizer.cc
3531 - add pixels to MCerPhotEvt which are not yet in;
3532 set their number of photons equal to zero
3533
3534
3535
3536 2003/05/26: Thomas Bretz
3537
3538 * mhist/MHCerPhotEvt.cc, mfileio/MCT1ReadAscii.cc:
3539 - InitSize --> FixSize
3540
3541 * manalysis/MMcPedestalNSBAdd.cc:
3542 - fixed a typo (* instead of /)
3543
3544
3545
3546 2003/05/23: Abelardo Moralejo
3547
3548 * mreflector/Makefile:
3549 - added (was missing)
3550
3551
3552
3553 2003/05/23: Thomas Bretz
3554
3555 * Makefile:
3556 - added mreflector
3557
3558 * manalysis/MCerPhotAnal.cc, manalysis/MCerPhotCalc.cc:
3559 - use FixSize instead of InitSize
3560
3561 * manalysis/MCerPhotEvt.[h,cc]:
3562 - replaced InitSize by FixSize (seems to be more logical)
3563
3564 * manalysis/MMcPedestalNSBAdd.cc:
3565 - replaced GetR by GetPixRatio
3566
3567 * manalysis/MPedestalCam.cc:
3568 - replaced GetEntries by GetEntriesFast
3569
3570 * mfileio/FileIOLinkDef.h, mfileio/Makefile:
3571 - added MReadRflFile
3572
3573 * mgeom/MGeomCam.[h,cc], mgeom/MGeomPix.[h,cc],
3574 mgeom/MGeomCamMagic.[h,cc]:
3575 - replaced R by D
3576
3577 * mgui/MCamDisplay.[h,cc]:
3578 - added TClonesArray to display reflector events
3579 - added FillRflEvent
3580 - added ShowRflEvent
3581 - adapted Paint function
3582
3583 * mgui/MHexagon.[h,cc]:
3584 - replaced GetR by GetD
3585 - added DistanceToPrimitive (capital T)
3586
3587 * mgui/Makefile:
3588 - added mreflector
3589
3590 * mfileio/MReadRflFile.[h,cc]:
3591 - added
3592
3593 * mreflector, mreflector/Makefile, mreflector/ReflectorLinkDef.h,
3594 mreflector/MRflEvtData.[h,cc], mreflector/MRflSinglePhoton.[h,cc]:
3595 mreflector/MRflEvtHeader.[h,cc], mreflector/MRflRunHeader.[h,cc]:
3596 - added
3597
3598 * macros/readRfl.C:
3599 - added
3600
3601
3602
3603 2003/05/22: Abelardo Moralejo
3604
3605 * mhist/MHMatrix.[h,cc]
3606 - add member function ShuffleRows() to randomize the order of the
3607 matrix rows. This is useful for instance for the random forest,
3608 (See RanForest.C) when we feed a hadron training sample with
3609 both protons and helium nuclei: if they are ordered (first all
3610 events of one type, then those of the other) the method does not
3611 seem to work well. Any other kind of ordering might be harmful
3612 as well (in theta, phi or whatever).
3613
3614
3615
3616 2003/05/22: Wolfgang Wittek
3617
3618 * mfileio/MCT1ReadPreProc.[h,cc]
3619 - add member function DiscreteTheta
3620 - discretize the Theta according to the binning in Theta
3621 (for data and MC)
3622 original Theta is stored in the container "ThetaOrig"
3623 the discretized Theta is stored in MMcEvt.fTelescopeTheta
3624
3625
3626
3627 2003/05/21: Thomas Bretz
3628
3629 * mfileio/MReadTree.cc:
3630 - changed text of a warning
3631 - removed obsolete comment
3632
3633 * mfileio/MWriteRootFile.[h,cc]:
3634 - changed Print function to support kIsNewTree flag
3635 - changed BIT(15) to BIT(16) because it is already used by TBranch
3636
3637
3638
3639 2003/05/21: Wolfgang Wittek
3640
3641 * mhist/MHBlindPixels.[h,cc]
3642 - change 1D histogram into 2D histogram (pixel Id vs. Theta)
3643 - add 2D histogram : no.of blind pixels vs. Theta
3644
3645 * mhist/MHSigmaTheta.cc
3646 - correct "BinningPix"
3647
3648 * manalysis/MPadSchweizer.[h,cc]
3649 - add simulation of blind pixels
3650
3651 * mhist/MHMatrix.cc
3652 - in DefRefMatrix : allow variable bin size for 'hth' and 'hthd'
3653
3654
3655
3656 2003/05/20: Oscar Blanch Bigas
3657
3658 * mgeom/MGeomCamECO1000HG.[h,cc]
3659 - new files for ECO1000 camera geometry with pixels
3660 of half angualr size.
3661
3662 * mgeom/Mkefile:
3663 - added MGeomCamECO1000HG.[h,cc] files
3664
3665 * mgeom/GeomLinkDef.h
3666 - added class MGeomCamECO1000HG
3667
3668
3669
3670 2003/05/20: Thomas Bretz
3671
3672 * mbase/MLog.h:
3673 - added Separator member function
3674
3675 * mfileio/MReadMarsFile.cc:
3676 - moved output in Notify to MReadTree::Notify
3677 - call MReadTree:Notify in Notify
3678
3679 * mfileio/MReadTree.[h,cc]:
3680 - do not try to delete a Baddress if it is NULL ("*")
3681 - added CheckBranchSize member function
3682 - added the size consistency check to Notify
3683
3684 * mfileio/MWriteRootFile.cc:
3685 - mini changes to Print-output
3686
3687 * mfilter/MF.[h,cc]:
3688 - added Print-function
3689
3690 * mraw/MRawEvtPixelIter.h:
3691 - removed wrong EOL characters
3692
3693 * macros/multidimdist2.C:
3694 - made variable names unique
3695
3696 * macros/star.C:
3697 - added sigmabar
3698
3699 * macros/status.C:
3700 - added sigmabar
3701 - added MHSigmaTheta
3702
3703 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
3704 - added MFiltercutsCalc
3705
3706 * manalysis/MFiltercutsCalc.[h,cc]:
3707 - added
3708
3709
3710 2003/05/19: Thomas Bretz
3711
3712 * mgui/MCamDisplay.cc:
3713 - removed an unused variable.
3714
3715 * Makefile.rules:
3716 - fixed Mr.Proper
3717
3718 * mbase/MEvtLoop.cc, mbase/MParList.cc, mbase/MTaskList.cc,
3719 mfileio/MReadTree.cc, mfileio/MWriteRootFile.cc:
3720 - use new manipulator 'underline'
3721
3722 * mbase/MLog.cc:
3723 - added new underlining
3724 - added blue color for debugging
3725
3726 * mbase/MLogManip.[h,cc]:
3727 - added underline
3728 - added dbg and increased all other debug(n) levels by one
3729
3730 * mbase/MParContainer.h:
3731 - made fDisplay persistent (workaround for a obsolete warning in
3732 root 3.02/07)
3733
3734 * mfileio/MWriteRootFile.[h,cc]:
3735 - fixed a bug introduced when implementing UPDATE mode,
3736 kIsNewTree set for TTree
3737
3738
3739
3740 2003/05/16: Abelardo Moralejo
3741
3742 * mmontecarlo/MMcEnergyEst.[h,cc]
3743 - Added SetCoeff
3744
3745
3746
3747 2003/05/16: Thomas Bretz
3748
3749 * mfilter/MFEventSelector2.[h,cc]:
3750 - added
3751
3752 * mfilter/Makefile, mfilter/FilterLinkDef.h:
3753 - added MFEventSelector2
3754
3755 * mbase/MContinue.cc:
3756 - SetDisplay for filter
3757 - Set LogStream for filter
3758
3759 * mbase/MEvtLoop.cc:
3760 - don't use pointer to fTasklist in PostProcess if not initialized
3761 - do not execute Process if fTasklist is not initialized
3762
3763 * mbase/MTask.[h,cc]:
3764 - overwrite SetDisplay (set also display of attached filter
3765
3766 * mbase/MTaskList.cc:
3767 - minor changes
3768
3769 * mdata/MDataChain.[h,cc]:
3770 - implemented ParseDataMember to support constants
3771
3772 * mfileio/MCT1ReadPreProc.[h,cc]:
3773 - added fNumFile to support Rewind
3774 - added Rewind
3775
3776 * mfileio/MRead.[h,cc]:
3777 - new virtual function Rewind
3778
3779 * mfileio/MReadMarsFile.[h,cc]:
3780 - added Rewind
3781
3782 * mfileio/MReadTree.[h,cc]:
3783 - added Rewind
3784 - fixed a missing 'else' in AddFile
3785
3786 * mhist/MBinning.[h,cc]:
3787 - added SetEdges(TAxis&)
3788 - added SetEdges(TH1&, char)
3789
3790 * mhist/MFillH.[h,cc]:
3791 - added bit kDoNotDisplay
3792
3793 * mhist/MH.h:
3794 - added a comment
3795
3796 * mhist/MH3.[h,cc]:
3797 - implemented GetRule
3798 - implemented GetNbins
3799 - implemented FindFixBin
3800
3801 * mimage/MHHillasSrc.cc:
3802 - replaced gPad->cd(4) by savepad
3803
3804 * mmain/MStatusDisplay.[h,cc]:
3805 - fixed locked mode for loop-in-loop cases
3806
3807
3808
3809 2003/05/15: Wolfgang Wittek
3810
3811 * macros/CT1EgyEst.C
3812 - replace "energyest.root" by paramout
3813
3814
3815
3816 2003/05/14: Wolfgang Wittek
3817
3818 * macros/CT1env.rc
3819 - CT1env replaced by CT1env.rc
3820
3821 * mranforest/MRanForestCalc.cc
3822 - exchange arguments in
3823 FindCreateObj("MHadronness", fHadronnessName)
3824
3825
3826
3827 2003/05/13: Thomas Bretz
3828
3829 * mdata/MDataArray.[h,cc]:
3830 - addeed GetData and >>-operator to fill a TVector from the array
3831
3832 * manalysis/MMultiDimDistCalc.cc:
3833 - use new >>-operator from MDataArray
3834
3835 * mranforest/MRanForest.[h,cc]:
3836 - TVector& in CalcHadronness declared const
3837 - added a const qualifier to 'Float_t sum'
3838 - removed Reset() from a TIter declaration (done by the TIter
3839 constructor)
3840
3841 * mranforest/MRanForestCalc.cc:
3842 - fill TVector with new >>-operator of MDataArray
3843
3844 * mranforest/MRanTree.[h,cc]:
3845 - removed obsolete returns at the end of some functions
3846 - TVector& in TreeHad declared const
3847 - changed if to ?:-operator in TreeHad
3848 - TreeHad() calls TreeHad(const TVector &) now (code is not
3849 implemented twice)
3850
3851
3852
3853 2003/05/12: Abelardo Moralejo
3854
3855 * mhistmc/MHMcEnergyMigration.cc
3856 - Draw(): fixed axis label in one plot.
3857
3858
3859
3860 2003/05/12: Thomas Bretz
3861
3862 * mmain/MStatusDisplay.[h,cc]:
3863 - implemented UpdatePSHeader
3864
3865
3866
3867 2003/05/10: Thomas Bretz
3868
3869 * Makefile.rules:
3870 - implemented diff
3871
3872 * NEWS:
3873 - changed
3874
3875 * manalysis/MCT1SupercutsCalc.cc:
3876 - fixed variable names
3877
3878 * mbase/MParContainer.cc:
3879 - replaces IsA()->GetName() by ClassName()
3880
3881 * mbase/Makefile:
3882 - removed obsolete include paths
3883
3884 * mdata/MDataArray.[h,cc]:
3885 - new member function GetRule(int)
3886
3887 * mgui/MCamDisplay.[h,cc]:
3888 - implemented GetObjectInfo
3889
3890 * mhist/MH.[h,cc]:
3891 - implemented ProjectionX
3892 - implemented ProjectionY
3893 - implemented FindObjectInPad
3894
3895 * mhist/MHSigmaTheta.[h,cc]:
3896 - implemented Paint
3897
3898 * mmain/MStatusDisplay.[h,cc]:
3899 - implemented kFileCanvas
3900 - implemented kFileBrowser
3901
3902
3903
3904 2003/05/09: Abelardo Moralejo
3905
3906 * mhistmc/MHMcEnergyMigration.[h,cc]
3907 - Added histograms, changed Draw() to display them. Still
3908 provisional, many changes in the whole part of the energy
3909 estimator are needed.
3910
3911 * macros/CT1EEst.C, CT1EnergyEst.C
3912 - Removed
3913
3914 * macros/CT1EgyEst.C
3915 - Added example on how to use the energy estimation for CT1.
3916 Very provisional!
3917
3918
3919
3920 2003/05/09: Wolfgang Wittek
3921
3922 * manalysis/MCT1SupercutsCalc.cc
3923 - add SetReadyToSave()
3924
3925
3926
3927 2003/05/09: Thomas Bretz
3928
3929 * mbase/MLog.cc:
3930 - do not underline if eNoColors is set
3931 - fixed abug in Output() (last character missing when flushed)
3932 - same when flushing to the GUI
3933
3934 * mbase/MLogManip.cc:
3935 - removed an obsolete comment
3936
3937 * mfileio/MReadTree.cc:
3938 - print warning in case no files could be added to chain
3939
3940 * mfilter/MFDataChain.h:
3941 - fixed code layout
3942
3943 * mimage/MHHillasSrc.h:
3944 - added Paint
3945
3946 * mimage/MHillasCalc.[h,cc]:
3947 - changed default title
3948
3949 * Makefile:
3950 - added rule 'diff'
3951
3952 * mhist/MHMatrix.cc:
3953 - compressed some debug outputs
3954
3955 * manalysis/MSigmabar.[h,cc]:
3956 - deleted the fCalcPixNum variable (not used).
3957
3958 * macros/star.C, macros/starct1.C:
3959 - updated
3960
3961 * mhist/MBinning.cc:
3962 - fixed SetBinningCos
3963
3964 * mhist/MHSigmaTheta.[h,cc]:
3965 - in setting of binnings changes npix+1 to npix
3966 (SetEdges takes the number of _bins_ as argument)
3967 - fixed titles (LaTeX style)
3968 - added default binning (may have to be changed for Magic)
3969 - removed obsolete destructor
3970 - removed default canvas size of 900x900
3971 - temporarily removed SetLogy() for first pad. I'm searching
3972 for a solution to put it in again when using the status display
3973
3974
3975
3976 2003/05/08: Thomas Bretz
3977
3978 * Makefile.rules:
3979 - fixed the rmhtml bug
3980
3981 * macros/collarea.C:
3982 - changed to use MStatusDisplay
3983
3984 * manalysis/MCT1SupercutsCalc.cc:
3985 - fixed a typo
3986
3987 * mbase/MEvtLoop.[h,cc], mbase/MTaskList.[h,cc]:
3988 - added FindTask member functions
3989
3990 * mbase/MLog.cc:
3991 - do not crop logging to GUI to 1000 lines anymore
3992
3993 * mdata/MDataChain.cc:
3994 - use GetRule() in the constructor instead of Print()
3995
3996 * mdata/MDataElement.cc, mfilter/MFDataChain.cc:
3997 - do not return str+"something"
3998
3999 * mhist/MH.[h,cc]:
4000 - fixed a bug in DrawCopy(TH1*,TH1*)
4001 - overwrite Clone function and do not add TH1 to gDirectory
4002 when cloning MH classes
4003
4004 * mimage/MHHillas.cc, mimage/MHHillasSrc.cc:
4005 - adde a sanity check to Fill
4006
4007 * mimage/MHHillasSrc.cc:
4008 - do not set the log scale before we have entries in the histogram
4009
4010
4011
4012 2003/05/08: Abelardo Moralejo
4013
4014 * mimage/MImgCleanStd.cc
4015 - extended comment on standard cleaning. Removed an obsolete
4016 comment.
4017
4018 * mhistmc/MHMcCollectionAreaCalc.cc
4019 - Changed binning of histograms, so that the collection area
4020 can be calculated also between 5 and 10 GeV (for pulsar studies)
4021
4022
4023
4024 2003/05/07: Nadia Tonello
4025
4026 * manalysis/MCT1PointingCorrCalc.[h,cc]
4027 - deleted the fMcEvt variable (not used).
4028
4029
4030 2003/05/07: Thomas Bretz
4031
4032 * mmain/Makefile, mmain/MainLinkDef.h:
4033 - added MSearch
4034
4035 * mmain/MSearch.[h,cc]:
4036 - added
4037
4038 * mmmain/MStatusDisplay.[h,cc]:
4039 - implemented Search
4040
4041 * mhist/MHSigmaTheta.cc:
4042 - removed borders around the pads (Draw)
4043
4044 * mfileio/MCT1ReadPreProc.cc:
4045 - do not output the run number twice!
4046
4047 * mimage/MHillasExt.[h,cc]:
4048 - changed ClassDef to 2
4049 - updated comments
4050
4051 * mimage/MNewImagePar.cc:
4052 - updated comments
4053
4054
4055
4056 2003/05/07: Abelardo Moralejo
4057
4058 * mranforest/Makefile
4059 - fixed typo.
4060
4061
4062
4063 2003/05/06: Abelardo Moralejo
4064
4065 * mhistmc/MHMcCollectionArea.cc
4066 - Added: delete &pally
4067
4068 * mfilter/MFCT1SelFinal.cc
4069 - changed FindObject("MGeomCam") to
4070 FindCreateObj("MGeomCamCT1","MGeomCam")
4071
4072 * mhistmc/MHMcCollectionArea.cc
4073 - in procedure Calc(TH2D &hsel, TH2D &hall) : changed the
4074 calculation of maximum impact parameter. Now it looks for
4075 the non-empty bin of histogram "hall" with highest impact
4076 parameter. The code could not work as it was before, but this
4077 had influence only when running over camera files containing all
4078 events, including non-triggers (while we usually run over files
4079 containing only triggers).
4080
4081
4082
4083 2003/05/06: Thomas Bretz
4084
4085 * manalysis/MRan*, mhist/MHRan*:
4086 - moved to new directory mranforest
4087
4088 * mranforest, mranforest/Makefile, mranforest/RanForestLinkDef.h,
4089 mranforest/RanForestIncl.h:
4090 - added
4091
4092 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
4093 - removed MRan*
4094
4095 * mhist/Makefile, mhist/HistLinkDef.h:
4096 - removed MHRan*
4097
4098 * Makefile:
4099 - mranforest added
4100
4101 * mbase/MLog.cc:
4102 - sanity check in MLog::Output (len>0)
4103
4104 * mimage/MImgCleanStd.cc:
4105 - adapted path to html images
4106
4107 * htmldoc/*:
4108 - moved to new path htmldoc/images
4109
4110 * Makefile.rules:
4111 - corrected rule rmhtmldoc
4112
4113 * NEWS:
4114 - updated
4115
4116 * macros/dohtml.C, macros/rootlogon.C:
4117 - added mranforest
4118
4119 * mbase/MEvtLoop.cc:
4120 - fixed a typo
4121
4122 * mhist/HistLinkDef.h
4123
4124
4125
4126 2003/05/05: Nadia Tonello
4127
4128 * mfilter/MFCT1SelStandard.cc
4129 - correct the default name of fImgParName
4130 ("MNewImgPar") => ("MNewImagePar")
4131
4132
4133
4134 2003/05/05: Thomas Bretz
4135
4136 * mbase/MEvtLoop.cc:
4137 - underline Instatiation Message
4138 - small change to a warning output
4139
4140 * mbase/MLog.[h,cc]:
4141 - added stuff for underlining
4142 - changed from TGListBox to TGViewText
4143
4144 * mmain/MStatusDisplay.[h,cc]:
4145 - changed fLogBox from TGListBox to TGViewText
4146 - added menu 'Log'
4147 - changed division of status line to 'Goldener Schnitt'
4148
4149 * mhist/MHHadronness.cc, mhist/MHCerPhotEvt.cc, mhist/MHStarMap.cc,
4150 mimage/MHHillas.cc:
4151 - fixed 'redifinion of default argument'
4152
4153 * mbase/Makefile, mfileio/Makefile:
4154 - moved first source file to second position to get rid of crashes
4155 of rootcint on our Alpha
4156
4157 * mimage/MNewImagePar.cc:
4158 - removed maxpixid (not used)
4159
4160 * manalysis/MRanTree.cc:
4161 - replaced ostream.h by iostream.h
4162
4163 * manalysis/MPadding.h:
4164 - added a missing const qualifier in the definition of 'Padding'
4165
4166 * mmontecarlo/MMcEnergyEst.cc:
4167 - added math.h
4168
4169 * Makefile, mbase/Makefile, mmain/Makefile:
4170 - changed order (linking on our Alpha failed)
4171
4172 * mbase/MLog.h:
4173 - don't include iostream.h if __CINT__ (crashes rootcint on our
4174 alpha)
4175
4176
4177
4178 2003/05/05: Wolfgang Wittek
4179
4180 * manalysis/MPadSChweizer.cc
4181 - delete histograms in destructor
4182
4183
4184
4185 2003/05/02: Thomas Bretz
4186
4187 * Makefile.conf.general, Makefile.conf.linux, Makefile.conf.linux-gnu,
4188 Makefile.conf.osf1, Makefile.conf.osf5.1:
4189 - added MARSDEFINES, MARSFLAGS, MARSLIBS
4190
4191 * mars.cc:
4192 - replaces HAVE_LOGO by HAVE_XPM
4193
4194 * NEWS:
4195 - updated
4196
4197 * mbase/MLogo.cc:
4198 - replaces marslogo_neu by marslogo
4199 - encapsulated in HAVE_XPM
4200
4201 * mbase/Makefile:
4202 - added MLogo.cc
4203
4204 * mmain/MGMenu.cc:
4205 - fixed the 'KeyAutoRepeat' bug
4206
4207 * manalysis/MCerPhotEvt.[h,cc:
4208 - added RemoveUnusedPixels
4209
4210 * manalysis/MSigmabar.cc:
4211 - small simplification for compiler optimization
4212
4213 * mbase/MEvtLoop.cc:
4214 - changed output to fDisplay
4215 - changed behaviour in case of a failed PostProcess
4216
4217 * mbase/MLog.[h,cc]:
4218 - added flushing and tab conversion to GUI
4219 - added color support
4220
4221 * mbase/MParList.cc:
4222 - replaced some *Iter by MIter
4223
4224 * mbase/MTask.cc, mbase/MTaskList.cc:
4225 - added output to fDisplay
4226 - replaced some *Iter by MIter
4227
4228 * mhist/MH.cc:
4229 - don't add clones to directory
4230
4231 * mimage/MImgCleanStd.[h,cc]:
4232 - replaced divisiond by multiplications
4233 - fixed StreamePrimitive
4234 - do not allow 0 rings
4235
4236 * mmain/MStatusDisplay.[h,cc]:
4237 - added writing gif
4238 - added writing C
4239 - changes SaveAs to non-const (added output to status lines)
4240 - replaced TGLabels by TGStatusBar
4241
4242
4243
4244 2003/04/30: Wolfgang Wittek
4245
4246 * manalysis/MPadSchweizer.[h,cc]
4247 - reorder histograms
4248
4249 * mhist/MHSigmaTheta.[h,cc]
4250 - remove last 3 plots (otherwise get segmentation violation ???)
4251
4252 * mimage/MHNewImagePar.[h,cc]
4253 - change range of leakage to be plotted
4254 (want to see also leakage=0)
4255
4256
4257
4258 2003/04/30: Nadia Tonello
4259
4260 * manalysis/MCerPhotPix.[h,cc]:
4261 - deleted Bool_t fIsUsed and substituted with
4262 the condition: fRing>0 in the functions
4263 Bool_t IsPixelUsed() const{return fRing>0;}
4264 void SetPixelUsed() { fRing = 1;}
4265 void SetPixelUnused(){ fRing = 0;}
4266
4267
4268
4269 2003/04/29: Wolfgang Wittek
4270
4271 * mhist/MHSigmaTheta.[h,cc]:
4272 - ClassDef( ,0) -> ClassDef( , 1)
4273 - minor corrections in Draw()
4274
4275
4276
4277 2003/04/29: Thomas Bretz
4278
4279 * mfilter/MFCT1SelBasic.[h,cc], mfilter/MFCT1SelFinal.[h,cc],
4280 mfilter/MFCT1SelStandard.[h,cc]:
4281 - reordered includes
4282 - removed MHillas from constructor (if present)
4283 - added corresponding Setter-methods
4284 - added many const qualifiers
4285 - removed some obsolete data members
4286 - made some member functions private
4287 - only store fMm2Deg, not the pointer to MGeomCam
4288 - don't use the CT1 camera build in... (to be discussed)
4289 - fixed MHillas, MHillasExt and MNewImagePar stuff
4290
4291 * mimage/MImgCleanStd.[h,cc]:
4292 - added Nadia to the list of authors
4293 - added pngs for the formulars
4294
4295 * htmldoc, htmldoc/MImgCleanStd-f1.png, htmldoc/MImgCleanStd-f2.png:
4296 - added
4297
4298 * manalysis/MCT1SupercutsCalc.[h,cc]:
4299 - changed the default "MHillasExt" to "MHillas"
4300
4301 * mbase/MEvtLoop.cc:
4302 - fixed a bug in ProcessGuiEvents
4303
4304 * mhist/MH*.[h,cc], mhistmc/MH*.[h,cc], mimage/MH*.[h,cc]:
4305 - changed "Double_t w" in Fill to "const Stat_t w"
4306 - added weight in some classes to TH::Fill
4307
4308 * mbase/MHtml.[h,cc]:
4309 - removed
4310
4311 * mfileio/MCT1ReadPreProc.cc:
4312 - removed the dependance on a MBinning in Theta.
4313
4314
4315
4316 2003/04/29: Abelardo Moralejo
4317
4318 * mmontecarlo/MMcCollectionareaCalc.[h,cc]
4319 - Now the energy limits and spectral slope used in Corsika are
4320 read from the run header. Warning: impact parameter is still
4321 fixed (I changed it from 400 m to 300 m, our present MC
4322 production default). Added warning message about this.
4323 Collection areas calculated up to now with the new MC library
4324 are overestimated by a ~77% ! This class will be removed in
4325 the future and replaced by MFillH.
4326
4327 * mhistmc/MHMcCollectionArea.[h,cc]
4328 - Adapted to the change of MMcCollectionAreaCalc. Added arguments
4329 to CalcEfficiency.
4330
4331
4332
4333 2003/04/28: Nadia Tonello
4334
4335 * mimage/MImgCleanStd.[h,cc]
4336 - added the option kDemocratic using sigmabar of the inner pixels
4337 - added the option to select the number of rings of pixels
4338 to analyze around the core pixels
4339 - added documentation
4340
4341 * manalysis/MCerPhotPix.[h,cc]
4342 - added fRing and Get-Set functions
4343
4344
4345
4346 2003/04/28: Oscar Blanch
4347
4348 * mgeom/MGeomCamECO1000.[h,cc]
4349 - New files for ECO 1000 camera geometry.
4350
4351 * mgeom/GeomLinkDef.h
4352 - Added class MGeomCamECO1000
4353
4354 * mgeom/Makefile
4355 - Added class MGeomCamECO1000
4356
4357
4358
4359 2003/04/28: Abelardo Moralejo
4360
4361 * mmontecarlo/MMcEnergyEst.[h,cc]
4362 - Lots of fixes after Thomas suggestions. Now cuts are not part
4363 of the class, but introduced via a new MFilter* member. Changed
4364 all Char_t* for TString. Changed own TMiniut pointer by gMinuit.
4365 Removed couts and used fLog instead. Function fcn is no longer
4366 declared external.
4367
4368
4369
4370 2003/04/28: Thomas Bretz
4371
4372 * NEWS:
4373 - updated
4374
4375 * manalysis/MBlindPixelCalc.cc:
4376 - use Are of pixles while interpolating
4377
4378 * mbase/MEvtLoop.cc:
4379 - output speed in Evts/s to fDisplay
4380
4381 * mbase/MGGroupFrame.h:
4382 - fixed a typo
4383
4384 * mbase/MTask.[h,cc]:
4385 - Added OverwritesProcess
4386
4387 * mbase/MTaskList.[h,cc]:
4388 - removed CheckClassForProcess
4389 - replaced by MTask::OverwritesProcess
4390
4391 * mhist/MFillH.cc:
4392 - only draw something if the class overwrites the Draw function
4393
4394 * mhist/MH.[h,cc]:
4395 - added OverwritesDraw
4396 - added a higher maximum, lower minimum to Draw(TH1, TH1)
4397 - changed default size
4398
4399 * mhist/MHMatrix.cc:
4400 - mini change
4401
4402 * mimage/MHHillas.[h,cc]:
4403 - removed fUsedPix
4404 - removed fCorePix
4405
4406 * mimage/MHHillasExt.[h,cc]:
4407 - removed fHConc
4408 - removed fHConc1
4409 - changed default name to MHillasExt
4410
4411 * mimage/MHNewImagePar.[h,cc]:
4412 - added fHistConc
4413 - added fHistConc1
4414 - added fHistUsedPix
4415 - added fHistCorePix
4416
4417 * mimage/MHillas.cc:
4418 - removed fNumCorePixels
4419 - removed fNumUsedPixels
4420 - made fCosDelta writable
4421 - made fSinDelta writable
4422 - made GetSinDelta() public
4423 - made GetCosDelta() public
4424
4425 * mimage/MHillasExt.[h,cc]:
4426 - removed fConc
4427 - removed fConc1
4428 - changed default name to MHillasExt
4429 - derives from MParContainer now instead of MHillas
4430
4431 * mimage/MNewImagePar.[h,cc]:
4432 - added fNumCorePixels
4433 - added fNumUsedPixels
4434 - added fConc
4435 - added fConc1
4436
4437 * mimage/MNewImageParCalc.[h,cc]:
4438 - removed
4439
4440 * mimage/MHillasCalc.[h,cc]:
4441 - changed so, that it can calc MHillas, MHillasExt and MNewImagePar
4442
4443 * mimage/MHillasSrc.cc:
4444 - sqrt(tand*tand+1) replaced by 1/CosDelta
4445
4446 * mmain/MStatusDisplay.[h,cc]:
4447 - added second argument to SetLogStream
4448
4449 * mhist/MHAlphaEnergyTheta.[h,cc], mhist/MHAlphaEnergyTime.[h,cc],
4450 mhist/MHCerPhotEvt.[h,cc], mhist/MHEffOnTime.[h,cc],
4451 mhist/MHEffOnTimeTheta.[h,cc], mhist/MHEffOnTimeTime.[h,cc],
4452 mhist/MHEnergyTheta.[h,cc], mhist/MHEnergyTime.[h,cc],
4453 mhist/MHFlux.[h,cc], mhist/MHMatrix.[h,cc],
4454 mhist/MHSigmaTheta.[h,cc], mhistmc/MHMcCollectionArea.[h,cc],
4455 mhistmc/MHMcDifRate.[h,cc], mhistmc/MHMcEfficiency.[h,cc],
4456 mhistmc/MHMcEfficiencyEnergy.[h,cc], mhistmc/MHMcEfficiencyImpact.[h,cc],
4457 mhistmc/MHMcEnergy.[h,cc], mhistmc/MHMcEnergyImpact.[h,cc],
4458 mhistmc/MHMcEnergyMigration.[h,cc], mhistmc/MHMcRate.[h,cc]:
4459 - removed DrawClone
4460 - fixed Draw
4461
4462 * macros/MagicHillas.C, macros/star.C:
4463 - removed MHillasExt (not necessary anymore)
4464 - added MNewImagePar
4465
4466 * macros/readCT1.C, macros/readMagic.C, meventdisp/MGCamDisplay.cc,
4467 mmain/MAnalysis.cc:
4468 - added MHillasExt to be displayed
4469 - added MNewImagePar to be displayed
4470
4471 * manalysis/MCT1SupercutsCalc.[h,cc]:
4472 - removed empty destructor
4473 - fixed output in PreProcess
4474 - changed MHillasExt to MHillas
4475
4476
4477
4478
4479
4480 2003/04/28: Wolfgang Wittek
4481
4482 * manalysis/MPadSchweizer.[h,cc]
4483 - extend documentation
4484 - remove histograms which are also made by MHSigmaTheta
4485 - minor modifications
4486
4487
4488
4489 2003/04/25: Thomas Bretz
4490
4491 * mfilter/MFEnergySlope.cc:
4492 - removed obsolete PostProcess
4493
4494 * mdatacheck/MGDisplayAdc.cc:
4495 - fixed a bug which caused nothing to beeing displayed if only
4496 the Hi gains where existing (Exists->HasHi)
4497
4498 * mhist/MH.cc:
4499 - small change to GetNewPad
4500
4501 * mhistmc/MHMcEnergyMigration.h:
4502 - fixed the includes
4503
4504 * mgui/MCamDisplay.cc:
4505 - changed autoscaling (max<1:max=1 --> max==min:max=min+1)
4506
4507 * manalysis/MBlindPixelCalc.cc:
4508 - interpolate: take pixel area into account
4509
4510 * mhist/MHSigmaTheta.h:
4511 - removed nonsense GetSigmaThetaByName(const TString name)
4512 - removed nonsense GetSigmaPixThetaByName(const TString name)
4513 - removed nonsense GetDiffPixThetaByName(const TString name)
4514
4515 * manalysis/MPadSchweizer.cc:
4516 - fixed naming
4517 - fixed usage of operators
4518 - added some const qualifiers
4519 - replaced 'int OK' by 'Bool_t ok'
4520 - fixed wrong usage floating point value 0
4521
4522 * mimage/MImgCleanStd.cc:
4523 - moved ratio to the other side of the condition (don't divide
4524 if it is not necessary)
4525
4526
4527
4528 2003/04/24: Abelardo Moralejo
4529
4530 * macros/rootlogon.C
4531 - added gInterpreter->AddIncludePath(dir+"mhistmc");
4532
4533
4534
4535 2003/04/24: Thomas Bretz
4536
4537 * macros/rootlogon.C:
4538 - added mimage
4539
4540 * macros/dohtml.C:
4541 - added mhistmc
4542 - added mimage
4543 - added status.C
4544
4545 * mfilter/MFCT1Supercuts.[h,cc]:
4546 - removed
4547
4548 * manalysis/MPadSchweizer.[h,cc]:
4549 - renamed arguments of SetHistograms to Mars style
4550 - removed default argument for SetHistograms (usage would result
4551 in a crash)
4552 - removed empty destructor
4553
4554 * mhistmc/MHMcTriggerLvl2.h:
4555 - removed the wrong f in GetHistf
4556
4557 * manalysis/MSigmabarParam.h:
4558 - added const qualifiers to getters
4559
4560 * mfileio/MWriteRootFile.[h,cc]:
4561 - fixed support for UPDATE
4562
4563 * mfilter/MFEnergySlope.cc:
4564 - cleaned
4565 - removed empty PostProcess
4566
4567 * mhist/MHCerPhotEvt.cc:
4568 - removed ratio from Fill
4569
4570 * mhist/MH.h:
4571 - fixed a bug in the overloading of DrawClone
4572
4573 * mimage/MHillasSrc.[h,cc], mimage/MHHillasSrc.[h,cc]:
4574 - like suggested by Wolfgang: removed Head-Tail
4575
4576 * mbase/MEvtLoop.cc:
4577 - fixed a bug in the progress bar update at the end of the loop
4578
4579
4580
4581 2003/04/24: Wolfgang Wittek
4582
4583 * mfilter/MFCT1SelFinal.cc
4584 - small correction in output
4585
4586 * mhistmc/MHMcCT1CollectionArea.cc
4587 - plot all 3 histograms in DrawClone()
4588
4589 * manalysis/MPadSchweizer.[h,cc]
4590 - cleanup as proposed by Thomas
4591 - new member function SetHistograms() to set the pointers to the
4592 histograms to be used in the padding
4593
4594
4595
4596 2003/04/24: Antonio Stamerra
4597
4598 * mhistmc/MHMcTriggerLvl2.[h,cc]
4599 - renamed some variable (hf->fHist)
4600 - added fHist*Norm and fFNorm in the destructor
4601
4602 * manalysis/MMcTriggerLvl2.[h,cc]
4603 - added CalcCompactPixel() public method
4604 - implemented CalcPseudoSize method (still under construction...)
4605 - added inline method SetNewCamera(), used in the costructor
4606 - renamed global variables pixels_in_cell->gsPixelsInCell
4607 and pixels_in_lut->gsPixelsInLut
4608 - added destructor
4609
4610
4611
4612 2003/04/23: Thomas Bretz
4613
4614 * mhist/MHCerPhotEvt.[h,cc]:
4615 - updated dox
4616
4617 * manalysis/MCT1SupercutsCalc.h, manalysis/MPadSchweizer.h:
4618 - ClassDef -> 0
4619
4620 * NEWS:
4621 - updated
4622
4623 * mfileio/MWriteRootFile.[hcc]:
4624 - fixed the missing function of UPDATE files
4625
4626 * mhist/MFillH.[h,cc]:
4627 - implemented fWeight
4628 - adapted StreamPrimitive
4629 - changed fCanvas to //!
4630 - changed class version umber from 1 to 2
4631
4632 * mhist/MH.[h,cc], mhist/MHAlphaEnergyTheta.[h,cc],
4633 mhist/MHAlphaEnergyTime.[h,cc], mhist/MHArray.[h,cc],
4634 mhist/MHBlindPixels.[h,cc], mhist/MHCompProb.[h,cc],
4635 mhist/MHEffOnTime.[h,cc], mhist/MHEffOnTimeTheta.[h,cc],
4636 mhist/MHEffOnTimeTime.[h,cc], mhist/MHEnergyTheta.[h,cc],
4637 mhist/MHFadcCam.[h,cc], mhist/MHFlux.[h,cc],
4638 mhist/MHGamma.[h,cc], mhist/MHHadronness.[h,cc],
4639 mhist/MHMatrix.[h,cc], mhist/MHRanForest.[h,cc],
4640 mhist/MHRanForestGini.[h,cc], mhist/MHSigmaPixel.[h,cc],
4641 mhist/MHSigmaTheta.[h,cc], mhist/MHSigmabarTheta.[h,cc],
4642 mhist/MHStarMap.[h,cc], mhist/MHThetabarTheta.[h,cc],
4643 mhist/MHThetabarTime.[h,cc], mhist/MHTimeDiffTheta.[h,cc],
4644 mhist/MHTimeDiffTime.[h,cc], mhistmc/MHMcCT1CollectionArea.[h,cc],
4645 mhistmc/MHMcEnergyImpact.[h,cc], mhistmc/MHMcEnergyMigration.[h,cc]
4646 mhistmc/MHMcTriggerLvl2.[h,cc], mimage/MHHillas.[h,cc],
4647 mimage/MHHillasExt.[h,cc], mimage/MHHillasSrc.[h,cc],
4648 mimage/MHNewImagePar.[h,cc]:
4649 - added second (weight) argument to Fill
4650 - in some headers: removed obvious virtual
4651 - removed some dummy Fill function (not necessary anymore)
4652
4653
4654
4655 2003/04/23: Abelardo Moralejo
4656
4657 * mhistmc/MHMcCT1CollectionArea.[h,cc]
4658 - Now the class inherits from MH instead of directly from
4659 MParContainer. Implemented SetupFill, so that the binning
4660 definitions are read from the parlist.
4661
4662 * mmontecarlo/MMcCT1CollectionAreaCalc.[h,cc]
4663 - Removed. This class was superfluous, since the same job
4664 can be done using MFillH.
4665
4666 * mmontecarlo/Makefile, MontecarloLinkDef.h
4667 - removed class MMcCT1CollectionAreaCalc.
4668
4669 * macros/CT1collarea.C
4670 - adapted to changes above.
4671
4672 * mmc/MMcRunHeader.[hxx,cxx], mmc/MMCEvt.[hxx,cxx]
4673 - added comment in class description about the definition of
4674 the azimuth angle phi in the MC classes.
4675
4676
4677 2003/04/23: Antonio Stamerra
4678
4679 * mfilter/MFEnergySlope.[h,cc]
4680 - added new filter class to select events according to a given
4681 energy slope
4682
4683 * mfilter/Makefile, mfilter/FilterLinkDef.h
4684 - modified accordingly (added MFEnergySlope)
4685
4686 * manalysis/MMcTriggerLvl2Calc.cc
4687 - removed call to the MHMcTriggerLvl2->Fill() in Process()
4688
4689 * macros/triglvl2.C
4690 - added example of the MFEnergySlope filter
4691 - added filling of histos from MHMcTriggerLvl2
4692
4693
4694 2003/04/22: Abelardo Moralejo
4695
4696 * mmontecarlo/Makefile, MontecarloLinkDef.h
4697 - added MMcEnergyEst
4698 - added necessary include directories.
4699
4700 * mmontecarlo/MMcEnergyEst.cc
4701 - added filterhadrons.SetHadronnessName(fHadronnessName) to
4702 inform the filter about the name of the hadronness container
4703 to be used in the cuts.
4704
4705 * mfilter/MFCT1SelFinal.[h,cc]
4706 - added the possibility to cut also in Dist.
4707
4708
4709
4710 2003/04/22: Thomas Bretz
4711
4712 * mhist/MHHadronness.[h,cc]:
4713 - changed to support MStatusDisplay
4714
4715 * manalysis/MApplyPadding.[h,cc]:
4716 - removed
4717
4718 * mhist/MHMcCT1CollectionArea.[h,cc],
4719 mhist/MHMcCollectionArea.[h,cc], mhist/MHMcDifRate.[h,cc],
4720 mhist/MHMcEfficiency.[h,cc], mhist/MHMcEfficiencyEnergy.[h,cc],
4721 mhist/MHMcEnergy.[h,cc], mhist/MHMcEnergyImpact.[h,cc],
4722 mhist/MHMcEnergyMigration.[h,cc], mhist/MHMcIntRate.[h,cc],
4723 mhist/MHMcRate.[h,cc], mhist/MHMcTriggerLvl2.[h,cc]:
4724 - moved to new directory mhistmc
4725
4726 * mhistmc, mhistmc/Makefile, mhistmc/HistMcLinkDef.h:
4727 - new
4728
4729 * mhist/Makefile, mhist/HistLinkDef.h:
4730 - removed MHMc*
4731
4732 * mhistmc/MHMcCollectionArea.[h,cc]:
4733 - changed to fit requirements of MStatusDisplay
4734
4735 * Makefile:
4736 - added mhistmc
4737
4738 * mmain/MStatusDisplay.cc:
4739 - SetNoContextMenu(Bool_t flag) removed default argument
4740
4741 * mmain/Makefile:
4742 - added -I../mhistmc
4743
4744 * mhist/MWeight.[h,cc]:
4745 - added
4746
4747 * mhist/HistLinkDef.h:
4748 - added MWeight
4749
4750 * mhist/MH.h:
4751 - removed some debugging stuff
4752
4753
4754
4755 2003/04/22: Abelardo Moralejo
4756
4757 * mmontecarlo/MMcEnergyMigration.[h,cc]
4758 - Removed. It was not necessary, since the same job can be done
4759 with the already existing task MFillH.
4760
4761 * mhist/MHMcEnergyMigration.h
4762 - Changed ClassDef(MHMcEnergyMigration, 0)
4763 to ClassDef(MHMcEnergyMigration, 1) to allow writing the
4764 histograms to disk.
4765
4766
4767
4768 2003/04/21: Thomas Bretz
4769
4770 * manalysis/MBlindPixels.h:
4771 - IsBlind -> const
4772
4773 * mhist/HistLinkDef.h, mhist/Makefile:
4774 - added MHBlindPixels
4775
4776 * mhist/MH.[h,cc]:
4777 - changed the two DrawClone functions to one.
4778
4779 * mhist/MHHadronness.[h,cc]:
4780 - changed to fit the requirements of MStatusDisplay
4781
4782 * mhist/MHMatrix.cc:
4783 - SetDirectory(NULL) for all histograms created
4784
4785 * mhist/MHSigmaTheta.cc:
4786 - removed fNpix (is already in MHHillas)
4787 - removed fBlindId (--> MHBlindPixels)
4788
4789 * mhist/MHBlindPixels.[h,cc]:
4790 - new
4791
4792 * macros/plot.C:
4793 - Added MStatusDisplay support
4794
4795 * macros/status.C:
4796 - added MHNewImagePar
4797 - added MHHadronness
4798
4799 * manalysis/MBlindPixelCalc.cc:
4800 - updated class reference
4801
4802 * meventdisp/MGCamDisplay.[h,cc]:
4803 - fixed
4804
4805 * meventdisp/MGEvtDisplay.cc:
4806 - changed function adding the tab
4807
4808 * mgui/MCamDisplay.cc, mhist/MHCerPhotEvt.cc:
4809 - as a preliminary solution removed inner pad
4810
4811 * mhist/MFillH.cc:
4812 - make sure canvas is updated correctly in PostProcess
4813
4814 * mhist/MH.cc:
4815 - changed DrawCopy(TH1, TH1) and Draw(TH1, TH1) to fit the new needs
4816 display the range correctly and exchanged the two stat boxes
4817
4818 * mhist/MH3.cc:
4819 - fixed a bug in the default constructor
4820 - removed DrawClone
4821 - updated Draw function
4822
4823 * mhist/MHMcIntRate.[h,cc], mhist/MHRanForest.[h,cc],
4824 mhist/MHRanForestGini.[h,cc], mhist/MHSigmaPixel.[h,cc],
4825 mhist/MHSigmaTheta.[h,cc], mhist/MHSigmabarTheta.[h,cc],
4826 mhist/MHThetabarTheta.[h,cc], mhist/MHThetabarTime.[h,cc],
4827 mhist/MHTimeDiffTheta.[h,cc], mhist/MHTimeDiffTime.[h,cc],
4828 mimage/MHNewImagePar.[h,cc]:
4829 - removed old DrawClone
4830 - updated Draw function
4831 - replaced some titles by latex titles in some classes
4832
4833 * mimage/MHNewImagePar.[h,cc], mimage/MNewImagePar.[h,cc]:
4834 - removed scaling stuff
4835
4836 * mmain/MStatusDisplay.cc:
4837 - fixed some minor bugs
4838
4839
4840
4841 2003/04/20: Thomas Bretz
4842
4843 * Makefile:
4844 - exchanged mbase and mmain
4845
4846 * Makefile.conf.general:
4847 - added MARSVER
4848
4849 * mars.cc:
4850 - use MARSVER
4851
4852 * macros/readMagic.C:
4853 - updated to work with the new MH-stuff
4854
4855 * macros/status.C:
4856 - added
4857
4858 * manalysis/MBlindPixelCalc.cc, manalysis/MCerPhotCalc.cc,
4859 manalysis/MMcPedestalCopy.ccm, manalysis/MMcPedestalNSBAdd.cc,
4860 mfileio/MReadMarsFile.cc, mimage/MHillasCalc.cc,
4861 mimage/MImgCleanStd.cc:
4862 - changed def. title
4863
4864 * manalysis/MCT1PointingCorrCalc.h:
4865 - minor change
4866
4867 * manalysis/MCerPhotEvt.[h,cc]:
4868 - don't use unused pixels for calculation of min/max
4869 - added Scale member function
4870
4871 * manalysis/MCerPhotPix.h:
4872 - added Scale inline function
4873
4874 * mbase/MEvtLoop.[h,cc], mbase/MParContainer.[h,cc],
4875 mbase/MParList.[h,cc], mbase/MTaskList.[h,cc],
4876 mfileio/MReadMarsFile.cc, mhist/MFillH.[h,cc]:
4877 - implemented use of fDisplay
4878
4879 * mbase/MParContainer.h:
4880 - Don't display name and class name if it is the same (GetDescriptor)
4881
4882 * meventdisp/MGCamDisplay.[h,cc]:
4883 - made working with new MH-stuff
4884
4885 * mfileio/Makefile:
4886 - added -I../mmain
4887
4888 * mgeom/MGeomCam.[h,cc]:
4889 - added Clone function
4890
4891 * mgeom/MGeomCamCT1.cc, mgeom/MGeomCamMagic.cc:
4892 - commented out informal output at constructor
4893
4894 * mgui/MCamDisplay.[h,cc], mhist/MHStarMap.[h,cc],
4895 mimage/MHH*.[h,cc]:
4896 - changed to be more root oriented
4897
4898 * mgui/MHexagon.cc:
4899 - small changes
4900
4901 * mgui/Makefile:
4902 - added mhist
4903
4904 * mhist/MH.[h,cc]:
4905 - changed to be more root oriented
4906 - removed border
4907 - added DrawClone
4908 - GetNewPad
4909
4910 * mhist/MH3.cc:
4911 - removed some strange debug output
4912
4913 * mhist/MHCerPhotEvt.[h,cc]:
4914 - fixed some bug
4915 - made working with fDisplay
4916
4917 * mhist/Makefile:
4918 - added mmain
4919
4920 * mmain/MProgressBar.cc:
4921 - fixed a typo
4922
4923 * mmain/MStatusDisplay.[h,cc]:
4924 - new implementation
4925
4926 * mmain/MainLinkDef.h, mmain/Makefile:
4927 - added MStatusDisplay
4928 - added MGMenu
4929
4930 * mmain/MGMenu.[h,cc]:
4931 - added
4932
4933
4934
4935 2003/04/19: Abelardo Moralejo
4936
4937 * mmontecarlo/MMcEnergyEst.[h,cc]
4938 - Added. Contains routine for optimization of parameters of
4939 energy estimator.
4940
4941 * mmontecarlo/MMcEnergyMigration.[h,cc]
4942 - Added. Task to fill the energy migration matrix histograms
4943 contained in class MHMcEnergyMigration.
4944
4945
4946
4947 2003/04/17: Wolfgang Wittek
4948
4949 * mhist/MBinning.[h,cc]
4950 - replace for (int i=1; i<fEdges.GetSize()-1; i++)
4951 by for (int i=1; i<fEdges.GetSize(); i++)
4952
4953
4954
4955 2003/04/17: Wolfgang Wittek
4956
4957 * mfileio/MCT1ReadPreProc.cc
4958 - removed : if (theta > pi/2) continue;
4959 otherwise get inconsistency between no.of read events
4960 and no.of events after filter
4961 - write into MCerPhotEvt also pixels with zero no. of photons
4962
4963 * manalysis/MSigmabar.cc
4964 - correct wrong argument in call to memset
4965
4966 * manalysis/MPadSchweizer.cc
4967 - pad also pixels with zero no.of photons
4968
4969 * mhist/MHSigmaTheta.[h,cc]
4970 - add plot of no.of used pixels in MCerPhotEvt
4971 - add plot of Id of blind pixel
4972
4973
4974
4975 2003/04/14: Wolfgang Wittek
4976
4977 * manalysis/Makefile
4978 AnalysisLinkDef.h
4979 - MNewImagePar and MNewImageParCalc removed
4980
4981
4982
4983
4984 2003/04/12: Thomas Bretz
4985
4986 * mmain/MStatusDisplay.[h,cc]:
4987 - added
4988
4989 * manalysis/MPadding.[h,cc]:
4990 - simplified includes
4991 - changed some code (discussed with Robert)
4992 - fixed comments in header
4993 - changed ClassDef to 0
4994 - changed output to Mars style
4995 - fixed the memory leak of fHSigmabarMax
4996 - replaced TRandom by gRandom
4997 - removed usage of ->operator
4998
4999 * manalysis/MApplyPadding.[h,cc]:
5000 - replaced fRnd by gRandom
5001 - used MH::SetBinning
5002 - use telescope theta instead of theta
5003 - removed usage of ->operator
5004 - removed PostProcess
5005
5006 * manalysis/MPadSchweizer.cc:
5007 - fixed outputs in PreProcess
5008
5009 * manalysis/MSigmabar.[h,cc]:
5010 - added Reset member function
5011 - usage of memset
5012 - don't skip NumPhotons==0
5013 - changes discussed with Robert
5014 - small simplifications in loops
5015 - some fixes to the output
5016
5017 * manalysis/MSigmabarCalc.[h,cc]:
5018 - fixed outputs
5019 - some small simplifications
5020 - moved test for theta<120deg to MCT1ReadPreProc
5021
5022 * mfileio/MCT1ReadPreProc.[h,cc]:
5023 - skip events with theta>90deg
5024
5025 * mhist/MHSigmaPixel.[h,cc]:
5026 - fixes to the screen output
5027 - simplified usage of MBinning
5028
5029 * mhist/MHSigmaTheta.[h,cc]:
5030 - fixes to the screen output
5031 - simplified usage of MBinning
5032 - lower cased upper case local variables
5033 - removed DrawClone from Finalize (call from macro or executable)
5034
5035 * mhist/MHSigmabarTheta.[h,cc]:
5036 - fixes to the screen output
5037
5038 * mhist/MHStarMap.cc:
5039 - added some const qualifiers
5040
5041 * mhist/MHHadronnes.cc:
5042 - removed output of function name in Finalize because this
5043 information is already available on the screen.
5044
5045 * manalysis/MCT1PointingCorrCalc.h:
5046 - changed ClassDef to 0
5047 - removed empty PostProcess
5048 - fixes to the screen output in PreProcess
5049 - changed the order of the arguments in the constructor
5050 (name, title to the end)
5051
5052 * manalysis/MMultiDimDistCalc.cc:
5053 - added two const qualifiers
5054
5055 * mtemp/MObservatory.cc:
5056 - changed Magic1 coordinates to CT1 GPS.
5057
5058
5059
5060 2003/04/12: Wolfgang Wittek
5061
5062 * manalysis/MCT1PointingCorrCalc.[h,cc]
5063 - replaces MPointingCorr.[h,cc]
5064
5065 * manalysis/AnalysisLinkDef.h
5066 Makefile
5067
5068 * mbase/MFilter.h
5069 - set ClassDef(MFilter,1)
5070
5071 * mhist/MHHadronness.[h,cc]
5072 - improve warning printout
5073
5074 * mhist/MHMatrix.[h,cc]
5075 - type of 3rd argument of member function Fill
5076 changed from 'MF' to 'MFilter'
5077
5078
5079
5080 2003/04/11: Thomas Bretz
5081
5082 * macros/readMagic.C:
5083 - replaced GetEventNum by GetNumEntry
5084
5085 * manalysis/MCT1SupercutsCalc.cc:
5086 - fixed constructor (no default for fHadronnessName)
5087 - missing fHadronness->SetReadyToSave added
5088
5089 * manalysis/MMultiDimDistCalc.cc:
5090 - missing fHadronness->SetReadyToSave added
5091
5092 * manalysis/MParameters.cc:
5093 - changed title
5094
5095 * mfilter/MFCT1SelFinal.h:
5096 - set ClassDef to 0
5097
5098 * mimage/Makefile:
5099 - fixed a typo
5100
5101 * mraw/MRawEvtData.cc:
5102 - fixed Pixel assignment (i->ipos, fPosInArray++)
5103
5104
5105
5106 2003/04/10: Thomas Bretz
5107
5108 * mbase/MContinue.[h,cc]:
5109 - changed, so that also a filter given as a pointer is added to
5110 the tasklist automatically
5111 - added SetInverted
5112 - added IsInverted
5113
5114 * mbase/MTaskList.[h,cc]:
5115 - added RemoveFromList-function
5116
5117 * merpp.cc:
5118 - fixed typo
5119
5120 * mbase/MFilter.[h,cc]:
5121 - removed unnecessary base functions for Pre//PostProcess
5122 - added SetInverted
5123 - added IsInverted
5124
5125 * mbase/MTask.cc, mfileio/MCT1ReadPreProc.cc, mfileio/MReadTree.cc,
5126 mfilter/MF.cc, mfilter/MFilterList.cc
5127 - implemented IsConditionalTrue to support inverted filters
5128
5129 * mhist/MHHadronness.cc:
5130 - removed unnecessary check
5131
5132 * meventdisp/MGFadcDisp.cc:
5133 - remove all IDs in listbox
5134 - add entries sorted
5135
5136 * manalysis/MImgCleanStd.[h,cc], manalysis/MCameraSmooth.[h,cc],
5137 manalysis/MHillas.[h,cc], manalysis/MHillasSrc.[h,cc],
5138 manalysis/MHillasSrc.[h,cc], manalysis/MHillasCalc.[h,cc],
5139 manalysis/MNewImagePar.[h,cc], manalysis/MNewImageParCalc.[h,cc],
5140 mhist/MHHillas.[h,cc], mhist/MHHillasSrc.[h,cc],
5141 mhist/MHHillasExt.[h,cc], mhist/MHNewImagePar.[h,cc]:
5142 - moved to new directory mimage
5143
5144 * mimage/Makefile, mimage/ImageLinkDef.h, mimage/ImageIncl.h:
5145 - new
5146
5147 * Makefile:
5148 - added mimage
5149
5150 * manalysis/AnalysisLinkDef.h, manalysis/Makefile
5151 mhist/HistLinkDef.h, mhist/Makefile:
5152 - removed moved files
5153
5154 * manalysis/Makefile, manalysis/AnalysisLinkDef.h,
5155 mhist/Makefile, mhist/AnalysisLinkDef.h, mmain/Makefile,
5156 mfilter/Makefile, meventdisp/Makefile, mgui/Makefile:
5157 - adapted
5158
5159
5160
5161 2003/04/09: Thomas Bretz
5162
5163 * manalysis/MCT1SupercutsCalc.[h,cc]:
5164 - moved last changes from MFCT1Supercuts to MCT1SupercutsCalc
5165
5166 * mhist/MHMcTriggerLvl2.[h,cc]:
5167 - fixed a warning
5168 - removed global variables
5169
5170
5171
5172 2003/04/09: Abelardo Moralejo
5173
5174 * manalysis/MHillasSrc.cc
5175 - changed comment about meaning of fCosDeltaAlpha
5176
5177
5178
5179 2003/04/08: Thomas Hengstebeck
5180
5181 * mhist/MHRanForest.cc, mhist/MHRanForestGini.cc
5182 - removed gStyle->SetOptStat(10), gStyle settings should be
5183 done by the user himself
5184
5185
5186
5187 2003/04/08: Abelardo Moralejo
5188
5189 * manalysis/MImgCleanStd.cc
5190 - Fixed "democratic" cleaning: now tail cut is proportional
5191 to pixel area instead of pixel radius as (erroneously) was
5192 before.
5193
5194 * NEWS
5195 - Changed comment on image cleaning.
5196
5197
5198
5199 2003/04/08: Thomas Bretz
5200
5201 * mhist/MHHadronness.cc:
5202 - no check for sump==0 and sumg==0 in loop necessary anymore
5203
5204 * Changelog, Changelog.02:
5205 - moved everything before 1/2003 to Changelog.02
5206
5207
5208
5209 2003/04/08: Wolfgang Wittek
5210
5211 * mfilter/MFCT1SelFinal.[h,cc]
5212 - add new member function SetHadronnessName()
5213
5214 * mhist/MHHadronness.[h,cc]
5215 - reset to SetOptStat(111100)
5216 - correct acceptance
5217
5218 * manalysis/MMultiDimDistCalc.[h,cc]
5219 - swap arguments in FindCreateObj
5220
5221
5222
5223 2003/04/08: Nicola Galante and Antonio Stamerra
5224
5225 * mhist/MHMcTriggerLvl2.[h,cc]
5226 - New class added (histograms for the MMcTriggerLvl2 class)
5227
5228 * mhist/Makefile
5229 - Added MHMcTrigggerLvl2 in SRCFILES
5230
5231 * manalysis/Makefile
5232 - Reintroduced MMcTriggerLvl2 and MMcTriggerLvl2Calc
5233 (they were removed!!)
5234
5235 * manalysis/MMcTriggerLvl2.h
5236 - 'const' added in inline functions Get****
5237
5238 * manalysis/MMcTriggerLvl2Calc.cc
5239 - added call to Fill method of MHMcTriggerLvl2
5240
5241 * macros/triglvl2.C
5242 - updated to have histograms with MHMcTriggerLvl2
5243
5244 * macros/dohtml.C
5245 - added triglvl2.C
5246
5247 * NEWS
5248 - new comment on L2T selection classes
5249
5250 2003/04/08: Wolfgang Wittek
5251
5252 * mfilter/Makefile
5253 FilterLinkDef.h
5254 - MFCT1Supercuts removed
5255
5256 * manalysis/MMultiDimDistCalc.h
5257 - set ClassDef(MMultiDimDistCalc,1)
5258
5259 * manalysis/MCT1SupercutsCalc.[h,cc]
5260 - new; replaces MFCT1Supercuts in mfilter
5261
5262 * manalysis/Makefile
5263 AnalysisLinkDef.h
5264
5265
5266
5267 2003/04/07: Thomas Bretz
5268
5269 * Makefile:
5270 - changed order
5271
5272 * manalysis/MMultiDimDistCalc.[h,cc]:
5273 - fixed default title
5274 - simplified code
5275 - added fHadronnessName
5276
5277 * manalysis/MRanForestCalc.[h,cc]:
5278 - added fHadronnessName
5279
5280 * mbase/MAGIC.h:
5281 - fixed a bug with rootcint
5282
5283 * meventdisp/MGFadcDisp.cc:
5284 - fixed a variable name
5285
5286 * mhist/MHHadronness.cc:
5287 - removed many old comments
5288 - simplified some code
5289 - uses argument in Fill now
5290
5291 * mmain/MMonteCarlo.cc:
5292 - some code simplification
5293 - fixed a warning
5294
5295 * macros/dohtml.C:
5296 - added testenv.C
5297
5298 * readraw.cc:
5299 - simplified
5300
5301 * mraw/MRawEvtData.cc:
5302 - fixed a bug in the draw function (the drawn pixel has not been the
5303 one with the given Id, but simply the i-th entry in the array)
5304
5305 * mfilter/MFCT1Supercuts.[h,cc]:
5306 - changed naming style of variables
5307 - changes array access
5308
5309 * mhist/MHFadcCam.[h,cc]:
5310 - added HasHi
5311 - added Exists
5312
5313 * mmain/MDataCheck.cc:
5314 - removed unimplemented buttons
5315
5316 * mdatacheck/MGDisplayAdc.[h,cc]:
5317 - tried to implement some unimplemented buttons
5318 - don't display non existing (empty) histograms in list
5319
5320
5321
5322 2003/04/04: Thomas Bretz
5323
5324 * mtools/MagicReversi.[h,cc]:
5325 - added support for Number of Players
5326 - added instructions
5327 - added support for Esc key
5328
5329 * mbase/MAGIC.h:
5330 - added version check to MAGIC.h
5331
5332
5333
5334 2003/04/04: Wolfgang Wittek
5335
5336 * mfilter/Makefile
5337 /FilterLinkDef.h
5338 - added MFCT1SelBasic, MFCT1SelStandard, MFCT1SelFinal,
5339 MFCT1Supercuts
5340
5341 * mfilter/MFCT1SelBasic.[h,cc]
5342 /MFCT1SelStandard.[h,cc]
5343 /MFCT1SelFinal.[h,cc]
5344 - new; they replace manalysis/MSelBasic.[h,cc]
5345 /MSelStandard.[h,cc]
5346 /MSelFinal.[h,cc]
5347
5348 * mfilter/MFCT1Supercuts.[h,cc]
5349 - new (supercuts from Daniel for CT1 Mkn421 2001 data)
5350
5351 * manalysis/MSelBasic.[h,cc]
5352 /MSelStandard.[h,cc]
5353 /MSelFinal.[h,cc]
5354 - deleted
5355
5356 * manalysis/Makefile
5357 AnalysisLinkDef.h
5358 - MSelBasic, MSelStandard, MSelFinal removed
5359
5360 * mfileio/MCT1ReadPreProc.[h,cc]
5361 - smeare theta only for MC events
5362
5363 // The following is not yet commited !!!!!!!!!!!!!
5364 * Mars/Makefile
5365 - in SUBDIRS put mfilter before manalysis
5366 (otherwise get link error)
5367
5368
5369
5370 2003/04/03: Abelardo Moralejo
5371
5372 * mmontecarlo/MMcTriggerRateCalc.cc:
5373 - added #include <math.h> for compilation on alpha (otherwise
5374 floor() is unkown)
5375
5376
5377
5378 2003/04/03: Thomas Bretz
5379
5380 * macros/testenv.C:
5381 - added
5382
5383 * mbase/MEvtLopp.cc, mbase/MParContainer.[h,cc],
5384 mbase/MParList.cc, mbase/MTaskList.cc:
5385 - changed the stuff for reading steering card - didn't really
5386 work like expected
5387
5388 * mhist/MHMatrix.cc, mfileio/MRead.cc, manalysis/MImgCleanStd.cc:
5389 - adapted ReadEnv
5390
5391 * mhist/MHMatrix.[h,cc]:
5392 - added ReadEnv
5393
5394 * mfileio/MCT1ReadPreProc.[h,cc]:
5395 - base SmearTheta on new FindLoEndge
5396 - simplified
5397
5398 * mhist/MBinning.h:
5399 - added FindBinLoEdge
5400 - added FindBinHiEdge
5401
5402 * mdata/MDataArray.[h,cc]:
5403 - added Clear
5404 - added Delete
5405
5406 * mbase/MEvtLoop.cc:
5407 - added output of the name
5408
5409 * mbase/MLog.[h,cc]:
5410 - don't use any pthread stuff if _REENTRANT is not defined
5411
5412 * mfileio/MRead.cc, mhist/MHMatrix.cc:
5413 - fixed waring for unreachable statement
5414
5415 * mhist/MHArray.cc:
5416 - fixed: redifinition of default argument
5417
5418
5419
5420
5421 2003/04/02: Abelardo Moralejo
5422
5423 * mmc/MMcTrigHeader.hxx
5424 - added threshold>0 check in the calculation of
5425 GetMeanThreshold
5426
5427 * mmontecarlo/MMcTriggerRateCalc.cc
5428 - The check of the MC spectral index value is now done by
5429 comparing integers instead of real numbers.
5430 - Found out with GREAT surprise that the graphical output
5431 has been completely commented out by someone(?) because it
5432 produced a memory leak. Also the function comment did not
5433 match the rules (my fault; is it correct now?) This commenting
5434 out has not been logged to this file, as far as I can see. This
5435 is rather unkind, I thought that when somebody finds some bug or
5436 messy code, he should either correct and commit it (and log the
5437 change here) and/or inform the author of the mistake to correct
5438 it. Please try to do so in the future instead of simply
5439 commenting out useful code!
5440
5441 * mdata/MDataValue.h
5442 - added default constructor (otherwise, no constant values
5443 can be used in the parameters used in the random forest
5444 separation)
5445
5446
5447
5448
5449 2003/04/02: Wolfgang Wittek
5450
5451 * mfileio/Makefile
5452 - mhist added, because MBinning is used in MCT1ReadPreproc
5453
5454 * mfileio/MCT1ReadPreProc.[h,cc]
5455 - new member function SmearTheta
5456 - store smeared Theta in MMcEvt::fTelescopeTheta
5457 store original Theta in MParameterD container "ThetaOrig"
5458 store fhourangle in MParameterD container "HourAngle"
5459
5460 * manalysis/MPointingCorr.[h,cc]
5461 - get hour angle from ParameterD container "HourAngle"
5462
5463 * manalysis/MSelBasic.[h,cc]
5464 MSelStandard.[h,cc]
5465 MSelFinal.[h,cc]
5466 - new member functions SetCuts()
5467
5468
5469
5470 2003/04/01: Abelardo Moralejo
5471
5472 * macros/CT1EnergyEst.C
5473 - added argument (maximum dist parameter), changed (reduced) output
5474 histograms, added writing to (and reading from) a file the energy
5475 estimation parameters and the histograms. Added comments.
5476
5477 * manalysis/MEnergyEstParam.[h,cc]
5478 - added member function GetCoeff. Changed comment.
5479
5480
5481
5482 2003/03/31: Thomas Bretz
5483
5484 * manalysis/MParameters.[h,cc]:
5485 - added
5486
5487 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
5488 - added MParameters, MParameterD, MParameterI
5489
5490 * mhist/MHArray.[h,cc]:
5491 - added default constructor
5492 - added Set-function
5493 - added Init function
5494 - moved code from constructors to Set and Init
5495
5496 * Makefile.conf.linux:
5497 - removed -fno-rtti to make it compatible with root 3.04.02
5498
5499 * NEWS:
5500 - changed
5501
5502 * manalysis/MImgCleanStd.[h,cc]:
5503 - added SetLvl1
5504 - added SetLvl2
5505 - added ReadEnv
5506
5507 * manalysis/MNewImagePar.[h,cc]:
5508 - removed unnecessary fHillas data member
5509 - removed unnecessary fSrcPos data member
5510 - removed unnecessary Set/GetSrcPos
5511
5512 * manalysis/MNewImageParCalc.[h,cc]:
5513 - removed unnecessary SetSrcPos
5514 - removed const-qualifier from fGeomCam, fCerPhotEvt
5515 (trouble with root 3.02/06)
5516
5517 * manalysis/MRanForest.cc:
5518 - changed cout-output
5519
5520 * manalysis/MSigmabar.cc:
5521 - changed Area to area (local variable)
5522
5523 * mbase/MEvtLoop.[h,cc]:
5524 - added evtloop name to constructor (default=Evtloop)
5525 - adapted StreamPrimitive
5526 - added ReadEnv
5527 - added WriteEnv
5528
5529 * mbase/MParContainer.[h,cc]:
5530 - removed TROOT.h
5531 - fixed const-qualifier for Copy-function for root>3.04.01
5532 - added ReadEnv
5533 - added WriteEnv
5534 - added IsEnvDefined
5535 - added GetEnvValue
5536
5537 * mbase/MParList.[h,cc], mbase/MTaskList.[h,cc]:
5538 - added ReadEnv
5539 - added WriteEnv
5540
5541 * mfileio/MCT1ReadAscii.[h,cc], mfileio/MCT1ReadPreProc.[h,cc]:
5542 - changed AddFile declaration to declaration in MRead
5543 - added return value to AddFile
5544
5545 * mfileio/MRead.[h,cc]:
5546 - added template for AddFile
5547 - added ReadEnv
5548
5549 * mgui/MHexagon.[h,cc]:
5550 - fixed const-qualifier for Copy-function for root>3.04.01
5551
5552 * mhist/MH.cc:
5553 - fixed the FindGoodLimit stuff for root> 3.04.01
5554
5555 * mhist/MHRanForest.[h,cc], mhist/MHRanForestGini.[h,cc]:
5556 - removed unnecessary casts
5557 - fixed a copilation error with root 3.04.01 (kFullDotlarge
5558 doesn't exist)
5559 - removed second Draw (one should not add something twice to
5560 the pad)
5561
5562 * mmontecarlo/MMcTriggerRateCalc.cc:
5563 - changes to the header
5564 - changes to the fLog stuff
5565 - added a cast to get rid of a warning
5566
5567 * mtools/Makefile, mtools/ToolsLinkDef.h:
5568 - added MagicReversi
5569
5570 * mtools/MagicRevers.[h,cc]:
5571 - added
5572
5573
5574
5575 2003/03/28: Thomas Bretz
5576
5577 * mbase/MParContainer.h:
5578 - added kEnableGraphicalOutput
5579 - added EnableGraphicalOutput
5580 - added IsGraphicalOutputEnabled
5581
5582 * mbase/MParList.h:
5583 - changed BIT(15) to BIT(17)
5584
5585 * mhist/MH.[h,cc]:
5586 - SetBinning(TH1*, TH1*) --> SetBinning(TH1*, const TH1*)
5587
5588 * mhist/MH3.h:
5589 - changed BIT(15) to BIT(17)
5590 - changed BIT(16) to BIT(18)
5591 - changed BIT(17) to BIT(19)
5592
5593 * mhist/MHMatrix.[h,cc]:
5594 - added DrawDefRefInfo
5595 - added CopyCrop
5596 - added GetRandomArrayI
5597 - changed DefRefMatrix to support the above
5598 - fixed a bug in DefRefMatrix (evtcount2 in the last loop
5599 instead of evtcount1)
5600 - Don't do anything in the finalization if the matrix has the correct
5601 dimensions
5602 - fixed comment of DefRefMatrix
5603 - changed number of first column from 1 to 0
5604 - changed BIT(16) to BIT(17)
5605
5606
5607
5608 2003/03/28: Wolfgang Wittek
5609
5610 * mhist/MHMatrix.cc
5611 - DefRefMatrix: if nmaxevts>fM.GetNrows() set
5612 nmaxevts = fM.GetNrows()
5613
5614 * manalysis/MSelBasic.[h,cc]
5615 - better output
5616
5617 * manalysis/MSelStandard.[h,cc]
5618 - different cut in DIST
5619
5620 * mfileio/MCT1ReadPreProc.[h,cc]
5621 - store hour angle in variable fOtherCphFraction
5622
5623 * manalysis/MHillasSrcCalc.h
5624 - replace in 'SetInput' fHillasName = hilname;
5625 by fHillasInput = hilname;
5626
5627 * manalysis/MNewImagePar.[h,cc]
5628 /MNewImageParCalc.[h,cc]
5629 - new; calculates new image parameters
5630
5631 * mhist/MHNewImagePar.[h,cc]
5632 - new; plots new image parameters
5633
5634 * manalysis/AnalysisLinkDef.h
5635 manalysis/Makefile
5636
5637 * mhist/HistLinkDef.h
5638 mhist/Makefile
5639
5640
5641
5642 2003/03/27: Thomas Hengstebeck
5643
5644 * manalysis/MRanForest.[h,cc]
5645 - allocation of TObjArray fForest moved to constructor.
5646 - use of gRandom
5647
5648 * manalysis/MRanTree.[h,cc]
5649 - use of gRandom
5650
5651 * macros/RanForest.C
5652 - gRandom initialized as TRandom3 object.
5653
5654
5655
5656 2003/03/25: Abelardo Moralejo
5657
5658 * macros/mergecamera.C
5659 - added warning to prevent dangerous misuse of this macro.
5660
5661
5662
5663 2003/03/25: Wolfgang Wittek
5664
5665 * mhist/MHStarMap.[h,cc]
5666 - use constant step size along the main axis of the ellipse
5667
5668 * manalysis/MPointingCorr.[h,cc]
5669 - new class for calculating the pointing correction
5670
5671 * mmc/MMcEvt.hxx
5672 - add GetOtherCphFraction()
5673
5674 * manalysis/Makefile
5675
5676 * manalysis/AnalysisLinkDef.h
5677
5678
5679
5680 2003/03/24: Abelardo Moralejo
5681
5682 * manalysis/MEnergyEstParam.cc
5683 - now energy estimation (for CT1) is done using the same model
5684 as in D.Krannich's thesis.
5685
5686
5687
5688 2003/03/24: Thomas Bretz
5689
5690 * manalysis/MHillasSrcCalc.[h,cc]:
5691 - removed last argument in constructor, replaced by SetInput
5692
5693 * mfilter/MFEventSelector.[h,cc]:
5694 - removed unnecessary last argument
5695
5696
5697
5698 2003/03/21: Thomas Hengstebeck
5699
5700 * manalysis/MRanTree.[h,cc]
5701 - new; parameter container to store a single random tree
5702
5703 * manalysis/MRanForest.[h,cc]
5704 - new; parameter container to store complete forest
5705
5706 * manalysis/MRanForestGrow.[h,cc]
5707 - new; task to grow trees (training)
5708
5709 * manalysis/MRanForestCalc.[h,cc]
5710 - new; task to calculate hadronness using random forest
5711
5712 * manalysis/MRanForestFill.[h,cc]
5713 - new; task to read in the trees of the random forest
5714
5715 * manalysis/Makefile, manalysis/HistLinkDef.h:
5716 - added MRanTree, MRanForest, MRanForestGrow, MRanForestCalc,
5717 MRanForestFill
5718
5719 * mhist/MHRanForest.[h,cc]
5720 - new; histogram showing variance of estimated hadronness as
5721 function of no. of combined trees
5722
5723 * mhist/MHRanForestGini.[h,cc]
5724 - new; histogram showing mean decrease in Gini-index as function
5725 of RF-input-parameters
5726
5727 * mhist/Makefile, mhist/HistLinkDef.h:
5728 - added MHRanForest, MHRanForestHillas
5729
5730 * macros/RanForest.C
5731 - new; g/h-separation by Random Forest-method
5732
5733 * macros/RanForest2.C
5734 - new; reading in saved random forest (using MRanForestFill)
5735
5736
5737
5738 2003/03/21: Abelardo Moralejo
5739
5740 * mhist/MHMatrix.[h,cc]:
5741 - Added third argument (a filter) to the second instantiation
5742 of the Fill procedure.
5743
5744 * macros/CT1EnergyEst.C:
5745 - Example of the parameter calculation and use of the energy
5746 estimation method for CT1.
5747
5748
5749
5750 2003/03/21: Thomas Bretz
5751
5752 * manalysis/MEnergyEstParam.[h,cc]
5753 - Added StopMapping and Print functions.
5754
5755 * manalysis/MSel*.h:
5756 - set default for HilName to MHillas
5757 - set default for HilNameSrc to MHillasSrc
5758
5759 * mfileio/MCT1ReadPreProc.[h,cc]:
5760 - do not flood the output with all events from the first run
5761 - output meaningfull text instead of variable names
5762 - removed a 'goto'!
5763 - changed savePedRMS according to the coding conventions to
5764 fPedRMS and the array of fixed size to a TArrayF
5765
5766 * mbase/MEvtLoop.cc:
5767 - added a events counter which counts the real number of
5768 processed events.
5769
5770 * mdata/MDataChain.[h,cc]:
5771 - implemented random numbers
5772 - implemented a conversion from degrees to radians and vice versa
5773
5774
5775
5776 2003/03/20: Thomas Bretz
5777
5778 * mfilter/MF.[h,cc]:
5779 - changed fFilter (already used in base class MTask) to fF
5780
5781
5782
5783 2003/03/19: Abelardo Moralejo
5784
5785 * macros/CT1collarea.C:
5786 - Added filter to cut in hadronness (now available in new version
5787 of root CT1 Monte Carlo file from Wolfgang).
5788
5789
5790
5791 2003/03/19: Robert Wagner
5792
5793 * mhist/MH3.cc:
5794 - changed MH3::New() such that constructor according to Thomas'
5795 previous changes is supported
5796
5797
5798
5799 2003/03/19: Thomas Bretz
5800
5801 * mhist/MH3.[h,cc]:
5802 - changed default constructor to support different dimensions
5803
5804 * mhist/MHArray.[h,cc]:
5805 - added AddHistogram
5806
5807 * meventdisp/MGEvtDisplay.cc, mfileio/MReadTree.[h,cc],
5808 meventdisp/MReadMarsFile.cc:
5809 - changed MReadTree::GetEventNum to MReadTree::GetNumEntry
5810
5811 * macros/estfit.C:
5812 - adopted to new MChisqEval
5813
5814 * mtools/MChisqEval.[h,cc]:
5815 - added
5816
5817 * mtools/Makefile, mtools/ToolsLinkDef.h:
5818 - added MChisqEval
5819
5820 * manalysis/MEnergyEstParam.[h,cc]:
5821 - slight changes
5822
5823 * mfileio/MCT1ReadPreProc.cc:
5824 - changed name to MRead
5825
5826
5827
5828 2003/03/18: Thomas Bretz
5829
5830 * mfileio/MReadTree.cc:
5831 - fixed a bug in the AddFile function
5832
5833 * mhist/MHMatrix.[h,cc]:
5834 - implemented a request of Th. Hengstebeck: Let DefRefMatrix
5835 return the 'unused' events
5836
5837
5838
5839 2003/03/18: Abelardo Moralejo
5840
5841 * mhist/MHMcCT1CollectionArea.[h,cc]
5842 - Added arguments in constructor: number of bins and ranges of the
5843 x-axis (energy) of the 2-d histograms. Changed type of binning:
5844 now the x-axis is log10(energy) and bins have equal width.
5845
5846 * macros/CT1collarea.C
5847 - The MHMcCT1CollectionArea object is now created and added to the
5848 parlist so that we can choose the binning. Changed the way
5849 histograms are written to the output file.
5850
5851
5852
5853 2003/03/13: Abelardo moralejo
5854
5855 * mhist/MHMcCT1CollectionArea.[h,cc]
5856 - Added for calculations of collection area for CT1.Contains three
5857 2-d histograms with axis energy vs theta angle: one histogram for
5858 all events, one for analyzed events, one for the collection area.
5859
5860 * mmontecarlo/MMcCT1CollectionAreaCalc.[h,cc]
5861 - Added for the same reason.
5862
5863 * macros/CT1collarea.C
5864 - Uses the above classes
5865
5866
5867
5868 2003/03/12: Abelardo Moralejo
5869
5870 * macros/mergecamera.C
5871 - Added. Merges several MC camera output files into a single file.
5872
5873
5874
5875 2003/03/08: Wolfgang Wittek
5876
5877 * macros/AnalyseCT1.C
5878 - for the CT1 data analysis
5879
5880 * mhist/MHMatrix.[h,cc]
5881 - let refcolumn start at 1 (not at 0)
5882
5883 * mhist/MHSigmaTheta.[h,cc]
5884 - Draw replaced by DrawCopy
5885 - add SetDirectory(NULL)
5886
5887 * manalysis/MSelBasic.[h,cc]
5888 MSelStandard.[h,cc]
5889 MSelFinal.[h,cc]
5890 - more detailed output for errors
5891 - bugs removed
5892
5893 * manalysis/MPadSchweizer.[h,cc]
5894 - add SetDirectory(NULL)
5895 - add fErrors
5896
5897 * mfilter/MFEventSelector.[h,cc]
5898 - add fErrors
5899
5900 * manalysis/MMultiDimDistCalc.[h,cc]
5901 - check division by zero
5902
5903 * mhist/MHHadronness.[h,cc]
5904 - check division by zero
5905 - normalize distributions of hadronness
5906
5907 * mfileio/MCT1ReadPreProc.[h,cc]
5908 - add event number (event.isecs_since_midday)
5909 - change definition of "fIsMcFile",
5910 because outpars.bmontecarlo is set wrongly sometimes
5911 - copy pedestalRMS for each event from the header information
5912 - check for the presence of a footer record even after reading
5913 a run header
5914
5915 * mmc/MMcEvt.[hxx,cxx]:
5916 - add GetEvtNumber()
5917
5918
5919
5920 2003/02/27: Abelardo Moralejo
5921
5922 * mmontecarlo/MMcTriggerRateCalc.cc:
5923 - Fixed: MMCTrigHeader could not be found in the case of camera
5924 files containing single trigger condition.
5925
5926 * macros/trigrate.C
5927 - no plot is made in the case of single trigger condition.
5928
5929 * mhist/MHMcRate.[h,cc]
5930 - Added member fTriggerCondNum to keep track of what trigger
5931 condition corresponds to each MHMcRate object, for the case of
5932 files with more than one condition (when running camera in
5933 trigger_loop mode). Added also Set and Get procedures for nre
5934 member.
5935
5936 * mmain/MMonteCarlo.cc
5937 - Fixed bug: matrix BgR was created with dimension "dim", a number
5938 which can be negative. Put "num" instead of "dim".
5939
5940
5941
5942 2003/02/25: Thomas Bretz
5943
5944 * mbase/MParContainer.cc:
5945 - small simplification for Cosy
5946
5947 * mbase/MLog.cc:
5948 - allow a maximum of 1000 lines in the gui
5949
5950
5951
5952 2003/02/25: Abelardo Moralejo
5953
5954 * mmontecarlo/MMcTriggerRateCalc.[h,cc]
5955 - Added axis labels in graphic output
5956 - Added Get function for rate histograms
5957
5958 * macros/trigrate.C
5959 - Added output file with rate histograms
5960
5961
5962
5963 2003/02/24: Abelardo Moralejo
5964
5965 * mmontecarlo/MMcTriggerRateCalc.[h,cc]
5966 - Fixed mistake when analysing camera files containing all
5967 events (including non-triggers): fShowers was always zero.
5968 - Added reading of MMcTrigHeaders in ReInit
5969 - Added procedure Draw for graphics output: rate versus
5970 discriminator threshold (useful for camera files with several
5971 trigger conditions).
5972
5973 * macros/trigrate.C
5974 - Added some explanations. Style improvements in function
5975 GetNSBEvents. Added call to MMcTriggerRateCalc::Draw
5976
5977 * mhist/MHMcRate.[h,cc]
5978 - Added GetTriggerRate() and GetTriggerRateError()
5979 - Added members fMultiplicity and fMeanThreshold, with their
5980 corresponding Set and Get functions
5981 - Added info on discriminator threshold and L1 trigger
5982 multiplicity on the printout.
5983
5984 * mmc/MMcTrigHeader.hxx
5985 - Added GetMultiplicity() and GetMeanThreshold()
5986
5987
5988 2003/02/22: Wolfgang Wittek
5989
5990 * mhist/Makefile
5991 - MHSigmaTheta added
5992
5993 * mhist/HistLinkDef.h
5994 - MHSigmaTheta added
5995
5996 * mhist/MHSigmaTheta.[h,cc]
5997 - type inconsistency removed
5998
5999
6000
6001 2003/02/21: Abelardo Moralejo
6002
6003 * mmontecarlo/MMcTriggerRateCalc.[h,cc]
6004 - adapted to new camera files, added warnings.
6005 - added ReInit procedure to read relevant info from from the
6006 run headers
6007
6008 * mhist/MHMcRate.[h,cc]
6009 - adapted accordingly. Added Set functions for several members.
6010
6011 * mmc/MMcCorsikaRunHeader.h
6012 - added Get functions for fELowLim, fEUppLim and fSlopeSpec.
6013
6014 * mmain/MMontecarlo.cc, macros/trigrate.C
6015 - adapted to changes above, changed MReadTree to MReadMarsFile to
6016 be able to read the run headers.
6017
6018
6019
6020 2003/02/21: Antonio Stamerra
6021
6022 * manalysis/MMcTriggerLvl2.[cc|h]
6023 - new data member fCompactNN needed to define a compact pixels
6024 - new inline functions SetCompactNN and GetCompactNN
6025 - Method Calc(int neighpix) -> Calc(). The value of neighpix
6026 is read from fCompactNN
6027
6028 * manalysis/MMcTriggerLvl2Calc.[cc|h]
6029 - Check on fCompactNN added in the PreProcess
6030
6031 * macros/triglvl2.C
6032 - Set of fCompactNN added
6033
6034
6035
6036 2003/02/21: Wolfgang Wittek
6037
6038 * manalysis/MSelFinal.[h,cc]
6039 - 'const' removed from pointers
6040
6041 * macros/AnalyseCT1.C
6042 - macro for the CT1 analysis (work in progress)
6043
6044
6045
6046 2003/02/20: Wolfgang Wittek
6047
6048 * manalysis/Makefile
6049 - add MSelFinal
6050
6051 * manalysis/AnalysisLinkDef.h
6052 - add MSelFinal
6053
6054 * manalysis/MPadSchweizer.[h,cc]
6055 - slight modification of padding procedure
6056
6057 * manalysis/MSigmabarCalc.[h,cc]
6058 - 'const' removed from pointers
6059
6060 * mhist/MHMatrix.[h,cc]
6061
6062 * mhist/MHSigmaTheta.[h,cc]
6063
6064
6065
6066 2003/02/20: Abelardo Moralejo
6067
6068 * mhist/MH.cc
6069 - Removed call to TGaxis::Optimize for compilation under root
6070 versions > 3.03, since in them this procedure is no longer
6071 existing. I did this to allow compilation under root_3.04,
6072 since earlier versions has a bug which prevents from
6073 plotting in the simple way some variables in a tree
6074 (example: fConc and others in the output of star.C). This
6075 is a temporal fix, I guess something will have to
6076 substitute the call to Optimize...
6077
6078
6079
6080 2003/02/20: Antonio Stamerra
6081
6082 * manalysis/MMcTriggerLvl2.[cc|h]
6083 - new; replaces MTrigLvl2.[cc|h]
6084 - new data members: fLutPseudoSize, fPseudoSize.
6085 - functions renamed:
6086 GetLutPseudoSize -> CalcBiggerLutPseudoSize
6087 GetBiggerFiredCell -> CalcBiggerFiredCell
6088 - new inline functions: GetLutPseudoSize(), GetPseudoSize().
6089 - new member functions:
6090 Calc(); CalcPseudoSize (not yet implemented)
6091 - Redefined Print() function as a TObject.
6092 - pixels_in_cell and pixels_in_lut redefined as static data
6093 members
6094
6095 * manalysis/MMcTriggerLvl2Calc.[cc|h]
6096 - new; replaces MTrigLvl2FillTask.[cc|h]
6097 - creation and filling of histograms commented
6098 - Process() calls the MMcTriggerLvl2::Calc()
6099
6100 * mfilter/MFTriggerLvl2.[h|cc]
6101 - new class to select events using MMcTriggerLvl2 data members.
6102
6103 * macros/triglvl2.C
6104 - added example to use the MFTriggerLvl2 filter.
6105
6106
6107
6108 2003/02/19: Wolfgang Wittek
6109
6110 * manalysis/MSelBasic.[h,cc]
6111 - new; evaluates the Basic Cuts (after the calibration)
6112
6113 * manalysis/MSelStandard.[h,cc]
6114 - new; evaluates the Standard Cuts
6115 (after the calculation of the image parameters and before the
6116 calculation of the hadronness)
6117
6118 * manalysis/MHillasCalc.[h,cc]
6119 - replace
6120 fHillas = (MHillas*)pList->FindCreateObj(fHilName);
6121 by
6122 fHillas = (MHillas*)pList->FindCreateObj("MHillas",
6123 fHilName);
6124 in order to allow MHillas containers with a name
6125 different from "MHillas"
6126
6127 * mhist/MHHillasExt.[h,cc]
6128 - replace
6129 TObject *obj = plist->FindObject("MHillas");
6130 by
6131 TObject *obj = plist->FindObject(fHilName, "MHillas");
6132 in order to allow MHillas containers with a name
6133 different from "MHillas"
6134 - add a 3rd argument in the constructor : fHilName
6135
6136 * manalysis/MHillasSrcCalc.[h,cc]
6137 - add new argument for constructor:
6138 the name of the MHillas input container
6139 in order to allow MHillas input containers with a name
6140 different from "MHillas"
6141
6142 * mhist/MHMatrix.[h,cc]
6143 - add member function DefRefMatrix();
6144 it defines the reference sample for the g/h separation;
6145 the selection of events for the reference sample can be made
6146 such that the distribution of a certain variable (for example
6147 Theta) agrees with a target distribution.
6148
6149 * mfilter/MFEventSelector.[h,cc]
6150 - add new argument for constructor:
6151 the name of the read object
6152 in order to allow also read objects which have a name
6153 different from
6154 "MRead"
6155
6156
6157
6158 2003/02/18: Thomas Bretz
6159
6160 * mfileio/MReadTree.cc:
6161 - added a fix for a bug in the workaround using wildcards
6162
6163
6164
6165 2003/02/14: Thomas Bretz
6166
6167 * mtemp/MObservatory.[h,cc]:
6168 - added
6169
6170
6171
6172 2003/02/10: Abelardo Moralejo
6173
6174 * Makefile.conf.osf1
6175 - Added -lpthread to compilation flags (otherwise linking fails
6176 in alfa)
6177
6178 * manalysis/Makefile, AnalysisLinkDef.h
6179 - Changed MApplyPadding for MPadding
6180
6181
6182
6183 2003/02/07: Wolfgang Wittek
6184
6185 * mhist/MHSigmaTheta.[h,cc]
6186 - new; 2D distribution : Theta, Sigmabar
6187 3D distribution : Theta, pixel number, Sigma
6188 3D distribution : Theta, pixel number, Sigma^2-Sigmabar^2
6189 these histograms may be used for the padding
6190
6191 * manalysis/MPadding.[h,cc]
6192 - new; replaces MApplyPadding.[h,cc]
6193 some errors removed
6194
6195 * manalysis/MSigmabar.[h,cc]
6196 - new definition of Sigmabar (only relevant for MAGIC)
6197 - add in member function 'Calc' a 3rd argument : 'const
6198 MCerPhotEvt &evt'
6199 - calculate sigmabar for 'MCerPhotEvt' pixels
6200 - in member function 'Calc' return Float_t fSigmabar instead of
6201 Bool_t
6202 - copies of objects replaced by references
6203
6204 * manalysis/MSigmabarCalc.[h,cc]
6205 - fSig->Calc(*fCam, *fPed) replaced by
6206 fSig->Calc(*fCam, *fPed, *fEvt)
6207 - change type of result of fSig->Calc from Bool_t to Float_t
6208
6209 * mfileio/MCT1ReadPreProc.cc
6210 - add in member function PreProcess() the initialization of the
6211 total number of pixels :
6212 fPedest->InitSize(iMAXNUMPIX);
6213 - remove statements that cannot be reached ('break' after
6214 'return')
6215
6216 * manalysis/MPadSchweizer.[h,cc]
6217 - alternative to MPadding
6218 - does the padding ala Thomas Schweizer
6219
6220
6221
6222 2003/02/06: Thomas Bretz
6223
6224 * mgeom/MGeomCam.[h,cc]:
6225 - fixed a warning (GetPixRatio(int) --> GetPixRatio(Uint)
6226
6227
6228
6229 2003/02/07: Antonio Stamerra
6230
6231 * manalysis/MTrigLvl2.[cc|h]
6232 - added new function
6233 MTrigLvl2::GetLutCompactPixel(int cell, int lut, int
6234 neighpix=2) which calculates the number of compact pixel
6235 in one lut
6236 - added new function GetLutPseudoSize(int neighpix=2) which
6237 calculates the lut-pseudosize
6238 - added static data member pixel_in_lut
6239 - merging of the PrintCell and PrintStatus functions in a single
6240 Print(int cell) function
6241 - Added comments using the standard layout
6242 - some small changes following Thomas comments (memset, *fLog)
6243
6244
6245
6246 2003/02/06: Thomas Bretz
6247
6248 * mbase/MLog.[h,cc]:
6249 - serialized the GUI output (problems with mutithreded prgs,
6250 eg Cosy)
6251
6252 * mtemp/MObservatoryLocation.[h,cc], mtemp/MVPObject.[h,cc],
6253 mtemp/MVPPlotter.[h,cc]:
6254 - added changes discussed in Wuerzburg
6255
6256 * mfileio/MCT1ReadPreProc.cc:
6257 - some simplifications
6258
6259
6260
6261 2003/01/31: Antonio Stamerra & Marcos Lopez
6262
6263 * mgui/MCamDisplay.[cc|h]
6264 - Added a new function MCamDisplay::SetPix(const Int_t pixnum,
6265 const Int_t color, Float_t min, Float_t max) which just set the
6266 color of a given pixel
6267
6268 * created two new classes for simulating the second level trigger
6269 in the directory manalysis:
6270 - MTrigLvl2.[cc|h] // Implement the Lvl2 topology and
6271 // selection strategies
6272 - MTrigLvl2FillTask.[cc|h] // For a given MMc event, fill the
6273 // MTrigLvl2 with the Lvl1 trigger
6274 // information
6275
6276 * manalysis/Makefile
6277 - Added -I../mgui
6278
6279 * Added macro macros/triglvl2.C which uses the above classes.
6280
6281
6282
6283 2003/01/27: Robert Wagner
6284
6285 * mfileio/MCT1ReadPreProc.[cc|h]
6286 - Added call of MTaskList::ReInit after processing of new
6287 run header
6288 - Filling of MC container complies to Oscar's changes of
6289 MMcEvt.[hxx,cxx] dated 2003/01/20
6290 - Added filling of run number in MRawRunHeader object while
6291 processing a new run header
6292
6293
6294
6295 2003/01/23: Robert Wagner
6296
6297 * manalyis/MSigmabarCalc.cc
6298 - MSigmabarCalc::Process()
6299 Replaced fMcEvt->GetTheta() by fMcEvt->GetTelescopeTheta()
6300
6301
6302
6303 2003/01/20: Oscar Blanch
6304
6305 * mmc/MMcEvt.[hxx,cxx]
6306 - Data members: fElecCphFraction, fMuonCphFraction,
6307 fOtherCphFraction have been introduced.
6308 - Class version updated to 3.
6309
6310 * mmc/MMcCorsikaRunHeader.[h.cc]
6311 - Data members: fWobbleMode and fAtmosphericModel introduced.
6312 - Class version updated to 2.
6313
6314
6315
6316 2003/01/19: Thomas Bretz
6317
6318 * manalysis/MCerPhotCalc.[h,cc]:
6319 - slight changes, mainly to the layout
6320
6321 * manalysis/MCerPhotEvt.[h,cc]:
6322 - some small changes to make the code a bit faster
6323
6324 * manalysis/MCerPhotPix.[h,cc]:
6325 - added AddNumPhotons
6326
6327 * mbase/MContinue.[h,cc]:
6328 - changed comments
6329 - enhanced functionality and fixed some small bugs
6330
6331 * mbase/Makefile:
6332 - added mfilter to paths (to be fixed)
6333
6334 * mfileio/MCT1ReadPreProc.cc:
6335 - Init fNumEvents = 0
6336
6337 * mgeom/MGeomCam.cc:
6338 - return 0 Ratio if the pixel number exceeds the number of pixels
6339
6340 * mgui/MCamDisplay.[h,cc]:
6341 - added sanity check for the maximum number of pixels
6342 - added functions to set the three different palettes
6343 - removed the buttons
6344 - fixed the context menu display
6345
6346 * mhist/HistLinkDef.h, mhist/Makefile:
6347 - added MHCerPhotEvt
6348
6349 * mhist/MHCerPhotEvt.[h,cc]:
6350 - added
6351
6352 * mhist/MFillH.cc:
6353 - changed the initialization of fParContainer from pList to NULL
6354
6355 * mhist/MHHillasExt.cc:
6356 - fixed a smallo bug when filling the histograms (crached when scaling
6357 under some circumstances)
6358
6359 * mhist/MHStarMap.cc:
6360 - added a warning output
6361
6362 * mmontecarlo/MMcCollectionAreaCalc.cc:
6363 - added a check for impact=NaN (some MC Files have this)
6364
6365
6366
6367 2003/01/17: Robert Wagner
6368
6369 * manalysis/MApplyPadding.cc
6370 - bugfix: Effective number of used pixels taken from
6371 MCerPhotEvt container, not from MPedestalCam
6372
6373
6374
6375 2003/01/16: Wolfgang Wittek
6376
6377 * mhist/MHMatrix.[h,cc]
6378 - member function MHMatrix::Read added
6379 the function calls TObject::Read(name) and SetName(name)
6380
6381
6382
6383 2003/01/15: Wolfgang Wittek
6384
6385 * mdata/MDataMember.cc
6386 - in MDataMember::PreProcess()
6387 "if (fCall)" replaced by "if (fCall && !fObject)"
6388 The additional condition "&& !fObject" is to make sure that read
6389 MDataMembers works correctly.
6390
6391
6392
6393 2003/01/08: Oscar Blanch Bigas
6394
6395 * mgeom/MGeomMirror.[h,cc]
6396 - Varible members to store mirror reflectivities have been
6397 introduced: fReflectivity and fWavelength.
6398 - Member function to set reflectivity added: SetReflectivity
6399 - Member function to set TArrayF size: SetArraySize
6400 - Class version number changed to 2.
Note: See TracBrowser for help on using the repository browser.