source: trunk/MagicSoft/Mars/Changelog@ 2725

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