source: trunk/MagicSoft/Mars/Changelog@ 2162

Last change on this file since 2162 was 2162, checked in by moralejo, 23 years ago
*** empty log message ***
File size: 76.9 KB
Line 
1 -*-*- END OF LINE -*-*-
2
3 2003/06/05: Abelardo Moralejo
4
5 * mhist/MHTrigLvl0.[h,cc]:
6 - added. This is intended to find "hot" pixels firing too often
7 or pixels firing too rarely. Very preliminar!
8
9 * macros/pixfirerate.C:
10 - added. An example on
11
12 * mhist/Makefile, HistLinkDef.h :
13 added new class.
14
15 2003/06/05: Thomas Bretz
16
17 * mbase/MEvtLoop.cc:
18 - fixed some typos in the comments
19
20 * meventdisp/MGCamDisplay.cc:
21 - added MHillasSrc to eventloop
22
23 * meventdisp/MGEvtDisplay.cc:
24 - print MC informations to screen, too
25
26 * mfileio/MReadCurrents.cc:
27 - added a comment
28
29 * mhist/MHCerPhotEvt.h:
30 - removed typo
31
32 * mimage/MHillasSrcCalc.cc:
33 - create a default source if now source is available
34
35
36
37 2003/06/03: Thomas Bretz
38
39 * macros/readcurrents.C:
40 - display currents in Log-Scale
41
42 * mgui/MCamDisplay.[h,cc]:
43 - introduced fMinimum
44 - introduced fMaximum
45 - introduced fData
46 - removed Set-functions
47 - introduced Update()
48 - introduced Log-Scale
49
50 * macros/readCT1.C:
51 - fixed a typo
52
53 * mbase/MTaskInteractive.[h,cc]:
54 - added
55
56 * mbase/Makefile, mbase/BaseLinkDef.h:
57 - added MTaskInteractive
58
59 * mhist/MHCurrents.[h,cc]:
60 - added (PRELIMINARY)
61
62 * mhist/Makefile, mhist/HistLinkDef.h:
63 - added MHCurrents
64
65 * mgui/MCamDisplay.[h,cc]:
66 - changed number of ItemsLegend to display the maximum, too
67
68 * macros/sumcurrents.C:
69 - added
70
71
72
73 2003/06/03: Wolfgang Wittek
74
75 * mfileio/MCT1ReadPreProc.[h,cc]
76 - reset blind pixels for each event
77 (because they may have been changed by the padding)
78
79 * macros/ONOFFCT1Analysis.C
80 - will be the macro for the CT1 analysis using ON and OFF data
81
82 * manalysis/MPadONOFF.[h,cc]
83 - new class
84 - class for the padding of ON/OFF data
85
86 * manalysis/MPadSchweizer.[h,cc]
87 - remove fBlinds->Clear() because the resetting of the
88 blind pixels is now done in MCT1ReadPreProc
89
90
91
92 2003/06/02: Thomas Bretz
93
94 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
95 - added MCurrents
96
97 * manalysis/MCerPhotEvt.[h,cc]:
98 - added MGeomCam argument to GetRatioMin/Max
99
100 * mfileio/FileIOLinkDef.h, mfileio/Makefile:
101 - added MReadCurrents
102
103 * mfileio/MReadCurrents.[h,cc]:
104 - added
105
106 * manalysis/MCurrents.[h,cc]:
107 - added
108
109 * mgui/MCamDisplay.[h,cc]:
110 - added current support
111
112 * mbase/MTime.h:
113 - preliminary changes to support currents
114
115 * mhist/MH.[h,cc]:
116 - added usescreenfactor to MakeDefCanvas
117
118
119
120 2003/05/30: Wolfgang Wittek
121
122 * macros/CT1Analysis.C
123 - current version of the CT1Analysis.C macro for the analysis of
124 CT1 data using ON and MC data
125
126
127
128 2003/05/27: Thomas Bretz
129
130 * mreflector/Makefile:
131 - removed obsolete includes
132
133 * mbase/MLogManip.h:
134 - for the moment removed dbg<< from dbginf again
135
136 * mimage/MHNewImagePar.cc:
137 - security check in fill
138
139 * mmain/MAnalysis.cc:
140 - fixed filling of MHNewImagePar
141
142
143
144 2003/05/26: Wolfgang Wittek
145
146 * mfileio/MCT1ReadPreProc.cc
147 - put back : if (event.spixsig_10thphot[i]==0)
148 continue;
149
150 * manalysis/MPadSchweizer.cc
151 - add pixels to MCerPhotEvt which are not yet in;
152 set their number of photons equal to zero
153
154
155
156 2003/05/26: Thomas Bretz
157
158 * mhist/MHCerPhotEvt.cc, mfileio/MCT1ReadAscii.cc:
159 - InitSize --> FixSize
160
161 * manalysis/MMcPedestalNSBAdd.cc:
162 - fixed a typo (* instead of /)
163
164
165
166 2003/05/23: Abelardo Moralejo
167
168 * mreflector/Makefile:
169 - added (was missing)
170
171
172
173 2003/05/23: Thomas Bretz
174
175 * Makefile:
176 - added mreflector
177
178 * manalysis/MCerPhotAnal.cc, manalysis/MCerPhotCalc.cc:
179 - use FixSize instead of InitSize
180
181 * manalysis/MCerPhotEvt.[h,cc]:
182 - replaced InitSize by FixSize (seems to be more logical)
183
184 * manalysis/MMcPedestalNSBAdd.cc:
185 - replaced GetR by GetPixRatio
186
187 * manalysis/MPedestalCam.cc:
188 - replaced GetEntries by GetEntriesFast
189
190 * mfileio/FileIOLinkDef.h, mfileio/Makefile:
191 - added MReadRflFile
192
193 * mgeom/MGeomCam.[h,cc], mgeom/MGeomPix.[h,cc],
194 mgeom/MGeomCamMagic.[h,cc]:
195 - replaced R by D
196
197 * mgui/MCamDisplay.[h,cc]:
198 - added TClonesArray to display reflector events
199 - added FillRflEvent
200 - added ShowRflEvent
201 - adapted Paint function
202
203 * mgui/MHexagon.[h,cc]:
204 - replaced GetR by GetD
205 - added DistanceToPrimitive (capital T)
206
207 * mgui/Makefile:
208 - added mreflector
209
210 * mfileio/MReadRflFile.[h,cc]:
211 - added
212
213 * mreflector, mreflector/Makefile, mreflector/ReflectorLinkDef.h,
214 mreflector/MRflEvtData.[h,cc], mreflector/MRflSinglePhoton.[h,cc]:
215 mreflector/MRflEvtHeader.[h,cc], mreflector/MRflRunHeader.[h,cc]:
216 - added
217
218 * macros/readRfl.C:
219 - added
220
221
222
223 2003/05/22: Abelardo Moralejo
224
225 * mhist/MHMatrix.[h,cc]
226 - add member function ShuffleRows() to randomize the order of the
227 matrix rows. This is useful for instance for the random forest,
228 (See RanForest.C) when we feed a hadron training sample with
229 both protons and helium nuclei: if they are ordered (first all
230 events of one type, then those of the other) the method does not
231 seem to work well. Any other kind of ordering might be harmful
232 as well (in theta, phi or whatever).
233
234
235
236
237
238
239 2003/05/22: Wolfgang Wittek
240
241 * mfileio/MCT1ReadPreProc.[h,cc]
242 - add member function DiscreteTheta
243 - discretize the Theta according to the binning in Theta
244 (for data and MC)
245 original Theta is stored in the container "ThetaOrig"
246 the discretized Theta is stored in MMcEvt.fTelescopeTheta
247
248
249
250 2003/05/21: Thomas Bretz
251
252 * mfileio/MReadTree.cc:
253 - changed text of a warning
254 - removed obsolete comment
255
256 * mfileio/MWriteRootFile.[h,cc]:
257 - changed Print function to support kIsNewTree flag
258 - changed BIT(15) to BIT(16) because it is already used by TBranch
259
260
261
262 2003/05/21: Wolfgang Wittek
263
264 * mhist/MHBlindPixels.[h,cc]
265 - change 1D histogram into 2D histogram (pixel Id vs. Theta)
266 - add 2D histogram : no.of blind pixels vs. Theta
267
268 * mhist/MHSigmaTheta.cc
269 - correct "BinningPix"
270
271 * manalysis/MPadSchweizer.[h,cc]
272 - add simulation of blind pixels
273
274 * mhist/MHMatrix.cc
275 - in DefRefMatrix : allow variable bin size for 'hth' and 'hthd'
276
277
278
279 2003/05/20: Oscar Blanch Bigas
280
281 * mgeom/MGeomCamECO1000HG.[h,cc]
282 - new files for ECO1000 camera geometry with pixels
283 of half angualr size.
284
285 * mgeom/Mkefile:
286 - added MGeomCamECO1000HG.[h,cc] files
287
288 * mgeom/GeomLinkDef.h
289 - added class MGeomCamECO1000HG
290
291
292
293 2003/05/20: Thomas Bretz
294
295 * mbase/MLog.h:
296 - added Separator member function
297
298 * mfileio/MReadMarsFile.cc:
299 - moved output in Notify to MReadTree::Notify
300 - call MReadTree:Notify in Notify
301
302 * mfileio/MReadTree.[h,cc]:
303 - do not try to delete a Baddress if it is NULL ("*")
304 - added CheckBranchSize member function
305 - added the size consistency check to Notify
306
307 * mfileio/MWriteRootFile.cc:
308 - mini changes to Print-output
309
310 * mfilter/MF.[h,cc]:
311 - added Print-function
312
313 * mraw/MRawEvtPixelIter.h:
314 - removed wrong EOL characters
315
316 * macros/multidimdist2.C:
317 - made variable names unique
318
319 * macros/star.C:
320 - added sigmabar
321
322 * macros/status.C:
323 - added sigmabar
324 - added MHSigmaTheta
325
326 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
327 - added MFiltercutsCalc
328
329 * manalysis/MFiltercutsCalc.[h,cc]:
330 - added
331
332
333 2003/05/19: Thomas Bretz
334
335 * mgui/MCamDisplay.cc:
336 - removed an unused variable.
337
338 * Makefile.rules:
339 - fixed Mr.Proper
340
341 * mbase/MEvtLoop.cc, mbase/MParList.cc, mbase/MTaskList.cc,
342 mfileio/MReadTree.cc, mfileio/MWriteRootFile.cc:
343 - use new manipulator 'underline'
344
345 * mbase/MLog.cc:
346 - added new underlining
347 - added blue color for debugging
348
349 * mbase/MLogManip.[h,cc]:
350 - added underline
351 - added dbg and increased all other debug(n) levels by one
352
353 * mbase/MParContainer.h:
354 - made fDisplay persistent (workaround for a obsolete warning in
355 root 3.02/07)
356
357 * mfileio/MWriteRootFile.[h,cc]:
358 - fixed a bug introduced when implementing UPDATE mode,
359 kIsNewTree set for TTree
360
361
362
363 2003/05/16: Abelardo Moralejo
364
365 * mmontecarlo/MMcEnergyEst.[h,cc]
366 - Added SetCoeff
367
368
369
370 2003/05/16: Thomas Bretz
371
372 * mfilter/MFEventSelector2.[h,cc]:
373 - added
374
375 * mfilter/Makefile, mfilter/FilterLinkDef.h:
376 - added MFEventSelector2
377
378 * mbase/MContinue.cc:
379 - SetDisplay for filter
380 - Set LogStream for filter
381
382 * mbase/MEvtLoop.cc:
383 - don't use pointer to fTasklist in PostProcess if not initialized
384 - do not execute Process if fTasklist is not initialized
385
386 * mbase/MTask.[h,cc]:
387 - overwrite SetDisplay (set also display of attached filter
388
389 * mbase/MTaskList.cc:
390 - minor changes
391
392 * mdata/MDataChain.[h,cc]:
393 - implemented ParseDataMember to support constants
394
395 * mfileio/MCT1ReadPreProc.[h,cc]:
396 - added fNumFile to support Rewind
397 - added Rewind
398
399 * mfileio/MRead.[h,cc]:
400 - new virtual function Rewind
401
402 * mfileio/MReadMarsFile.[h,cc]:
403 - added Rewind
404
405 * mfileio/MReadTree.[h,cc]:
406 - added Rewind
407 - fixed a missing 'else' in AddFile
408
409 * mhist/MBinning.[h,cc]:
410 - added SetEdges(TAxis&)
411 - added SetEdges(TH1&, char)
412
413 * mhist/MFillH.[h,cc]:
414 - added bit kDoNotDisplay
415
416 * mhist/MH.h:
417 - added a comment
418
419 * mhist/MH3.[h,cc]:
420 - implemented GetRule
421 - implemented GetNbins
422 - implemented FindFixBin
423
424 * mimage/MHHillasSrc.cc:
425 - replaced gPad->cd(4) by savepad
426
427 * mmain/MStatusDisplay.[h,cc]:
428 - fixed locked mode for loop-in-loop cases
429
430
431
432 2003/05/15: Wolfgang Wittek
433
434 * macros/CT1EgyEst.C
435 - replace "energyest.root" by paramout
436
437
438
439 2003/05/14: Wolfgang Wittek
440
441 * macros/CT1env.rc
442 - CT1env replaced by CT1env.rc
443
444 * mranforest/MRanForestCalc.cc
445 - exchange arguments in
446 FindCreateObj("MHadronness", fHadronnessName)
447
448
449
450 2003/05/13: Thomas Bretz
451
452 * mdata/MDataArray.[h,cc]:
453 - addeed GetData and >>-operator to fill a TVector from the array
454
455 * manalysis/MMultiDimDistCalc.cc:
456 - use new >>-operator from MDataArray
457
458 * mranforest/MRanForest.[h,cc]:
459 - TVector& in CalcHadronness declared const
460 - added a const qualifier to 'Float_t sum'
461 - removed Reset() from a TIter declaration (done by the TIter
462 constructor)
463
464 * mranforest/MRanForestCalc.cc:
465 - fill TVector with new >>-operator of MDataArray
466
467 * mranforest/MRanTree.[h,cc]:
468 - removed obsolete returns at the end of some functions
469 - TVector& in TreeHad declared const
470 - changed if to ?:-operator in TreeHad
471 - TreeHad() calls TreeHad(const TVector &) now (code is not
472 implemented twice)
473
474
475
476 2003/05/12: Abelardo Moralejo
477
478 * mhistmc/MHMcEnergyMigration.cc
479 - Draw(): fixed axis label in one plot.
480
481
482
483 2003/05/12: Thomas Bretz
484
485 * mmain/MStatusDisplay.[h,cc]:
486 - implemented UpdatePSHeader
487
488
489
490
491
492 2003/05/10: Thomas Bretz
493
494 * Makefile.rules:
495 - implemented diff
496
497 * NEWS:
498 - changed
499
500 * manalysis/MCT1SupercutsCalc.cc:
501 - fixed variable names
502
503 * mbase/MParContainer.cc:
504 - replaces IsA()->GetName() by ClassName()
505
506 * mbase/Makefile:
507 - removed obsolete include paths
508
509 * mdata/MDataArray.[h,cc]:
510 - new member function GetRule(int)
511
512 * mgui/MCamDisplay.[h,cc]:
513 - implemented GetObjectInfo
514
515 * mhist/MH.[h,cc]:
516 - implemented ProjectionX
517 - implemented ProjectionY
518 - implemented FindObjectInPad
519
520 * mhist/MHSigmaTheta.[h,cc]:
521 - implemented Paint
522
523 * mmain/MStatusDisplay.[h,cc]:
524 - implemented kFileCanvas
525 - implemented kFileBrowser
526
527
528
529 2003/05/09: Abelardo Moralejo
530
531 * mhistmc/MHMcEnergyMigration.[h,cc]
532 - Added histograms, changed Draw() to display them. Still
533 provisional, many changes in the whole part of the energy
534 estimator are needed.
535
536 * macros/CT1EEst.C, CT1EnergyEst.C
537 - Removed
538
539 * macros/CT1EgyEst.C
540 - Added example on how to use the energy estimation for CT1.
541 Very provisional!
542
543
544
545 2003/05/09: Wolfgang Wittek
546
547 * manalysis/MCT1SupercutsCalc.cc
548 - add SetReadyToSave()
549
550
551
552 2003/05/09: Thomas Bretz
553
554 * mbase/MLog.cc:
555 - do not underline if eNoColors is set
556 - fixed abug in Output() (last character missing when flushed)
557 - same when flushing to the GUI
558
559 * mbase/MLogManip.cc:
560 - removed an obsolete comment
561
562 * mfileio/MReadTree.cc:
563 - print warning in case no files could be added to chain
564
565 * mfilter/MFDataChain.h:
566 - fixed code layout
567
568 * mimage/MHHillasSrc.h:
569 - added Paint
570
571 * mimage/MHillasCalc.[h,cc]:
572 - changed default title
573
574 * Makefile:
575 - added rule 'diff'
576
577 * mhist/MHMatrix.cc:
578 - compressed some debug outputs
579
580 * manalysis/MSigmabar.[h,cc]:
581 - deleted the fCalcPixNum variable (not used).
582
583 * macros/star.C, macros/starct1.C:
584 - updated
585
586 * mhist/MBinning.cc:
587 - fixed SetBinningCos
588
589 * mhist/MHSigmaTheta.[h,cc]:
590 - in setting of binnings changes npix+1 to npix
591 (SetEdges takes the number of _bins_ as argument)
592 - fixed titles (LaTeX style)
593 - added default binning (may have to be changed for Magic)
594 - removed obsolete destructor
595 - removed default canvas size of 900x900
596 - temporarily removed SetLogy() for first pad. I'm searching
597 for a solution to put it in again when using the status display
598
599
600
601 2003/05/08: Thomas Bretz
602
603 * Makefile.rules:
604 - fixed the rmhtml bug
605
606 * macros/collarea.C:
607 - changed to use MStatusDisplay
608
609 * manalysis/MCT1SupercutsCalc.cc:
610 - fixed a typo
611
612 * mbase/MEvtLoop.[h,cc], mbase/MTaskList.[h,cc]:
613 - added FindTask member functions
614
615 * mbase/MLog.cc:
616 - do not crop logging to GUI to 1000 lines anymore
617
618 * mdata/MDataChain.cc:
619 - use GetRule() in the constructor instead of Print()
620
621 * mdata/MDataElement.cc, mfilter/MFDataChain.cc:
622 - do not return str+"something"
623
624 * mhist/MH.[h,cc]:
625 - fixed a bug in DrawCopy(TH1*,TH1*)
626 - overwrite Clone function and do not add TH1 to gDirectory
627 when cloning MH classes
628
629 * mimage/MHHillas.cc, mimage/MHHillasSrc.cc:
630 - adde a sanity check to Fill
631
632 * mimage/MHHillasSrc.cc:
633 - do not set the log scale before we have entries in the histogram
634
635
636
637 2003/05/08: Abelardo Moralejo
638
639 * mimage/MImgCleanStd.cc
640 - extended comment on standard cleaning. Removed an obsolete
641 comment.
642
643 * mhistmc/MHMcCollectionAreaCalc.cc
644 - Changed binning of histograms, so that the collection area
645 can be calculated also between 5 and 10 GeV (for pulsar studies)
646
647
648
649 2003/05/07: Nadia Tonello
650
651 * manalysis/MCT1PointingCorrCalc.[h,cc]
652 - deleted the fMcEvt variable (not used).
653
654
655 2003/05/07: Thomas Bretz
656
657 * mmain/Makefile, mmain/MainLinkDef.h:
658 - added MSearch
659
660 * mmain/MSearch.[h,cc]:
661 - added
662
663 * mmmain/MStatusDisplay.[h,cc]:
664 - implemented Search
665
666 * mhist/MHSigmaTheta.cc:
667 - removed borders around the pads (Draw)
668
669 * mfileio/MCT1ReadPreProc.cc:
670 - do not output the run number twice!
671
672 * mimage/MHillasExt.[h,cc]:
673 - changed ClassDef to 2
674 - updated comments
675
676 * mimage/MNewImagePar.cc:
677 - updated comments
678
679
680
681 2003/05/07: Abelardo Moralejo
682
683 * mranforest/Makefile
684 - fixed typo.
685
686
687
688 2003/05/06: Abelardo Moralejo
689
690 * mhistmc/MHMcCollectionArea.cc
691 - Added: delete &pally
692
693 * mfilter/MFCT1SelFinal.cc
694 - changed FindObject("MGeomCam") to
695 FindCreateObj("MGeomCamCT1","MGeomCam")
696
697 * mhistmc/MHMcCollectionArea.cc
698 - in procedure Calc(TH2D &hsel, TH2D &hall) : changed the
699 calculation of maximum impact parameter. Now it looks for
700 the non-empty bin of histogram "hall" with highest impact
701 parameter. The code could not work as it was before, but this
702 had influence only when running over camera files containing all
703 events, including non-triggers (while we usually run over files
704 containing only triggers).
705
706
707
708 2003/05/06: Thomas Bretz
709
710 * manalysis/MRan*, mhist/MHRan*:
711 - moved to new directory mranforest
712
713 * mranforest, mranforest/Makefile, mranforest/RanForestLinkDef.h,
714 mranforest/RanForestIncl.h:
715 - added
716
717 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
718 - removed MRan*
719
720 * mhist/Makefile, mhist/HistLinkDef.h:
721 - removed MHRan*
722
723 * Makefile:
724 - mranforest added
725
726 * mbase/MLog.cc:
727 - sanity check in MLog::Output (len>0)
728
729 * mimage/MImgCleanStd.cc:
730 - adapted path to html images
731
732 * htmldoc/*:
733 - moved to new path htmldoc/images
734
735 * Makefile.rules:
736 - corrected rule rmhtmldoc
737
738 * NEWS:
739 - updated
740
741 * macros/dohtml.C, macros/rootlogon.C:
742 - added mranforest
743
744 * mbase/MEvtLoop.cc:
745 - fixed a typo
746
747 * mhist/HistLinkDef.h
748
749
750
751 2003/05/05: Nadia Tonello
752
753 * mfilter/MFCT1SelStandard.cc
754 - correct the default name of fImgParName
755 ("MNewImgPar") => ("MNewImagePar")
756
757
758
759 2003/05/05: Thomas Bretz
760
761 * mbase/MEvtLoop.cc:
762 - underline Instatiation Message
763 - small change to a warning output
764
765 * mbase/MLog.[h,cc]:
766 - added stuff for underlining
767 - changed from TGListBox to TGViewText
768
769 * mmain/MStatusDisplay.[h,cc]:
770 - changed fLogBox from TGListBox to TGViewText
771 - added menu 'Log'
772 - changed division of status line to 'Goldener Schnitt'
773
774 * mhist/MHHadronness.cc, mhist/MHCerPhotEvt.cc, mhist/MHStarMap.cc,
775 mimage/MHHillas.cc:
776 - fixed 'redifinion of default argument'
777
778 * mbase/Makefile, mfileio/Makefile:
779 - moved first source file to second position to get rid of crashes
780 of rootcint on our Alpha
781
782 * mimage/MNewImagePar.cc:
783 - removed maxpixid (not used)
784
785 * manalysis/MRanTree.cc:
786 - replaced ostream.h by iostream.h
787
788 * manalysis/MPadding.h:
789 - added a missing const qualifier in the definition of 'Padding'
790
791 * mmontecarlo/MMcEnergyEst.cc:
792 - added math.h
793
794 * Makefile, mbase/Makefile, mmain/Makefile:
795 - changed order (linking on our Alpha failed)
796
797 * mbase/MLog.h:
798 - don't include iostream.h if __CINT__ (crashes rootcint on our
799 alpha)
800
801
802
803 2003/05/05: Wolfgang Wittek
804
805 * manalysis/MPadSChweizer.cc
806 - delete histograms in destructor
807
808
809
810 2003/05/02: Thomas Bretz
811
812 * Makefile.conf.general, Makefile.conf.linux, Makefile.conf.linux-gnu,
813 Makefile.conf.osf1, Makefile.conf.osf5.1:
814 - added MARSDEFINES, MARSFLAGS, MARSLIBS
815
816 * mars.cc:
817 - replaces HAVE_LOGO by HAVE_XPM
818
819 * NEWS:
820 - updated
821
822 * mbase/MLogo.cc:
823 - replaces marslogo_neu by marslogo
824 - encapsulated in HAVE_XPM
825
826 * mbase/Makefile:
827 - added MLogo.cc
828
829 * mmain/MGMenu.cc:
830 - fixed the 'KeyAutoRepeat' bug
831
832 * manalysis/MCerPhotEvt.[h,cc:
833 - added RemoveUnusedPixels
834
835 * manalysis/MSigmabar.cc:
836 - small simplification for compiler optimization
837
838 * mbase/MEvtLoop.cc:
839 - changed output to fDisplay
840 - changed behaviour in case of a failed PostProcess
841
842 * mbase/MLog.[h,cc]:
843 - added flushing and tab conversion to GUI
844 - added color support
845
846 * mbase/MParList.cc:
847 - replaced some *Iter by MIter
848
849 * mbase/MTask.cc, mbase/MTaskList.cc:
850 - added output to fDisplay
851 - replaced some *Iter by MIter
852
853 * mhist/MH.cc:
854 - don't add clones to directory
855
856 * mimage/MImgCleanStd.[h,cc]:
857 - replaced divisiond by multiplications
858 - fixed StreamePrimitive
859 - do not allow 0 rings
860
861 * mmain/MStatusDisplay.[h,cc]:
862 - added writing gif
863 - added writing C
864 - changes SaveAs to non-const (added output to status lines)
865 - replaced TGLabels by TGStatusBar
866
867
868
869 2003/04/30: Wolfgang Wittek
870
871 * manalysis/MPadSchweizer.[h,cc]
872 - reorder histograms
873
874 * mhist/MHSigmaTheta.[h,cc]
875 - remove last 3 plots (otherwise get segmentation violation ???)
876
877 * mimage/MHNewImagePar.[h,cc]
878 - change range of leakage to be plotted
879 (want to see also leakage=0)
880
881
882
883 2003/04/30: Nadia Tonello
884
885 * manalysis/MCerPhotPix.[h,cc]:
886 - deleted Bool_t fIsUsed and substituted with
887 the condition: fRing>0 in the functions
888 Bool_t IsPixelUsed() const{return fRing>0;}
889 void SetPixelUsed() { fRing = 1;}
890 void SetPixelUnused(){ fRing = 0;}
891
892
893
894 2003/04/29: Wolfgang Wittek
895
896 * mhist/MHSigmaTheta.[h,cc]:
897 - ClassDef( ,0) -> ClassDef( , 1)
898 - minor corrections in Draw()
899
900
901
902 2003/04/29: Thomas Bretz
903
904 * mfilter/MFCT1SelBasic.[h,cc], mfilter/MFCT1SelFinal.[h,cc],
905 mfilter/MFCT1SelStandard.[h,cc]:
906 - reordered includes
907 - removed MHillas from constructor (if present)
908 - added corresponding Setter-methods
909 - added many const qualifiers
910 - removed some obsolete data members
911 - made some member functions private
912 - only store fMm2Deg, not the pointer to MGeomCam
913 - don't use the CT1 camera build in... (to be discussed)
914 - fixed MHillas, MHillasExt and MNewImagePar stuff
915
916 * mimage/MImgCleanStd.[h,cc]:
917 - added Nadia to the list of authors
918 - added pngs for the formulars
919
920 * htmldoc, htmldoc/MImgCleanStd-f1.png, htmldoc/MImgCleanStd-f2.png:
921 - added
922
923 * manalysis/MCT1SupercutsCalc.[h,cc]:
924 - changed the default "MHillasExt" to "MHillas"
925
926 * mbase/MEvtLoop.cc:
927 - fixed a bug in ProcessGuiEvents
928
929 * mhist/MH*.[h,cc], mhistmc/MH*.[h,cc], mimage/MH*.[h,cc]:
930 - changed "Double_t w" in Fill to "const Stat_t w"
931 - added weight in some classes to TH::Fill
932
933 * mbase/MHtml.[h,cc]:
934 - removed
935
936 * mfileio/MCT1ReadPreProc.cc:
937 - removed the dependance on a MBinning in Theta.
938
939
940
941 2003/04/29: Abelardo Moralejo
942
943 * mmontecarlo/MMcCollectionareaCalc.[h,cc]
944 - Now the energy limits and spectral slope used in Corsika are
945 read from the run header. Warning: impact parameter is still
946 fixed (I changed it from 400 m to 300 m, our present MC
947 production default). Added warning message about this.
948 Collection areas calculated up to now with the new MC library
949 are overestimated by a ~77% ! This class will be removed in
950 the future and replaced by MFillH.
951
952 * mhistmc/MHMcCollectionArea.[h,cc]
953 - Adapted to the change of MMcCollectionAreaCalc. Added arguments
954 to CalcEfficiency.
955
956
957
958 2003/04/28: Nadia Tonello
959
960 * mimage/MImgCleanStd.[h,cc]
961 - added the option kDemocratic using sigmabar of the inner pixels
962 - added the option to select the number of rings of pixels
963 to analyze around the core pixels
964 - added documentation
965
966 * manalysis/MCerPhotPix.[h,cc]
967 - added fRing and Get-Set functions
968
969
970
971 2003/04/28: Oscar Blanch
972
973 * mgeom/MGeomCamECO1000.[h,cc]
974 - New files for ECO 1000 camera geometry.
975
976 * mgeom/GeomLinkDef.h
977 - Added class MGeomCamECO1000
978
979 * mgeom/Makefile
980 - Added class MGeomCamECO1000
981
982
983
984 2003/04/28: Abelardo Moralejo
985
986 * mmontecarlo/MMcEnergyEst.[h,cc]
987 - Lots of fixes after Thomas suggestions. Now cuts are not part
988 of the class, but introduced via a new MFilter* member. Changed
989 all Char_t* for TString. Changed own TMiniut pointer by gMinuit.
990 Removed couts and used fLog instead. Function fcn is no longer
991 declared external.
992
993
994
995 2003/04/28: Thomas Bretz
996
997 * NEWS:
998 - updated
999
1000 * manalysis/MBlindPixelCalc.cc:
1001 - use Are of pixles while interpolating
1002
1003 * mbase/MEvtLoop.cc:
1004 - output speed in Evts/s to fDisplay
1005
1006 * mbase/MGGroupFrame.h:
1007 - fixed a typo
1008
1009 * mbase/MTask.[h,cc]:
1010 - Added OverwritesProcess
1011
1012 * mbase/MTaskList.[h,cc]:
1013 - removed CheckClassForProcess
1014 - replaced by MTask::OverwritesProcess
1015
1016 * mhist/MFillH.cc:
1017 - only draw something if the class overwrites the Draw function
1018
1019 * mhist/MH.[h,cc]:
1020 - added OverwritesDraw
1021 - added a higher maximum, lower minimum to Draw(TH1, TH1)
1022 - changed default size
1023
1024 * mhist/MHMatrix.cc:
1025 - mini change
1026
1027 * mimage/MHHillas.[h,cc]:
1028 - removed fUsedPix
1029 - removed fCorePix
1030
1031 * mimage/MHHillasExt.[h,cc]:
1032 - removed fHConc
1033 - removed fHConc1
1034 - changed default name to MHillasExt
1035
1036 * mimage/MHNewImagePar.[h,cc]:
1037 - added fHistConc
1038 - added fHistConc1
1039 - added fHistUsedPix
1040 - added fHistCorePix
1041
1042 * mimage/MHillas.cc:
1043 - removed fNumCorePixels
1044 - removed fNumUsedPixels
1045 - made fCosDelta writable
1046 - made fSinDelta writable
1047 - made GetSinDelta() public
1048 - made GetCosDelta() public
1049
1050 * mimage/MHillasExt.[h,cc]:
1051 - removed fConc
1052 - removed fConc1
1053 - changed default name to MHillasExt
1054 - derives from MParContainer now instead of MHillas
1055
1056 * mimage/MNewImagePar.[h,cc]:
1057 - added fNumCorePixels
1058 - added fNumUsedPixels
1059 - added fConc
1060 - added fConc1
1061
1062 * mimage/MNewImageParCalc.[h,cc]:
1063 - removed
1064
1065 * mimage/MHillasCalc.[h,cc]:
1066 - changed so, that it can calc MHillas, MHillasExt and MNewImagePar
1067
1068 * mimage/MHillasSrc.cc:
1069 - sqrt(tand*tand+1) replaced by 1/CosDelta
1070
1071 * mmain/MStatusDisplay.[h,cc]:
1072 - added second argument to SetLogStream
1073
1074 * mhist/MHAlphaEnergyTheta.[h,cc], mhist/MHAlphaEnergyTime.[h,cc],
1075 mhist/MHCerPhotEvt.[h,cc], mhist/MHEffOnTime.[h,cc],
1076 mhist/MHEffOnTimeTheta.[h,cc], mhist/MHEffOnTimeTime.[h,cc],
1077 mhist/MHEnergyTheta.[h,cc], mhist/MHEnergyTime.[h,cc],
1078 mhist/MHFlux.[h,cc], mhist/MHMatrix.[h,cc],
1079 mhist/MHSigmaTheta.[h,cc], mhistmc/MHMcCollectionArea.[h,cc],
1080 mhistmc/MHMcDifRate.[h,cc], mhistmc/MHMcEfficiency.[h,cc],
1081 mhistmc/MHMcEfficiencyEnergy.[h,cc], mhistmc/MHMcEfficiencyImpact.[h,cc],
1082 mhistmc/MHMcEnergy.[h,cc], mhistmc/MHMcEnergyImpact.[h,cc],
1083 mhistmc/MHMcEnergyMigration.[h,cc], mhistmc/MHMcRate.[h,cc]:
1084 - removed DrawClone
1085 - fixed Draw
1086
1087 * macros/MagicHillas.C, macros/star.C:
1088 - removed MHillasExt (not necessary anymore)
1089 - added MNewImagePar
1090
1091 * macros/readCT1.C, macros/readMagic.C, meventdisp/MGCamDisplay.cc,
1092 mmain/MAnalysis.cc:
1093 - added MHillasExt to be displayed
1094 - added MNewImagePar to be displayed
1095
1096 * manalysis/MCT1SupercutsCalc.[h,cc]:
1097 - removed empty destructor
1098 - fixed output in PreProcess
1099 - changed MHillasExt to MHillas
1100
1101
1102
1103
1104
1105 2003/04/28: Wolfgang Wittek
1106
1107 * manalysis/MPadSchweizer.[h,cc]
1108 - extend documentation
1109 - remove histograms which are also made by MHSigmaTheta
1110 - minor modifications
1111
1112
1113
1114 2003/04/25: Thomas Bretz
1115
1116 * mfilter/MFEnergySlope.cc:
1117 - removed obsolete PostProcess
1118
1119 * mdatacheck/MGDisplayAdc.cc:
1120 - fixed a bug which caused nothing to beeing displayed if only
1121 the Hi gains where existing (Exists->HasHi)
1122
1123 * mhist/MH.cc:
1124 - small change to GetNewPad
1125
1126 * mhistmc/MHMcEnergyMigration.h:
1127 - fixed the includes
1128
1129 * mgui/MCamDisplay.cc:
1130 - changed autoscaling (max<1:max=1 --> max==min:max=min+1)
1131
1132 * manalysis/MBlindPixelCalc.cc:
1133 - interpolate: take pixel area into account
1134
1135 * mhist/MHSigmaTheta.h:
1136 - removed nonsense GetSigmaThetaByName(const TString name)
1137 - removed nonsense GetSigmaPixThetaByName(const TString name)
1138 - removed nonsense GetDiffPixThetaByName(const TString name)
1139
1140 * manalysis/MPadSchweizer.cc:
1141 - fixed naming
1142 - fixed usage of operators
1143 - added some const qualifiers
1144 - replaced 'int OK' by 'Bool_t ok'
1145 - fixed wrong usage floating point value 0
1146
1147 * mimage/MImgCleanStd.cc:
1148 - moved ratio to the other side of the condition (don't divide
1149 if it is not necessary)
1150
1151
1152
1153 2003/04/24: Abelardo Moralejo
1154
1155 * macros/rootlogon.C
1156 - added gInterpreter->AddIncludePath(dir+"mhistmc");
1157
1158
1159
1160 2003/04/24: Thomas Bretz
1161
1162 * macros/rootlogon.C:
1163 - added mimage
1164
1165 * macros/dohtml.C:
1166 - added mhistmc
1167 - added mimage
1168 - added status.C
1169
1170 * mfilter/MFCT1Supercuts.[h,cc]:
1171 - removed
1172
1173 * manalysis/MPadSchweizer.[h,cc]:
1174 - renamed arguments of SetHistograms to Mars style
1175 - removed default argument for SetHistograms (usage would result
1176 in a crash)
1177 - removed empty destructor
1178
1179 * mhistmc/MHMcTriggerLvl2.h:
1180 - removed the wrong f in GetHistf
1181
1182 * manalysis/MSigmabarParam.h:
1183 - added const qualifiers to getters
1184
1185 * mfileio/MWriteRootFile.[h,cc]:
1186 - fixed support for UPDATE
1187
1188 * mfilter/MFEnergySlope.cc:
1189 - cleaned
1190 - removed empty PostProcess
1191
1192 * mhist/MHCerPhotEvt.cc:
1193 - removed ratio from Fill
1194
1195 * mhist/MH.h:
1196 - fixed a bug in the overloading of DrawClone
1197
1198 * mimage/MHillasSrc.[h,cc], mimage/MHHillasSrc.[h,cc]:
1199 - like suggested by Wolfgang: removed Head-Tail
1200
1201 * mbase/MEvtLoop.cc:
1202 - fixed a bug in the progress bar update at the end of the loop
1203
1204
1205
1206 2003/04/24: Wolfgang Wittek
1207
1208 * mfilter/MFCT1SelFinal.cc
1209 - small correction in output
1210
1211 * mhistmc/MHMcCT1CollectionArea.cc
1212 - plot all 3 histograms in DrawClone()
1213
1214 * manalysis/MPadSchweizer.[h,cc]
1215 - cleanup as proposed by Thomas
1216 - new member function SetHistograms() to set the pointers to the
1217 histograms to be used in the padding
1218
1219
1220
1221 2003/04/24: Antonio Stamerra
1222
1223 * mhistmc/MHMcTriggerLvl2.[h,cc]
1224 - renamed some variable (hf->fHist)
1225 - added fHist*Norm and fFNorm in the destructor
1226
1227 * manalysis/MMcTriggerLvl2.[h,cc]
1228 - added CalcCompactPixel() public method
1229 - implemented CalcPseudoSize method (still under construction...)
1230 - added inline method SetNewCamera(), used in the costructor
1231 - renamed global variables pixels_in_cell->gsPixelsInCell
1232 and pixels_in_lut->gsPixelsInLut
1233 - added destructor
1234
1235
1236
1237 2003/04/23: Thomas Bretz
1238
1239 * mhist/MHCerPhotEvt.[h,cc]:
1240 - updated dox
1241
1242 * manalysis/MCT1SupercutsCalc.h, manalysis/MPadSchweizer.h:
1243 - ClassDef -> 0
1244
1245 * NEWS:
1246 - updated
1247
1248 * mfileio/MWriteRootFile.[hcc]:
1249 - fixed the missing function of UPDATE files
1250
1251 * mhist/MFillH.[h,cc]:
1252 - implemented fWeight
1253 - adapted StreamPrimitive
1254 - changed fCanvas to //!
1255 - changed class version umber from 1 to 2
1256
1257 * mhist/MH.[h,cc], mhist/MHAlphaEnergyTheta.[h,cc],
1258 mhist/MHAlphaEnergyTime.[h,cc], mhist/MHArray.[h,cc],
1259 mhist/MHBlindPixels.[h,cc], mhist/MHCompProb.[h,cc],
1260 mhist/MHEffOnTime.[h,cc], mhist/MHEffOnTimeTheta.[h,cc],
1261 mhist/MHEffOnTimeTime.[h,cc], mhist/MHEnergyTheta.[h,cc],
1262 mhist/MHFadcCam.[h,cc], mhist/MHFlux.[h,cc],
1263 mhist/MHGamma.[h,cc], mhist/MHHadronness.[h,cc],
1264 mhist/MHMatrix.[h,cc], mhist/MHRanForest.[h,cc],
1265 mhist/MHRanForestGini.[h,cc], mhist/MHSigmaPixel.[h,cc],
1266 mhist/MHSigmaTheta.[h,cc], mhist/MHSigmabarTheta.[h,cc],
1267 mhist/MHStarMap.[h,cc], mhist/MHThetabarTheta.[h,cc],
1268 mhist/MHThetabarTime.[h,cc], mhist/MHTimeDiffTheta.[h,cc],
1269 mhist/MHTimeDiffTime.[h,cc], mhistmc/MHMcCT1CollectionArea.[h,cc],
1270 mhistmc/MHMcEnergyImpact.[h,cc], mhistmc/MHMcEnergyMigration.[h,cc]
1271 mhistmc/MHMcTriggerLvl2.[h,cc], mimage/MHHillas.[h,cc],
1272 mimage/MHHillasExt.[h,cc], mimage/MHHillasSrc.[h,cc],
1273 mimage/MHNewImagePar.[h,cc]:
1274 - added second (weight) argument to Fill
1275 - in some headers: removed obvious virtual
1276 - removed some dummy Fill function (not necessary anymore)
1277
1278
1279
1280 2003/04/23: Abelardo Moralejo
1281
1282 * mhistmc/MHMcCT1CollectionArea.[h,cc]
1283 - Now the class inherits from MH instead of directly from
1284 MParContainer. Implemented SetupFill, so that the binning
1285 definitions are read from the parlist.
1286
1287 * mmontecarlo/MMcCT1CollectionAreaCalc.[h,cc]
1288 - Removed. This class was superfluous, since the same job
1289 can be done using MFillH.
1290
1291 * mmontecarlo/Makefile, MontecarloLinkDef.h
1292 - removed class MMcCT1CollectionAreaCalc.
1293
1294 * macros/CT1collarea.C
1295 - adapted to changes above.
1296
1297 * mmc/MMcRunHeader.[hxx,cxx], mmc/MMCEvt.[hxx,cxx]
1298 - added comment in class description about the definition of
1299 the azimuth angle phi in the MC classes.
1300
1301
1302 2003/04/23: Antonio Stamerra
1303
1304 * mfilter/MFEnergySlope.[h,cc]
1305 - added new filter class to select events according to a given
1306 energy slope
1307
1308 * mfilter/Makefile, mfilter/FilterLinkDef.h
1309 - modified accordingly (added MFEnergySlope)
1310
1311 * manalysis/MMcTriggerLvl2Calc.cc
1312 - removed call to the MHMcTriggerLvl2->Fill() in Process()
1313
1314 * macros/triglvl2.C
1315 - added example of the MFEnergySlope filter
1316 - added filling of histos from MHMcTriggerLvl2
1317
1318
1319 2003/04/22: Abelardo Moralejo
1320
1321 * mmontecarlo/Makefile, MontecarloLinkDef.h
1322 - added MMcEnergyEst
1323 - added necessary include directories.
1324
1325 * mmontecarlo/MMcEnergyEst.cc
1326 - added filterhadrons.SetHadronnessName(fHadronnessName) to
1327 inform the filter about the name of the hadronness container
1328 to be used in the cuts.
1329
1330 * mfilter/MFCT1SelFinal.[h,cc]
1331 - added the possibility to cut also in Dist.
1332
1333
1334
1335 2003/04/22: Thomas Bretz
1336
1337 * mhist/MHHadronness.[h,cc]:
1338 - changed to support MStatusDisplay
1339
1340 * manalysis/MApplyPadding.[h,cc]:
1341 - removed
1342
1343 * mhist/MHMcCT1CollectionArea.[h,cc],
1344 mhist/MHMcCollectionArea.[h,cc], mhist/MHMcDifRate.[h,cc],
1345 mhist/MHMcEfficiency.[h,cc], mhist/MHMcEfficiencyEnergy.[h,cc],
1346 mhist/MHMcEnergy.[h,cc], mhist/MHMcEnergyImpact.[h,cc],
1347 mhist/MHMcEnergyMigration.[h,cc], mhist/MHMcIntRate.[h,cc],
1348 mhist/MHMcRate.[h,cc], mhist/MHMcTriggerLvl2.[h,cc]:
1349 - moved to new directory mhistmc
1350
1351 * mhistmc, mhistmc/Makefile, mhistmc/HistMcLinkDef.h:
1352 - new
1353
1354 * mhist/Makefile, mhist/HistLinkDef.h:
1355 - removed MHMc*
1356
1357 * mhistmc/MHMcCollectionArea.[h,cc]:
1358 - changed to fit requirements of MStatusDisplay
1359
1360 * Makefile:
1361 - added mhistmc
1362
1363 * mmain/MStatusDisplay.cc:
1364 - SetNoContextMenu(Bool_t flag) removed default argument
1365
1366 * mmain/Makefile:
1367 - added -I../mhistmc
1368
1369 * mhist/MWeight.[h,cc]:
1370 - added
1371
1372 * mhist/HistLinkDef.h:
1373 - added MWeight
1374
1375 * mhist/MH.h:
1376 - removed some debugging stuff
1377
1378
1379
1380 2003/04/22: Abelardo Moralejo
1381
1382 * mmontecarlo/MMcEnergyMigration.[h,cc]
1383 - Removed. It was not necessary, since the same job can be done
1384 with the already existing task MFillH.
1385
1386 * mhist/MHMcEnergyMigration.h
1387 - Changed ClassDef(MHMcEnergyMigration, 0)
1388 to ClassDef(MHMcEnergyMigration, 1) to allow writing the
1389 histograms to disk.
1390
1391
1392
1393 2003/04/21: Thomas Bretz
1394
1395 * manalysis/MBlindPixels.h:
1396 - IsBlind -> const
1397
1398 * mhist/HistLinkDef.h, mhist/Makefile:
1399 - added MHBlindPixels
1400
1401 * mhist/MH.[h,cc]:
1402 - changed the two DrawClone functions to one.
1403
1404 * mhist/MHHadronness.[h,cc]:
1405 - changed to fit the requirements of MStatusDisplay
1406
1407 * mhist/MHMatrix.cc:
1408 - SetDirectory(NULL) for all histograms created
1409
1410 * mhist/MHSigmaTheta.cc:
1411 - removed fNpix (is already in MHHillas)
1412 - removed fBlindId (--> MHBlindPixels)
1413
1414 * mhist/MHBlindPixels.[h,cc]:
1415 - new
1416
1417 * macros/plot.C:
1418 - Added MStatusDisplay support
1419
1420 * macros/status.C:
1421 - added MHNewImagePar
1422 - added MHHadronness
1423
1424 * manalysis/MBlindPixelCalc.cc:
1425 - updated class reference
1426
1427 * meventdisp/MGCamDisplay.[h,cc]:
1428 - fixed
1429
1430 * meventdisp/MGEvtDisplay.cc:
1431 - changed function adding the tab
1432
1433 * mgui/MCamDisplay.cc, mhist/MHCerPhotEvt.cc:
1434 - as a preliminary solution removed inner pad
1435
1436 * mhist/MFillH.cc:
1437 - make sure canvas is updated correctly in PostProcess
1438
1439 * mhist/MH.cc:
1440 - changed DrawCopy(TH1, TH1) and Draw(TH1, TH1) to fit the new needs
1441 display the range correctly and exchanged the two stat boxes
1442
1443 * mhist/MH3.cc:
1444 - fixed a bug in the default constructor
1445 - removed DrawClone
1446 - updated Draw function
1447
1448 * mhist/MHMcIntRate.[h,cc], mhist/MHRanForest.[h,cc],
1449 mhist/MHRanForestGini.[h,cc], mhist/MHSigmaPixel.[h,cc],
1450 mhist/MHSigmaTheta.[h,cc], mhist/MHSigmabarTheta.[h,cc],
1451 mhist/MHThetabarTheta.[h,cc], mhist/MHThetabarTime.[h,cc],
1452 mhist/MHTimeDiffTheta.[h,cc], mhist/MHTimeDiffTime.[h,cc],
1453 mimage/MHNewImagePar.[h,cc]:
1454 - removed old DrawClone
1455 - updated Draw function
1456 - replaced some titles by latex titles in some classes
1457
1458 * mimage/MHNewImagePar.[h,cc], mimage/MNewImagePar.[h,cc]:
1459 - removed scaling stuff
1460
1461 * mmain/MStatusDisplay.cc:
1462 - fixed some minor bugs
1463
1464
1465
1466 2003/04/20: Thomas Bretz
1467
1468 * Makefile:
1469 - exchanged mbase and mmain
1470
1471 * Makefile.conf.general:
1472 - added MARSVER
1473
1474 * mars.cc:
1475 - use MARSVER
1476
1477 * macros/readMagic.C:
1478 - updated to work with the new MH-stuff
1479
1480 * macros/status.C:
1481 - added
1482
1483 * manalysis/MBlindPixelCalc.cc, manalysis/MCerPhotCalc.cc,
1484 manalysis/MMcPedestalCopy.ccm, manalysis/MMcPedestalNSBAdd.cc,
1485 mfileio/MReadMarsFile.cc, mimage/MHillasCalc.cc,
1486 mimage/MImgCleanStd.cc:
1487 - changed def. title
1488
1489 * manalysis/MCT1PointingCorrCalc.h:
1490 - minor change
1491
1492 * manalysis/MCerPhotEvt.[h,cc]:
1493 - don't use unused pixels for calculation of min/max
1494 - added Scale member function
1495
1496 * manalysis/MCerPhotPix.h:
1497 - added Scale inline function
1498
1499 * mbase/MEvtLoop.[h,cc], mbase/MParContainer.[h,cc],
1500 mbase/MParList.[h,cc], mbase/MTaskList.[h,cc],
1501 mfileio/MReadMarsFile.cc, mhist/MFillH.[h,cc]:
1502 - implemented use of fDisplay
1503
1504 * mbase/MParContainer.h:
1505 - Don't display name and class name if it is the same (GetDescriptor)
1506
1507 * meventdisp/MGCamDisplay.[h,cc]:
1508 - made working with new MH-stuff
1509
1510 * mfileio/Makefile:
1511 - added -I../mmain
1512
1513 * mgeom/MGeomCam.[h,cc]:
1514 - added Clone function
1515
1516 * mgeom/MGeomCamCT1.cc, mgeom/MGeomCamMagic.cc:
1517 - commented out informal output at constructor
1518
1519 * mgui/MCamDisplay.[h,cc], mhist/MHStarMap.[h,cc],
1520 mimage/MHH*.[h,cc]:
1521 - changed to be more root oriented
1522
1523 * mgui/MHexagon.cc:
1524 - small changes
1525
1526 * mgui/Makefile:
1527 - added mhist
1528
1529 * mhist/MH.[h,cc]:
1530 - changed to be more root oriented
1531 - removed border
1532 - added DrawClone
1533 - GetNewPad
1534
1535 * mhist/MH3.cc:
1536 - removed some strange debug output
1537
1538 * mhist/MHCerPhotEvt.[h,cc]:
1539 - fixed some bug
1540 - made working with fDisplay
1541
1542 * mhist/Makefile:
1543 - added mmain
1544
1545 * mmain/MProgressBar.cc:
1546 - fixed a typo
1547
1548 * mmain/MStatusDisplay.[h,cc]:
1549 - new implementation
1550
1551 * mmain/MainLinkDef.h, mmain/Makefile:
1552 - added MStatusDisplay
1553 - added MGMenu
1554
1555 * mmain/MGMenu.[h,cc]:
1556 - added
1557
1558
1559
1560 2003/04/19: Abelardo Moralejo
1561
1562 * mmontecarlo/MMcEnergyEst.[h,cc]
1563 - Added. Contains routine for optimization of parameters of
1564 energy estimator.
1565
1566 * mmontecarlo/MMcEnergyMigration.[h,cc]
1567 - Added. Task to fill the energy migration matrix histograms
1568 contained in class MHMcEnergyMigration.
1569
1570
1571
1572 2003/04/17: Wolfgang Wittek
1573
1574 * mhist/MBinning.[h,cc]
1575 - replace for (int i=1; i<fEdges.GetSize()-1; i++)
1576 by for (int i=1; i<fEdges.GetSize(); i++)
1577
1578
1579
1580 2003/04/17: Wolfgang Wittek
1581
1582 * mfileio/MCT1ReadPreProc.cc
1583 - removed : if (theta > pi/2) continue;
1584 otherwise get inconsistency between no.of read events
1585 and no.of events after filter
1586 - write into MCerPhotEvt also pixels with zero no. of photons
1587
1588 * manalysis/MSigmabar.cc
1589 - correct wrong argument in call to memset
1590
1591 * manalysis/MPadSchweizer.cc
1592 - pad also pixels with zero no.of photons
1593
1594 * mhist/MHSigmaTheta.[h,cc]
1595 - add plot of no.of used pixels in MCerPhotEvt
1596 - add plot of Id of blind pixel
1597
1598
1599
1600 2003/04/14: Wolfgang Wittek
1601
1602 * manalysis/Makefile
1603 AnalysisLinkDef.h
1604 - MNewImagePar and MNewImageParCalc removed
1605
1606
1607
1608
1609 2003/04/12: Thomas Bretz
1610
1611 * mmain/MStatusDisplay.[h,cc]:
1612 - added
1613
1614 * manalysis/MPadding.[h,cc]:
1615 - simplified includes
1616 - changed some code (discussed with Robert)
1617 - fixed comments in header
1618 - changed ClassDef to 0
1619 - changed output to Mars style
1620 - fixed the memory leak of fHSigmabarMax
1621 - replaced TRandom by gRandom
1622 - removed usage of ->operator
1623
1624 * manalysis/MApplyPadding.[h,cc]:
1625 - replaced fRnd by gRandom
1626 - used MH::SetBinning
1627 - use telescope theta instead of theta
1628 - removed usage of ->operator
1629 - removed PostProcess
1630
1631 * manalysis/MPadSchweizer.cc:
1632 - fixed outputs in PreProcess
1633
1634 * manalysis/MSigmabar.[h,cc]:
1635 - added Reset member function
1636 - usage of memset
1637 - don't skip NumPhotons==0
1638 - changes discussed with Robert
1639 - small simplifications in loops
1640 - some fixes to the output
1641
1642 * manalysis/MSigmabarCalc.[h,cc]:
1643 - fixed outputs
1644 - some small simplifications
1645 - moved test for theta<120deg to MCT1ReadPreProc
1646
1647 * mfileio/MCT1ReadPreProc.[h,cc]:
1648 - skip events with theta>90deg
1649
1650 * mhist/MHSigmaPixel.[h,cc]:
1651 - fixes to the screen output
1652 - simplified usage of MBinning
1653
1654 * mhist/MHSigmaTheta.[h,cc]:
1655 - fixes to the screen output
1656 - simplified usage of MBinning
1657 - lower cased upper case local variables
1658 - removed DrawClone from Finalize (call from macro or executable)
1659
1660 * mhist/MHSigmabarTheta.[h,cc]:
1661 - fixes to the screen output
1662
1663 * mhist/MHStarMap.cc:
1664 - added some const qualifiers
1665
1666 * mhist/MHHadronnes.cc:
1667 - removed output of function name in Finalize because this
1668 information is already available on the screen.
1669
1670 * manalysis/MCT1PointingCorrCalc.h:
1671 - changed ClassDef to 0
1672 - removed empty PostProcess
1673 - fixes to the screen output in PreProcess
1674 - changed the order of the arguments in the constructor
1675 (name, title to the end)
1676
1677 * manalysis/MMultiDimDistCalc.cc:
1678 - added two const qualifiers
1679
1680 * mtemp/MObservatory.cc:
1681 - changed Magic1 coordinates to CT1 GPS.
1682
1683
1684
1685 2003/04/12: Wolfgang Wittek
1686
1687 * manalysis/MCT1PointingCorrCalc.[h,cc]
1688 - replaces MPointingCorr.[h,cc]
1689
1690 * manalysis/AnalysisLinkDef.h
1691 Makefile
1692
1693 * mbase/MFilter.h
1694 - set ClassDef(MFilter,1)
1695
1696 * mhist/MHHadronness.[h,cc]
1697 - improve warning printout
1698
1699 * mhist/MHMatrix.[h,cc]
1700 - type of 3rd argument of member function Fill
1701 changed from 'MF' to 'MFilter'
1702
1703
1704
1705 2003/04/11: Thomas Bretz
1706
1707 * macros/readMagic.C:
1708 - replaced GetEventNum by GetNumEntry
1709
1710 * manalysis/MCT1SupercutsCalc.cc:
1711 - fixed constructor (no default for fHadronnessName)
1712 - missing fHadronness->SetReadyToSave added
1713
1714 * manalysis/MMultiDimDistCalc.cc:
1715 - missing fHadronness->SetReadyToSave added
1716
1717 * manalysis/MParameters.cc:
1718 - changed title
1719
1720 * mfilter/MFCT1SelFinal.h:
1721 - set ClassDef to 0
1722
1723 * mimage/Makefile:
1724 - fixed a typo
1725
1726 * mraw/MRawEvtData.cc:
1727 - fixed Pixel assignment (i->ipos, fPosInArray++)
1728
1729
1730
1731 2003/04/10: Thomas Bretz
1732
1733 * mbase/MContinue.[h,cc]:
1734 - changed, so that also a filter given as a pointer is added to
1735 the tasklist automatically
1736 - added SetInverted
1737 - added IsInverted
1738
1739 * mbase/MTaskList.[h,cc]:
1740 - added RemoveFromList-function
1741
1742 * merpp.cc:
1743 - fixed typo
1744
1745 * mbase/MFilter.[h,cc]:
1746 - removed unnecessary base functions for Pre//PostProcess
1747 - added SetInverted
1748 - added IsInverted
1749
1750 * mbase/MTask.cc, mfileio/MCT1ReadPreProc.cc, mfileio/MReadTree.cc,
1751 mfilter/MF.cc, mfilter/MFilterList.cc
1752 - implemented IsConditionalTrue to support inverted filters
1753
1754 * mhist/MHHadronness.cc:
1755 - removed unnecessary check
1756
1757 * meventdisp/MGFadcDisp.cc:
1758 - remove all IDs in listbox
1759 - add entries sorted
1760
1761 * manalysis/MImgCleanStd.[h,cc], manalysis/MCameraSmooth.[h,cc],
1762 manalysis/MHillas.[h,cc], manalysis/MHillasSrc.[h,cc],
1763 manalysis/MHillasSrc.[h,cc], manalysis/MHillasCalc.[h,cc],
1764 manalysis/MNewImagePar.[h,cc], manalysis/MNewImageParCalc.[h,cc],
1765 mhist/MHHillas.[h,cc], mhist/MHHillasSrc.[h,cc],
1766 mhist/MHHillasExt.[h,cc], mhist/MHNewImagePar.[h,cc]:
1767 - moved to new directory mimage
1768
1769 * mimage/Makefile, mimage/ImageLinkDef.h, mimage/ImageIncl.h:
1770 - new
1771
1772 * Makefile:
1773 - added mimage
1774
1775 * manalysis/AnalysisLinkDef.h, manalysis/Makefile
1776 mhist/HistLinkDef.h, mhist/Makefile:
1777 - removed moved files
1778
1779 * manalysis/Makefile, manalysis/AnalysisLinkDef.h,
1780 mhist/Makefile, mhist/AnalysisLinkDef.h, mmain/Makefile,
1781 mfilter/Makefile, meventdisp/Makefile, mgui/Makefile:
1782 - adapted
1783
1784
1785
1786 2003/04/09: Thomas Bretz
1787
1788 * manalysis/MCT1SupercutsCalc.[h,cc]:
1789 - moved last changes from MFCT1Supercuts to MCT1SupercutsCalc
1790
1791 * mhist/MHMcTriggerLvl2.[h,cc]:
1792 - fixed a warning
1793 - removed global variables
1794
1795
1796
1797 2003/04/09: Abelardo Moralejo
1798
1799 * manalysis/MHillasSrc.cc
1800 - changed comment about meaning of fCosDeltaAlpha
1801
1802
1803
1804 2003/04/08: Thomas Hengstebeck
1805
1806 * mhist/MHRanForest.cc, mhist/MHRanForestGini.cc
1807 - removed gStyle->SetOptStat(10), gStyle settings should be
1808 done by the user himself
1809
1810
1811
1812 2003/04/08: Abelardo Moralejo
1813
1814 * manalysis/MImgCleanStd.cc
1815 - Fixed "democratic" cleaning: now tail cut is proportional
1816 to pixel area instead of pixel radius as (erroneously) was
1817 before.
1818
1819 * NEWS
1820 - Changed comment on image cleaning.
1821
1822
1823
1824 2003/04/08: Thomas Bretz
1825
1826 * mhist/MHHadronness.cc:
1827 - no check for sump==0 and sumg==0 in loop necessary anymore
1828
1829 * Changelog, Changelog.02:
1830 - moved everything before 1/2003 to Changelog.02
1831
1832
1833
1834 2003/04/08: Wolfgang Wittek
1835
1836 * mfilter/MFCT1SelFinal.[h,cc]
1837 - add new member function SetHadronnessName()
1838
1839 * mhist/MHHadronness.[h,cc]
1840 - reset to SetOptStat(111100)
1841 - correct acceptance
1842
1843 * manalysis/MMultiDimDistCalc.[h,cc]
1844 - swap arguments in FindCreateObj
1845
1846
1847
1848 2003/04/08: Nicola Galante and Antonio Stamerra
1849
1850 * mhist/MHMcTriggerLvl2.[h,cc]
1851 - New class added (histograms for the MMcTriggerLvl2 class)
1852
1853 * mhist/Makefile
1854 - Added MHMcTrigggerLvl2 in SRCFILES
1855
1856 * manalysis/Makefile
1857 - Reintroduced MMcTriggerLvl2 and MMcTriggerLvl2Calc
1858 (they were removed!!)
1859
1860 * manalysis/MMcTriggerLvl2.h
1861 - 'const' added in inline functions Get****
1862
1863 * manalysis/MMcTriggerLvl2Calc.cc
1864 - added call to Fill method of MHMcTriggerLvl2
1865
1866 * macros/triglvl2.C
1867 - updated to have histograms with MHMcTriggerLvl2
1868
1869 * macros/dohtml.C
1870 - added triglvl2.C
1871
1872 * NEWS
1873 - new comment on L2T selection classes
1874
1875 2003/04/08: Wolfgang Wittek
1876
1877 * mfilter/Makefile
1878 FilterLinkDef.h
1879 - MFCT1Supercuts removed
1880
1881 * manalysis/MMultiDimDistCalc.h
1882 - set ClassDef(MMultiDimDistCalc,1)
1883
1884 * manalysis/MCT1SupercutsCalc.[h,cc]
1885 - new; replaces MFCT1Supercuts in mfilter
1886
1887 * manalysis/Makefile
1888 AnalysisLinkDef.h
1889
1890
1891
1892 2003/04/07: Thomas Bretz
1893
1894 * Makefile:
1895 - changed order
1896
1897 * manalysis/MMultiDimDistCalc.[h,cc]:
1898 - fixed default title
1899 - simplified code
1900 - added fHadronnessName
1901
1902 * manalysis/MRanForestCalc.[h,cc]:
1903 - added fHadronnessName
1904
1905 * mbase/MAGIC.h:
1906 - fixed a bug with rootcint
1907
1908 * meventdisp/MGFadcDisp.cc:
1909 - fixed a variable name
1910
1911 * mhist/MHHadronness.cc:
1912 - removed many old comments
1913 - simplified some code
1914 - uses argument in Fill now
1915
1916 * mmain/MMonteCarlo.cc:
1917 - some code simplification
1918 - fixed a warning
1919
1920 * macros/dohtml.C:
1921 - added testenv.C
1922
1923 * readraw.cc:
1924 - simplified
1925
1926 * mraw/MRawEvtData.cc:
1927 - fixed a bug in the draw function (the drawn pixel has not been the
1928 one with the given Id, but simply the i-th entry in the array)
1929
1930 * mfilter/MFCT1Supercuts.[h,cc]:
1931 - changed naming style of variables
1932 - changes array access
1933
1934 * mhist/MHFadcCam.[h,cc]:
1935 - added HasHi
1936 - added Exists
1937
1938 * mmain/MDataCheck.cc:
1939 - removed unimplemented buttons
1940
1941 * mdatacheck/MGDisplayAdc.[h,cc]:
1942 - tried to implement some unimplemented buttons
1943 - don't display non existing (empty) histograms in list
1944
1945
1946
1947 2003/04/04: Thomas Bretz
1948
1949 * mtools/MagicReversi.[h,cc]:
1950 - added support for Number of Players
1951 - added instructions
1952 - added support for Esc key
1953
1954 * mbase/MAGIC.h:
1955 - added version check to MAGIC.h
1956
1957
1958
1959 2003/04/04: Wolfgang Wittek
1960
1961 * mfilter/Makefile
1962 /FilterLinkDef.h
1963 - added MFCT1SelBasic, MFCT1SelStandard, MFCT1SelFinal,
1964 MFCT1Supercuts
1965
1966 * mfilter/MFCT1SelBasic.[h,cc]
1967 /MFCT1SelStandard.[h,cc]
1968 /MFCT1SelFinal.[h,cc]
1969 - new; they replace manalysis/MSelBasic.[h,cc]
1970 /MSelStandard.[h,cc]
1971 /MSelFinal.[h,cc]
1972
1973 * mfilter/MFCT1Supercuts.[h,cc]
1974 - new (supercuts from Daniel for CT1 Mkn421 2001 data)
1975
1976 * manalysis/MSelBasic.[h,cc]
1977 /MSelStandard.[h,cc]
1978 /MSelFinal.[h,cc]
1979 - deleted
1980
1981 * manalysis/Makefile
1982 AnalysisLinkDef.h
1983 - MSelBasic, MSelStandard, MSelFinal removed
1984
1985 * mfileio/MCT1ReadPreProc.[h,cc]
1986 - smeare theta only for MC events
1987
1988 // The following is not yet commited !!!!!!!!!!!!!
1989 * Mars/Makefile
1990 - in SUBDIRS put mfilter before manalysis
1991 (otherwise get link error)
1992
1993
1994
1995 2003/04/03: Abelardo Moralejo
1996
1997 * mmontecarlo/MMcTriggerRateCalc.cc:
1998 - added #include <math.h> for compilation on alpha (otherwise
1999 floor() is unkown)
2000
2001
2002
2003 2003/04/03: Thomas Bretz
2004
2005 * macros/testenv.C:
2006 - added
2007
2008 * mbase/MEvtLopp.cc, mbase/MParContainer.[h,cc],
2009 mbase/MParList.cc, mbase/MTaskList.cc:
2010 - changed the stuff for reading steering card - didn't really
2011 work like expected
2012
2013 * mhist/MHMatrix.cc, mfileio/MRead.cc, manalysis/MImgCleanStd.cc:
2014 - adapted ReadEnv
2015
2016 * mhist/MHMatrix.[h,cc]:
2017 - added ReadEnv
2018
2019 * mfileio/MCT1ReadPreProc.[h,cc]:
2020 - base SmearTheta on new FindLoEndge
2021 - simplified
2022
2023 * mhist/MBinning.h:
2024 - added FindBinLoEdge
2025 - added FindBinHiEdge
2026
2027 * mdata/MDataArray.[h,cc]:
2028 - added Clear
2029 - added Delete
2030
2031 * mbase/MEvtLoop.cc:
2032 - added output of the name
2033
2034 * mbase/MLog.[h,cc]:
2035 - don't use any pthread stuff if _REENTRANT is not defined
2036
2037 * mfileio/MRead.cc, mhist/MHMatrix.cc:
2038 - fixed waring for unreachable statement
2039
2040 * mhist/MHArray.cc:
2041 - fixed: redifinition of default argument
2042
2043
2044
2045
2046 2003/04/02: Abelardo Moralejo
2047
2048 * mmc/MMcTrigHeader.hxx
2049 - added threshold>0 check in the calculation of
2050 GetMeanThreshold
2051
2052 * mmontecarlo/MMcTriggerRateCalc.cc
2053 - The check of the MC spectral index value is now done by
2054 comparing integers instead of real numbers.
2055 - Found out with GREAT surprise that the graphical output
2056 has been completely commented out by someone(?) because it
2057 produced a memory leak. Also the function comment did not
2058 match the rules (my fault; is it correct now?) This commenting
2059 out has not been logged to this file, as far as I can see. This
2060 is rather unkind, I thought that when somebody finds some bug or
2061 messy code, he should either correct and commit it (and log the
2062 change here) and/or inform the author of the mistake to correct
2063 it. Please try to do so in the future instead of simply
2064 commenting out useful code!
2065
2066 * mdata/MDataValue.h
2067 - added default constructor (otherwise, no constant values
2068 can be used in the parameters used in the random forest
2069 separation)
2070
2071
2072
2073
2074 2003/04/02: Wolfgang Wittek
2075
2076 * mfileio/Makefile
2077 - mhist added, because MBinning is used in MCT1ReadPreproc
2078
2079 * mfileio/MCT1ReadPreProc.[h,cc]
2080 - new member function SmearTheta
2081 - store smeared Theta in MMcEvt::fTelescopeTheta
2082 store original Theta in MParameterD container "ThetaOrig"
2083 store fhourangle in MParameterD container "HourAngle"
2084
2085 * manalysis/MPointingCorr.[h,cc]
2086 - get hour angle from ParameterD container "HourAngle"
2087
2088 * manalysis/MSelBasic.[h,cc]
2089 MSelStandard.[h,cc]
2090 MSelFinal.[h,cc]
2091 - new member functions SetCuts()
2092
2093
2094
2095 2003/04/01: Abelardo Moralejo
2096
2097 * macros/CT1EnergyEst.C
2098 - added argument (maximum dist parameter), changed (reduced) output
2099 histograms, added writing to (and reading from) a file the energy
2100 estimation parameters and the histograms. Added comments.
2101
2102 * manalysis/MEnergyEstParam.[h,cc]
2103 - added member function GetCoeff. Changed comment.
2104
2105
2106
2107 2003/03/31: Thomas Bretz
2108
2109 * manalysis/MParameters.[h,cc]:
2110 - added
2111
2112 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
2113 - added MParameters, MParameterD, MParameterI
2114
2115 * mhist/MHArray.[h,cc]:
2116 - added default constructor
2117 - added Set-function
2118 - added Init function
2119 - moved code from constructors to Set and Init
2120
2121 * Makefile.conf.linux:
2122 - removed -fno-rtti to make it compatible with root 3.04.02
2123
2124 * NEWS:
2125 - changed
2126
2127 * manalysis/MImgCleanStd.[h,cc]:
2128 - added SetLvl1
2129 - added SetLvl2
2130 - added ReadEnv
2131
2132 * manalysis/MNewImagePar.[h,cc]:
2133 - removed unnecessary fHillas data member
2134 - removed unnecessary fSrcPos data member
2135 - removed unnecessary Set/GetSrcPos
2136
2137 * manalysis/MNewImageParCalc.[h,cc]:
2138 - removed unnecessary SetSrcPos
2139 - removed const-qualifier from fGeomCam, fCerPhotEvt
2140 (trouble with root 3.02/06)
2141
2142 * manalysis/MRanForest.cc:
2143 - changed cout-output
2144
2145 * manalysis/MSigmabar.cc:
2146 - changed Area to area (local variable)
2147
2148 * mbase/MEvtLoop.[h,cc]:
2149 - added evtloop name to constructor (default=Evtloop)
2150 - adapted StreamPrimitive
2151 - added ReadEnv
2152 - added WriteEnv
2153
2154 * mbase/MParContainer.[h,cc]:
2155 - removed TROOT.h
2156 - fixed const-qualifier for Copy-function for root>3.04.01
2157 - added ReadEnv
2158 - added WriteEnv
2159 - added IsEnvDefined
2160 - added GetEnvValue
2161
2162 * mbase/MParList.[h,cc], mbase/MTaskList.[h,cc]:
2163 - added ReadEnv
2164 - added WriteEnv
2165
2166 * mfileio/MCT1ReadAscii.[h,cc], mfileio/MCT1ReadPreProc.[h,cc]:
2167 - changed AddFile declaration to declaration in MRead
2168 - added return value to AddFile
2169
2170 * mfileio/MRead.[h,cc]:
2171 - added template for AddFile
2172 - added ReadEnv
2173
2174 * mgui/MHexagon.[h,cc]:
2175 - fixed const-qualifier for Copy-function for root>3.04.01
2176
2177 * mhist/MH.cc:
2178 - fixed the FindGoodLimit stuff for root> 3.04.01
2179
2180 * mhist/MHRanForest.[h,cc], mhist/MHRanForestGini.[h,cc]:
2181 - removed unnecessary casts
2182 - fixed a copilation error with root 3.04.01 (kFullDotlarge
2183 doesn't exist)
2184 - removed second Draw (one should not add something twice to
2185 the pad)
2186
2187 * mmontecarlo/MMcTriggerRateCalc.cc:
2188 - changes to the header
2189 - changes to the fLog stuff
2190 - added a cast to get rid of a warning
2191
2192 * mtools/Makefile, mtools/ToolsLinkDef.h:
2193 - added MagicReversi
2194
2195 * mtools/MagicRevers.[h,cc]:
2196 - added
2197
2198
2199
2200 2003/03/28: Thomas Bretz
2201
2202 * mbase/MParContainer.h:
2203 - added kEnableGraphicalOutput
2204 - added EnableGraphicalOutput
2205 - added IsGraphicalOutputEnabled
2206
2207 * mbase/MParList.h:
2208 - changed BIT(15) to BIT(17)
2209
2210 * mhist/MH.[h,cc]:
2211 - SetBinning(TH1*, TH1*) --> SetBinning(TH1*, const TH1*)
2212
2213 * mhist/MH3.h:
2214 - changed BIT(15) to BIT(17)
2215 - changed BIT(16) to BIT(18)
2216 - changed BIT(17) to BIT(19)
2217
2218 * mhist/MHMatrix.[h,cc]:
2219 - added DrawDefRefInfo
2220 - added CopyCrop
2221 - added GetRandomArrayI
2222 - changed DefRefMatrix to support the above
2223 - fixed a bug in DefRefMatrix (evtcount2 in the last loop
2224 instead of evtcount1)
2225 - Don't do anything in the finalization if the matrix has the correct
2226 dimensions
2227 - fixed comment of DefRefMatrix
2228 - changed number of first column from 1 to 0
2229 - changed BIT(16) to BIT(17)
2230
2231
2232
2233 2003/03/28: Wolfgang Wittek
2234
2235 * mhist/MHMatrix.cc
2236 - DefRefMatrix: if nmaxevts>fM.GetNrows() set
2237 nmaxevts = fM.GetNrows()
2238
2239 * manalysis/MSelBasic.[h,cc]
2240 - better output
2241
2242 * manalysis/MSelStandard.[h,cc]
2243 - different cut in DIST
2244
2245 * mfileio/MCT1ReadPreProc.[h,cc]
2246 - store hour angle in variable fOtherCphFraction
2247
2248 * manalysis/MHillasSrcCalc.h
2249 - replace in 'SetInput' fHillasName = hilname;
2250 by fHillasInput = hilname;
2251
2252 * manalysis/MNewImagePar.[h,cc]
2253 /MNewImageParCalc.[h,cc]
2254 - new; calculates new image parameters
2255
2256 * mhist/MHNewImagePar.[h,cc]
2257 - new; plots new image parameters
2258
2259 * manalysis/AnalysisLinkDef.h
2260 manalysis/Makefile
2261
2262 * mhist/HistLinkDef.h
2263 mhist/Makefile
2264
2265
2266
2267 2003/03/27: Thomas Hengstebeck
2268
2269 * manalysis/MRanForest.[h,cc]
2270 - allocation of TObjArray fForest moved to constructor.
2271 - use of gRandom
2272
2273 * manalysis/MRanTree.[h,cc]
2274 - use of gRandom
2275
2276 * macros/RanForest.C
2277 - gRandom initialized as TRandom3 object.
2278
2279
2280
2281 2003/03/25: Abelardo Moralejo
2282
2283 * macros/mergecamera.C
2284 - added warning to prevent dangerous misuse of this macro.
2285
2286
2287
2288 2003/03/25: Wolfgang Wittek
2289
2290 * mhist/MHStarMap.[h,cc]
2291 - use constant step size along the main axis of the ellipse
2292
2293 * manalysis/MPointingCorr.[h,cc]
2294 - new class for calculating the pointing correction
2295
2296 * mmc/MMcEvt.hxx
2297 - add GetOtherCphFraction()
2298
2299 * manalysis/Makefile
2300
2301 * manalysis/AnalysisLinkDef.h
2302
2303
2304
2305 2003/03/24: Abelardo Moralejo
2306
2307 * manalysis/MEnergyEstParam.cc
2308 - now energy estimation (for CT1) is done using the same model
2309 as in D.Krannich's thesis.
2310
2311
2312
2313 2003/03/24: Thomas Bretz
2314
2315 * manalysis/MHillasSrcCalc.[h,cc]:
2316 - removed last argument in constructor, replaced by SetInput
2317
2318 * mfilter/MFEventSelector.[h,cc]:
2319 - removed unnecessary last argument
2320
2321
2322
2323 2003/03/21: Thomas Hengstebeck
2324
2325 * manalysis/MRanTree.[h,cc]
2326 - new; parameter container to store a single random tree
2327
2328 * manalysis/MRanForest.[h,cc]
2329 - new; parameter container to store complete forest
2330
2331 * manalysis/MRanForestGrow.[h,cc]
2332 - new; task to grow trees (training)
2333
2334 * manalysis/MRanForestCalc.[h,cc]
2335 - new; task to calculate hadronness using random forest
2336
2337 * manalysis/MRanForestFill.[h,cc]
2338 - new; task to read in the trees of the random forest
2339
2340 * manalysis/Makefile, manalysis/HistLinkDef.h:
2341 - added MRanTree, MRanForest, MRanForestGrow, MRanForestCalc,
2342 MRanForestFill
2343
2344 * mhist/MHRanForest.[h,cc]
2345 - new; histogram showing variance of estimated hadronness as
2346 function of no. of combined trees
2347
2348 * mhist/MHRanForestGini.[h,cc]
2349 - new; histogram showing mean decrease in Gini-index as function
2350 of RF-input-parameters
2351
2352 * mhist/Makefile, mhist/HistLinkDef.h:
2353 - added MHRanForest, MHRanForestHillas
2354
2355 * macros/RanForest.C
2356 - new; g/h-separation by Random Forest-method
2357
2358 * macros/RanForest2.C
2359 - new; reading in saved random forest (using MRanForestFill)
2360
2361
2362
2363 2003/03/21: Abelardo Moralejo
2364
2365 * mhist/MHMatrix.[h,cc]:
2366 - Added third argument (a filter) to the second instantiation
2367 of the Fill procedure.
2368
2369 * macros/CT1EnergyEst.C:
2370 - Example of the parameter calculation and use of the energy
2371 estimation method for CT1.
2372
2373
2374
2375 2003/03/21: Thomas Bretz
2376
2377 * manalysis/MEnergyEstParam.[h,cc]
2378 - Added StopMapping and Print functions.
2379
2380 * manalysis/MSel*.h:
2381 - set default for HilName to MHillas
2382 - set default for HilNameSrc to MHillasSrc
2383
2384 * mfileio/MCT1ReadPreProc.[h,cc]:
2385 - do not flood the output with all events from the first run
2386 - output meaningfull text instead of variable names
2387 - removed a 'goto'!
2388 - changed savePedRMS according to the coding conventions to
2389 fPedRMS and the array of fixed size to a TArrayF
2390
2391 * mbase/MEvtLoop.cc:
2392 - added a events counter which counts the real number of
2393 processed events.
2394
2395 * mdata/MDataChain.[h,cc]:
2396 - implemented random numbers
2397 - implemented a conversion from degrees to radians and vice versa
2398
2399
2400
2401 2003/03/20: Thomas Bretz
2402
2403 * mfilter/MF.[h,cc]:
2404 - changed fFilter (already used in base class MTask) to fF
2405
2406
2407
2408 2003/03/19: Abelardo Moralejo
2409
2410 * macros/CT1collarea.C:
2411 - Added filter to cut in hadronness (now available in new version
2412 of root CT1 Monte Carlo file from Wolfgang).
2413
2414
2415
2416 2003/03/19: Robert Wagner
2417
2418 * mhist/MH3.cc:
2419 - changed MH3::New() such that constructor according to Thomas'
2420 previous changes is supported
2421
2422
2423
2424 2003/03/19: Thomas Bretz
2425
2426 * mhist/MH3.[h,cc]:
2427 - changed default constructor to support different dimensions
2428
2429 * mhist/MHArray.[h,cc]:
2430 - added AddHistogram
2431
2432 * meventdisp/MGEvtDisplay.cc, mfileio/MReadTree.[h,cc],
2433 meventdisp/MReadMarsFile.cc:
2434 - changed MReadTree::GetEventNum to MReadTree::GetNumEntry
2435
2436 * macros/estfit.C:
2437 - adopted to new MChisqEval
2438
2439 * mtools/MChisqEval.[h,cc]:
2440 - added
2441
2442 * mtools/Makefile, mtools/ToolsLinkDef.h:
2443 - added MChisqEval
2444
2445 * manalysis/MEnergyEstParam.[h,cc]:
2446 - slight changes
2447
2448 * mfileio/MCT1ReadPreProc.cc:
2449 - changed name to MRead
2450
2451
2452
2453 2003/03/18: Thomas Bretz
2454
2455 * mfileio/MReadTree.cc:
2456 - fixed a bug in the AddFile function
2457
2458 * mhist/MHMatrix.[h,cc]:
2459 - implemented a request of Th. Hengstebeck: Let DefRefMatrix
2460 return the 'unused' events
2461
2462
2463
2464 2003/03/18: Abelardo Moralejo
2465
2466 * mhist/MHMcCT1CollectionArea.[h,cc]
2467 - Added arguments in constructor: number of bins and ranges of the
2468 x-axis (energy) of the 2-d histograms. Changed type of binning:
2469 now the x-axis is log10(energy) and bins have equal width.
2470
2471 * macros/CT1collarea.C
2472 - The MHMcCT1CollectionArea object is now created and added to the
2473 parlist so that we can choose the binning. Changed the way
2474 histograms are written to the output file.
2475
2476
2477
2478 2003/03/13: Abelardo moralejo
2479
2480 * mhist/MHMcCT1CollectionArea.[h,cc]
2481 - Added for calculations of collection area for CT1.Contains three
2482 2-d histograms with axis energy vs theta angle: one histogram for
2483 all events, one for analyzed events, one for the collection area.
2484
2485 * mmontecarlo/MMcCT1CollectionAreaCalc.[h,cc]
2486 - Added for the same reason.
2487
2488 * macros/CT1collarea.C
2489 - Uses the above classes
2490
2491
2492
2493 2003/03/12: Abelardo Moralejo
2494
2495 * macros/mergecamera.C
2496 - Added. Merges several MC camera output files into a single file.
2497
2498
2499
2500 2003/03/08: Wolfgang Wittek
2501
2502 * macros/AnalyseCT1.C
2503 - for the CT1 data analysis
2504
2505 * mhist/MHMatrix.[h,cc]
2506 - let refcolumn start at 1 (not at 0)
2507
2508 * mhist/MHSigmaTheta.[h,cc]
2509 - Draw replaced by DrawCopy
2510 - add SetDirectory(NULL)
2511
2512 * manalysis/MSelBasic.[h,cc]
2513 MSelStandard.[h,cc]
2514 MSelFinal.[h,cc]
2515 - more detailed output for errors
2516 - bugs removed
2517
2518 * manalysis/MPadSchweizer.[h,cc]
2519 - add SetDirectory(NULL)
2520 - add fErrors
2521
2522 * mfilter/MFEventSelector.[h,cc]
2523 - add fErrors
2524
2525 * manalysis/MMultiDimDistCalc.[h,cc]
2526 - check division by zero
2527
2528 * mhist/MHHadronness.[h,cc]
2529 - check division by zero
2530 - normalize distributions of hadronness
2531
2532 * mfileio/MCT1ReadPreProc.[h,cc]
2533 - add event number (event.isecs_since_midday)
2534 - change definition of "fIsMcFile",
2535 because outpars.bmontecarlo is set wrongly sometimes
2536 - copy pedestalRMS for each event from the header information
2537 - check for the presence of a footer record even after reading
2538 a run header
2539
2540 * mmc/MMcEvt.[hxx,cxx]:
2541 - add GetEvtNumber()
2542
2543
2544
2545 2003/02/27: Abelardo Moralejo
2546
2547 * mmontecarlo/MMcTriggerRateCalc.cc:
2548 - Fixed: MMCTrigHeader could not be found in the case of camera
2549 files containing single trigger condition.
2550
2551 * macros/trigrate.C
2552 - no plot is made in the case of single trigger condition.
2553
2554 * mhist/MHMcRate.[h,cc]
2555 - Added member fTriggerCondNum to keep track of what trigger
2556 condition corresponds to each MHMcRate object, for the case of
2557 files with more than one condition (when running camera in
2558 trigger_loop mode). Added also Set and Get procedures for nre
2559 member.
2560
2561 * mmain/MMonteCarlo.cc
2562 - Fixed bug: matrix BgR was created with dimension "dim", a number
2563 which can be negative. Put "num" instead of "dim".
2564
2565
2566
2567 2003/02/25: Thomas Bretz
2568
2569 * mbase/MParContainer.cc:
2570 - small simplification for Cosy
2571
2572 * mbase/MLog.cc:
2573 - allow a maximum of 1000 lines in the gui
2574
2575
2576
2577 2003/02/25: Abelardo Moralejo
2578
2579 * mmontecarlo/MMcTriggerRateCalc.[h,cc]
2580 - Added axis labels in graphic output
2581 - Added Get function for rate histograms
2582
2583 * macros/trigrate.C
2584 - Added output file with rate histograms
2585
2586
2587
2588 2003/02/24: Abelardo Moralejo
2589
2590 * mmontecarlo/MMcTriggerRateCalc.[h,cc]
2591 - Fixed mistake when analysing camera files containing all
2592 events (including non-triggers): fShowers was always zero.
2593 - Added reading of MMcTrigHeaders in ReInit
2594 - Added procedure Draw for graphics output: rate versus
2595 discriminator threshold (useful for camera files with several
2596 trigger conditions).
2597
2598 * macros/trigrate.C
2599 - Added some explanations. Style improvements in function
2600 GetNSBEvents. Added call to MMcTriggerRateCalc::Draw
2601
2602 * mhist/MHMcRate.[h,cc]
2603 - Added GetTriggerRate() and GetTriggerRateError()
2604 - Added members fMultiplicity and fMeanThreshold, with their
2605 corresponding Set and Get functions
2606 - Added info on discriminator threshold and L1 trigger
2607 multiplicity on the printout.
2608
2609 * mmc/MMcTrigHeader.hxx
2610 - Added GetMultiplicity() and GetMeanThreshold()
2611
2612
2613 2003/02/22: Wolfgang Wittek
2614
2615 * mhist/Makefile
2616 - MHSigmaTheta added
2617
2618 * mhist/HistLinkDef.h
2619 - MHSigmaTheta added
2620
2621 * mhist/MHSigmaTheta.[h,cc]
2622 - type inconsistency removed
2623
2624
2625
2626 2003/02/21: Abelardo Moralejo
2627
2628 * mmontecarlo/MMcTriggerRateCalc.[h,cc]
2629 - adapted to new camera files, added warnings.
2630 - added ReInit procedure to read relevant info from from the
2631 run headers
2632
2633 * mhist/MHMcRate.[h,cc]
2634 - adapted accordingly. Added Set functions for several members.
2635
2636 * mmc/MMcCorsikaRunHeader.h
2637 - added Get functions for fELowLim, fEUppLim and fSlopeSpec.
2638
2639 * mmain/MMontecarlo.cc, macros/trigrate.C
2640 - adapted to changes above, changed MReadTree to MReadMarsFile to
2641 be able to read the run headers.
2642
2643
2644
2645 2003/02/21: Antonio Stamerra
2646
2647 * manalysis/MMcTriggerLvl2.[cc|h]
2648 - new data member fCompactNN needed to define a compact pixels
2649 - new inline functions SetCompactNN and GetCompactNN
2650 - Method Calc(int neighpix) -> Calc(). The value of neighpix
2651 is read from fCompactNN
2652
2653 * manalysis/MMcTriggerLvl2Calc.[cc|h]
2654 - Check on fCompactNN added in the PreProcess
2655
2656 * macros/triglvl2.C
2657 - Set of fCompactNN added
2658
2659
2660
2661 2003/02/21: Wolfgang Wittek
2662
2663 * manalysis/MSelFinal.[h,cc]
2664 - 'const' removed from pointers
2665
2666 * macros/AnalyseCT1.C
2667 - macro for the CT1 analysis (work in progress)
2668
2669
2670
2671 2003/02/20: Wolfgang Wittek
2672
2673 * manalysis/Makefile
2674 - add MSelFinal
2675
2676 * manalysis/AnalysisLinkDef.h
2677 - add MSelFinal
2678
2679 * manalysis/MPadSchweizer.[h,cc]
2680 - slight modification of padding procedure
2681
2682 * manalysis/MSigmabarCalc.[h,cc]
2683 - 'const' removed from pointers
2684
2685 * mhist/MHMatrix.[h,cc]
2686
2687 * mhist/MHSigmaTheta.[h,cc]
2688
2689
2690
2691 2003/02/20: Abelardo Moralejo
2692
2693 * mhist/MH.cc
2694 - Removed call to TGaxis::Optimize for compilation under root
2695 versions > 3.03, since in them this procedure is no longer
2696 existing. I did this to allow compilation under root_3.04,
2697 since earlier versions has a bug which prevents from
2698 plotting in the simple way some variables in a tree
2699 (example: fConc and others in the output of star.C). This
2700 is a temporal fix, I guess something will have to
2701 substitute the call to Optimize...
2702
2703
2704
2705 2003/02/20: Antonio Stamerra
2706
2707 * manalysis/MMcTriggerLvl2.[cc|h]
2708 - new; replaces MTrigLvl2.[cc|h]
2709 - new data members: fLutPseudoSize, fPseudoSize.
2710 - functions renamed:
2711 GetLutPseudoSize -> CalcBiggerLutPseudoSize
2712 GetBiggerFiredCell -> CalcBiggerFiredCell
2713 - new inline functions: GetLutPseudoSize(), GetPseudoSize().
2714 - new member functions:
2715 Calc(); CalcPseudoSize (not yet implemented)
2716 - Redefined Print() function as a TObject.
2717 - pixels_in_cell and pixels_in_lut redefined as static data
2718 members
2719
2720 * manalysis/MMcTriggerLvl2Calc.[cc|h]
2721 - new; replaces MTrigLvl2FillTask.[cc|h]
2722 - creation and filling of histograms commented
2723 - Process() calls the MMcTriggerLvl2::Calc()
2724
2725 * mfilter/MFTriggerLvl2.[h|cc]
2726 - new class to select events using MMcTriggerLvl2 data members.
2727
2728 * macros/triglvl2.C
2729 - added example to use the MFTriggerLvl2 filter.
2730
2731
2732
2733 2003/02/19: Wolfgang Wittek
2734
2735 * manalysis/MSelBasic.[h,cc]
2736 - new; evaluates the Basic Cuts (after the calibration)
2737
2738 * manalysis/MSelStandard.[h,cc]
2739 - new; evaluates the Standard Cuts
2740 (after the calculation of the image parameters and before the
2741 calculation of the hadronness)
2742
2743 * manalysis/MHillasCalc.[h,cc]
2744 - replace
2745 fHillas = (MHillas*)pList->FindCreateObj(fHilName);
2746 by
2747 fHillas = (MHillas*)pList->FindCreateObj("MHillas",
2748 fHilName);
2749 in order to allow MHillas containers with a name
2750 different from "MHillas"
2751
2752 * mhist/MHHillasExt.[h,cc]
2753 - replace
2754 TObject *obj = plist->FindObject("MHillas");
2755 by
2756 TObject *obj = plist->FindObject(fHilName, "MHillas");
2757 in order to allow MHillas containers with a name
2758 different from "MHillas"
2759 - add a 3rd argument in the constructor : fHilName
2760
2761 * manalysis/MHillasSrcCalc.[h,cc]
2762 - add new argument for constructor:
2763 the name of the MHillas input container
2764 in order to allow MHillas input containers with a name
2765 different from "MHillas"
2766
2767 * mhist/MHMatrix.[h,cc]
2768 - add member function DefRefMatrix();
2769 it defines the reference sample for the g/h separation;
2770 the selection of events for the reference sample can be made
2771 such that the distribution of a certain variable (for example
2772 Theta) agrees with a target distribution.
2773
2774 * mfilter/MFEventSelector.[h,cc]
2775 - add new argument for constructor:
2776 the name of the read object
2777 in order to allow also read objects which have a name
2778 different from
2779 "MRead"
2780
2781
2782
2783 2003/02/18: Thomas Bretz
2784
2785 * mfileio/MReadTree.cc:
2786 - added a fix for a bug in the workaround using wildcards
2787
2788
2789
2790 2003/02/14: Thomas Bretz
2791
2792 * mtemp/MObservatory.[h,cc]:
2793 - added
2794
2795
2796
2797 2003/02/10: Abelardo Moralejo
2798
2799 * Makefile.conf.osf1
2800 - Added -lpthread to compilation flags (otherwise linking fails
2801 in alfa)
2802
2803 * manalysis/Makefile, AnalysisLinkDef.h
2804 - Changed MApplyPadding for MPadding
2805
2806
2807
2808 2003/02/07: Wolfgang Wittek
2809
2810 * mhist/MHSigmaTheta.[h,cc]
2811 - new; 2D distribution : Theta, Sigmabar
2812 3D distribution : Theta, pixel number, Sigma
2813 3D distribution : Theta, pixel number, Sigma^2-Sigmabar^2
2814 these histograms may be used for the padding
2815
2816 * manalysis/MPadding.[h,cc]
2817 - new; replaces MApplyPadding.[h,cc]
2818 some errors removed
2819
2820 * manalysis/MSigmabar.[h,cc]
2821 - new definition of Sigmabar (only relevant for MAGIC)
2822 - add in member function 'Calc' a 3rd argument : 'const
2823 MCerPhotEvt &evt'
2824 - calculate sigmabar for 'MCerPhotEvt' pixels
2825 - in member function 'Calc' return Float_t fSigmabar instead of
2826 Bool_t
2827 - copies of objects replaced by references
2828
2829 * manalysis/MSigmabarCalc.[h,cc]
2830 - fSig->Calc(*fCam, *fPed) replaced by
2831 fSig->Calc(*fCam, *fPed, *fEvt)
2832 - change type of result of fSig->Calc from Bool_t to Float_t
2833
2834 * mfileio/MCT1ReadPreProc.cc
2835 - add in member function PreProcess() the initialization of the
2836 total number of pixels :
2837 fPedest->InitSize(iMAXNUMPIX);
2838 - remove statements that cannot be reached ('break' after
2839 'return')
2840
2841 * manalysis/MPadSchweizer.[h,cc]
2842 - alternative to MPadding
2843 - does the padding ala Thomas Schweizer
2844
2845
2846
2847 2003/02/06: Thomas Bretz
2848
2849 * mgeom/MGeomCam.[h,cc]:
2850 - fixed a warning (GetPixRatio(int) --> GetPixRatio(Uint)
2851
2852
2853
2854 2003/02/07: Antonio Stamerra
2855
2856 * manalysis/MTrigLvl2.[cc|h]
2857 - added new function
2858 MTrigLvl2::GetLutCompactPixel(int cell, int lut, int
2859 neighpix=2) which calculates the number of compact pixel
2860 in one lut
2861 - added new function GetLutPseudoSize(int neighpix=2) which
2862 calculates the lut-pseudosize
2863 - added static data member pixel_in_lut
2864 - merging of the PrintCell and PrintStatus functions in a single
2865 Print(int cell) function
2866 - Added comments using the standard layout
2867 - some small changes following Thomas comments (memset, *fLog)
2868
2869
2870
2871 2003/02/06: Thomas Bretz
2872
2873 * mbase/MLog.[h,cc]:
2874 - serialized the GUI output (problems with mutithreded prgs,
2875 eg Cosy)
2876
2877 * mtemp/MObservatoryLocation.[h,cc], mtemp/MVPObject.[h,cc],
2878 mtemp/MVPPlotter.[h,cc]:
2879 - added changes discussed in Wuerzburg
2880
2881 * mfileio/MCT1ReadPreProc.cc:
2882 - some simplifications
2883
2884
2885
2886 2003/01/31: Antonio Stamerra & Marcos Lopez
2887
2888 * mgui/MCamDisplay.[cc|h]
2889 - Added a new function MCamDisplay::SetPix(const Int_t pixnum,
2890 const Int_t color, Float_t min, Float_t max) which just set the
2891 color of a given pixel
2892
2893 * created two new classes for simulating the second level trigger
2894 in the directory manalysis:
2895 - MTrigLvl2.[cc|h] // Implement the Lvl2 topology and
2896 // selection strategies
2897 - MTrigLvl2FillTask.[cc|h] // For a given MMc event, fill the
2898 // MTrigLvl2 with the Lvl1 trigger
2899 // information
2900
2901 * manalysis/Makefile
2902 - Added -I../mgui
2903
2904 * Added macro macros/triglvl2.C which uses the above classes.
2905
2906
2907
2908 2003/01/27: Robert Wagner
2909
2910 * mfileio/MCT1ReadPreProc.[cc|h]
2911 - Added call of MTaskList::ReInit after processing of new
2912 run header
2913 - Filling of MC container complies to Oscar's changes of
2914 MMcEvt.[hxx,cxx] dated 2003/01/20
2915 - Added filling of run number in MRawRunHeader object while
2916 processing a new run header
2917
2918
2919
2920 2003/01/23: Robert Wagner
2921
2922 * manalyis/MSigmabarCalc.cc
2923 - MSigmabarCalc::Process()
2924 Replaced fMcEvt->GetTheta() by fMcEvt->GetTelescopeTheta()
2925
2926
2927
2928 2003/01/20: Oscar Blanch
2929
2930 * mmc/MMcEvt.[hxx,cxx]
2931 - Data members: fElecCphFraction, fMuonCphFraction,
2932 fOtherCphFraction have been introduced.
2933 - Class version updated to 3.
2934
2935 * mmc/MMcCorsikaRunHeader.[h.cc]
2936 - Data members: fWobbleMode and fAtmosphericModel introduced.
2937 - Class version updated to 2.
2938
2939
2940
2941 2003/01/19: Thomas Bretz
2942
2943 * manalysis/MCerPhotCalc.[h,cc]:
2944 - slight changes, mainly to the layout
2945
2946 * manalysis/MCerPhotEvt.[h,cc]:
2947 - some small changes to make the code a bit faster
2948
2949 * manalysis/MCerPhotPix.[h,cc]:
2950 - added AddNumPhotons
2951
2952 * mbase/MContinue.[h,cc]:
2953 - changed comments
2954 - enhanced functionality and fixed some small bugs
2955
2956 * mbase/Makefile:
2957 - added mfilter to paths (to be fixed)
2958
2959 * mfileio/MCT1ReadPreProc.cc:
2960 - Init fNumEvents = 0
2961
2962 * mgeom/MGeomCam.cc:
2963 - return 0 Ratio if the pixel number exceeds the number of pixels
2964
2965 * mgui/MCamDisplay.[h,cc]:
2966 - added sanity check for the maximum number of pixels
2967 - added functions to set the three different palettes
2968 - removed the buttons
2969 - fixed the context menu display
2970
2971 * mhist/HistLinkDef.h, mhist/Makefile:
2972 - added MHCerPhotEvt
2973
2974 * mhist/MHCerPhotEvt.[h,cc]:
2975 - added
2976
2977 * mhist/MFillH.cc:
2978 - changed the initialization of fParContainer from pList to NULL
2979
2980 * mhist/MHHillasExt.cc:
2981 - fixed a smallo bug when filling the histograms (crached when scaling
2982 under some circumstances)
2983
2984 * mhist/MHStarMap.cc:
2985 - added a warning output
2986
2987 * mmontecarlo/MMcCollectionAreaCalc.cc:
2988 - added a check for impact=NaN (some MC Files have this)
2989
2990
2991
2992 2003/01/17: Robert Wagner
2993
2994 * manalysis/MApplyPadding.cc
2995 - bugfix: Effective number of used pixels taken from
2996 MCerPhotEvt container, not from MPedestalCam
2997
2998
2999
3000 2003/01/16: Wolfgang Wittek
3001
3002 * mhist/MHMatrix.[h,cc]
3003 - member function MHMatrix::Read added
3004 the function calls TObject::Read(name) and SetName(name)
3005
3006
3007
3008 2003/01/15: Wolfgang Wittek
3009
3010 * mdata/MDataMember.cc
3011 - in MDataMember::PreProcess()
3012 "if (fCall)" replaced by "if (fCall && !fObject)"
3013 The additional condition "&& !fObject" is to make sure that read
3014 MDataMembers works correctly.
3015
3016
3017
3018 2003/01/08: Oscar Blanch Bigas
3019
3020 * mgeom/MGeomMirror.[h,cc]
3021 - Varible members to store mirror reflectivities have been
3022 introduced: fReflectivity and fWavelength.
3023 - Member function to set reflectivity added: SetReflectivity
3024 - Member function to set TArrayF size: SetArraySize
3025 - Class version number changed to 2.
Note: See TracBrowser for help on using the repository browser.