source: trunk/MagicSoft/Mars/Changelog@ 2612

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