source: trunk/MagicSoft/Mars/Changelog@ 2749

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