source: trunk/MagicSoft/Mars/Changelog@ 2679

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