source: trunk/MagicSoft/Mars/Changelog@ 2584

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