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