source: trunk/MagicSoft/Mars/Changelog@ 2711

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