source: trunk/MagicSoft/Mars/Changelog@ 2625

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