# | Line 6 | Line 6 | |
---|---|---|
6 | // input: - Input file (result from TMVA), | |
7 | // - normal/decorrelated/PCA | |
8 | // - use of TMVA plotting TStyle | |
9 | < | void variables( TString fin = "TMVA.root", TMVAGlob::TypeOfPlot type = TMVAGlob::kNormal, bool useTMVAStyle=kTRUE ) |
9 | > | void variables( TString fin = "TMVA.root", TMVAGlob::TypeOfPlot type = TMVAGlob::kNormal, bool useTMVAStyle=kFALSE ) |
10 | { | |
11 | ||
12 | const TString directories[3] = { "InputVariables_NoTransform", |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |