source: trunk/MagicSoft/Mars/Changelog@ 2579

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