source: trunk/MagicSoft/Mars/Changelog@ 2766

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