|
||||
File indexing completed on 2025-01-30 10:22:50
0001 #ifndef correlationscatters__HH 0002 #define correlationscatters__HH 0003 #include "tmvaglob.h" 0004 namespace TMVA{ 0005 0006 // this macro plots the correlations (as scatter plots); of 0007 // the various input variable combinations used in TMVA (e.g. running 0008 // TMVAnalysis.C). Signal and Background are plotted separately 0009 0010 // input: - Input file (result from TMVA), 0011 // - normal/decorrelated/PCA 0012 // - use of TMVA plotting TStyle 0013 void correlationscatters(TString dataset, TString fin , TString var= "var3", 0014 TString dirName_ = "InputVariables_Id", TString title = "TMVA Input Variable", 0015 Bool_t isRegression = kFALSE, 0016 Bool_t useTMVAStyle = kTRUE ); 0017 } 0018 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |