source: trunk/MagicSoft/Mars/Changelog@ 2571

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