source: trunk/MagicSoft/Mars/Changelog@ 2656

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