#include <iostream>#include <iomanip>#include "tmvaglob.C"#include "RQ_OBJECT.h"#include "TH1.h"#include "TROOT.h"#include "TList.h"#include "TIterator.h"#include "TStyle.h"#include "TPad.h"#include "TCanvas.h"#include "TLatex.h"#include "TLegend.h"#include "TLine.h"#include "TH2.h"#include "TFormula.h"#include "TFile.h"#include "TApplication.h"#include "TKey.h"#include "TClass.h"#include "TGaxis.h"#include "TGWindow.h"#include "TGButton.h"#include "TGLabel.h"#include "TGNumberEntry.h"Go to the source code of this file.
Classes | |
| class | MethodInfo |
| class | StatDialogMVAEffs |
Enumerations | |
| enum | PlotType |
Functions | |
| void | mvaeffs (TString fin="TMVA.root", Bool_t useTMVAStyle=kTRUE, TString formula="S/sqrt(S+B)") |
| void mvaeffs | ( | TString | fin = "TMVA.root", |
|
| Bool_t | useTMVAStyle = kTRUE, |
|||
| TString | formula = "S/sqrt(S+B)" | |||
| ) |
Definition at line 555 of file mvaeffs.C.
References StatDialogMVAEffs::DrawHistograms(), gClient, TGClient::GetRoot(), TMVAGlob::Initialize(), TMVAGlob::OpenFile(), StatDialogMVAEffs::RaiseDialog(), StatDialogMVAEffs::ReadHistograms(), StatDialogMVAEffs::SetFormula(), and StatDialogMVAEffs::UpdateSignificanceHists().
1.5.1