source: trunk/MagicSoft/Mars/Changelog@ 2568

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