|
||||
File indexing completed on 2025-01-18 10:10:57
0001 #ifndef BDTControlPlots__HH 0002 #define BDTControlPlots__HH 0003 0004 #include "TString.h" 0005 #include "tmvaglob.h" 0006 0007 namespace TMVA{ 0008 0009 // input: - Input file (result from TMVA), 0010 // - use of TMVA plotting TStyle 0011 void bdtcontrolplots(TString dataset,TDirectory *); 0012 0013 void BDTControlPlots(TString dataset, TString fin = "TMVA.root", Bool_t useTMVAStyle = kTRUE ); 0014 void bdtcontrolplots(TString dataset, TDirectory *bdtdir ); 0015 0016 } 0017 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |