source: trunk/MagicSoft/Mars/Changelog@ 2750

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