source: trunk/MagicSoft/Mars/Changelog@ 2564

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