source: trunk/MagicSoft/Mars/Changelog@ 2748

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