source: trunk/MagicSoft/Mars/Changelog@ 2709

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