source: trunk/MagicSoft/Mars/Changelog@ 2677

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