source: trunk/MagicSoft/Mars/Changelog@ 2640

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