source: trunk/MagicSoft/Mars/Changelog@ 2718

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