source: trunk/MagicSoft/Mars/Changelog@ 2141

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