source: trunk/MagicSoft/Mars/Changelog@ 2762

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