source: trunk/MagicSoft/Mars/Changelog@ 2641

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