source: trunk/MagicSoft/Mars/Changelog@ 2567

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