source: trunk/MagicSoft/Mars/Changelog@ 2644

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