|
||||
File indexing completed on 2025-01-18 10:11:01
0001 #ifndef mvas__HH 0002 #define mvas__HH 0003 #include "TLegend.h" 0004 #include "TText.h" 0005 #include "TH2.h" 0006 0007 #include "TMVA/tmvaglob.h" 0008 #include "TMVA/Types.h" 0009 namespace TMVA{ 0010 0011 // this macro plots the resulting MVA distributions (Signal and 0012 // Background overlayed); of different MVA methods run in TMVA 0013 // (e.g. running TMVAnalysis.C). 0014 0015 0016 // input: - Input file (result from TMVA); 0017 // - use of TMVA plotting TStyle 0018 void mvas(TString dataset, TString fin = "TMVA.root", HistType htype = kMVAType, Bool_t useTMVAStyle = kTRUE ); 0019 } 0020 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |