source: trunk/MagicSoft/Mars/Changelog@ 2635

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