source: trunk/MagicSoft/Mars/Changelog@ 2599

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