source: trunk/MagicSoft/Mars/Changelog@ 2620

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