source: trunk/MagicSoft/Mars/Changelog@ 2710

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