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