source: trunk/MagicSoft/Mars/Changelog@ 2142

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