source: trunk/MagicSoft/Mars/Changelog@ 2675

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