source: trunk/MagicSoft/Mars/Changelog@ 2566

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