Enumerations | |
enum | TypeOfPlot { kId = 0, kNorm, kDecorrelated, kPCA, kGaussDecorr, kNumOfMethods } |
Functions | |
void | SetSignalAndBackgroundStyle (TH1 *sig, TH1 *bkg, TH1 *all=0) |
void | SetFrameStyle (TH1 *frame, Float_t scale=1.0) |
void | SetTMVAStyle () |
void | DestroyCanvases () |
void | Initialize (Bool_t useTMVAStyle=kTRUE) |
TFile * | OpenFile (const TString &fin) |
void | imgconv (TCanvas *c, const TString &fname) |
TImage * | findImage (const char *imageName) |
void | plot_logo (Float_t v_scale=1.0, Float_t skew=1.0) |
void | NormalizeHist (TH1 *h) |
void | NormalizeHists (TH1 *sig, TH1 *bkg=0) |
void | GetMethodName (TString &name, TKey *mkey) |
void | GetMethodTitle (TString &name, TKey *ikey) |
void | GetMethodName (TString &name, TDirectory *mdir) |
void | GetMethodTitle (TString &name, TDirectory *idir) |
TKey * | NextKey (TIter &keyIter, TString className) |
UInt_t | GetListOfKeys (TList &keys, TString inherits, TDirectory *dir=0) |
Int_t | GetNumberOfTargets (TDirectory *dir) |
Int_t | GetNumberOfInputVariables (TDirectory *dir) |
TKey * | FindMethod (TString name, TDirectory *dir=0) |
Bool_t | ExistMethodName (TString name, TDirectory *dir=0) |
UInt_t | GetListOfMethods (TList &methods, TDirectory *dir=0) |
UInt_t | GetListOfJobs (TFile *file, TList &jobdirs) |
UInt_t | GetListOfTitles (TDirectory *rfdir, TList &titles) |
UInt_t | GetListOfTitles (TString &methodName, TList &titles, TDirectory *dir=0) |
TDirectory * | GetInputVariablesDir (TMVAGlob::TypeOfPlot type, TDirectory *dir=0) |
TDirectory * | GetCorrelationPlotsDir (TMVAGlob::TypeOfPlot type, TDirectory *dir=0) |
Variables | |
static Bool_t | UsePaperStyle = 0 |
static Int_t | c_Canvas = TColor::GetColor( "#e9e6da" ) |
static Int_t | c_FrameFill = TColor::GetColor( "#fffffd" ) |
static Int_t | c_TitleBox = TColor::GetColor( "#dae1e6" ) |
static Int_t | c_SignalLine = TColor::GetColor( "#0000ee" ) |
static Int_t | c_SignalFill = TColor::GetColor( "#7d99d1" ) |
static Int_t | c_BackgroundLine = TColor::GetColor( "#ff0000" ) |
static Int_t | c_BackgroundFill = TColor::GetColor( "#ff0000" ) |
static Int_t | c_NovelBlue = TColor::GetColor( "#2244a5" ) |
enum TMVAGlob::TypeOfPlot |
Enumerator | |
---|---|
kId | |
kNorm | |
kDecorrelated | |
kPCA | |
kGaussDecorr | |
kNumOfMethods |
Definition at line 31 of file tmvaglob.C.
void TMVAGlob::DestroyCanvases | ( | ) |
Definition at line 174 of file tmvaglob.C.
References PandAna.Demos.demo0::loc, and msf_helper::o.
Referenced by TMVA::TMVAGlob::Initialize().
Bool_t TMVAGlob::ExistMethodName | ( | TString | name, |
TDirectory * | dir = 0 |
||
) |
TImage* TMVAGlob::findImage | ( | const char * | imageName | ) |
Definition at line 253 of file tmvaglob.C.
References HTMLTools::img(), and path.
Referenced by TMVA::TMVAGlob::plot_logo().
TKey* TMVAGlob::FindMethod | ( | TString | name, |
TDirectory * | dir = 0 |
||
) |
TDirectory* TMVAGlob::GetCorrelationPlotsDir | ( | TMVAGlob::TypeOfPlot | type, |
TDirectory * | dir = 0 |
||
) |
Definition at line 648 of file tmvaglob.C.
References om::cout, dir, allTimeWatchdog::endl, and GetInputVariablesDir().
TDirectory* TMVAGlob::GetInputVariablesDir | ( | TMVAGlob::TypeOfPlot | type, |
TDirectory * | dir = 0 |
||
) |
Definition at line 630 of file tmvaglob.C.
References om::cout, dir, allTimeWatchdog::endl, and kNumOfMethods.
Referenced by GetCorrelationPlotsDir().
UInt_t TMVAGlob::GetListOfJobs | ( | TFile * | file, |
TList & | jobdirs | ||
) |
Definition at line 538 of file tmvaglob.C.
References om::cout, allTimeWatchdog::endl, findDuplicateFiles::key, and next().
UInt_t TMVAGlob::GetListOfKeys | ( | TList & | keys, |
TString | inherits, | ||
TDirectory * | dir = 0 |
||
) |
UInt_t TMVAGlob::GetListOfMethods | ( | TList & | methods, |
TDirectory * | dir = 0 |
||
) |
UInt_t TMVAGlob::GetListOfTitles | ( | TDirectory * | rfdir, |
TList & | titles | ||
) |
Definition at line 566 of file tmvaglob.C.
References om::cout, allTimeWatchdog::endl, and caf_analysis::keys.
Referenced by TMVA::TMVAGlob::GetListOfTitles().
UInt_t TMVAGlob::GetListOfTitles | ( | TString & | methodName, |
TList & | titles, | ||
TDirectory * | dir = 0 |
||
) |
Definition at line 593 of file tmvaglob.C.
References om::cout, dir, allTimeWatchdog::endl, GetListOfTitles(), and caf_analysis::keys.
void TMVAGlob::GetMethodName | ( | TString & | name, |
TKey * | mkey | ||
) |
Definition at line 352 of file tmvaglob.C.
void TMVAGlob::GetMethodName | ( | TString & | name, |
TDirectory * | mdir | ||
) |
Definition at line 363 of file tmvaglob.C.
void TMVAGlob::GetMethodTitle | ( | TString & | name, |
TKey * | ikey | ||
) |
Definition at line 358 of file tmvaglob.C.
void TMVAGlob::GetMethodTitle | ( | TString & | name, |
TDirectory * | idir | ||
) |
Definition at line 369 of file tmvaglob.C.
Int_t TMVAGlob::GetNumberOfInputVariables | ( | TDirectory * | dir | ) |
Definition at line 426 of file tmvaglob.C.
References findDuplicateFiles::key, and next().
Int_t TMVAGlob::GetNumberOfTargets | ( | TDirectory * | dir | ) |
void TMVAGlob::imgconv | ( | TCanvas * | c, |
const TString & | fname | ||
) |
Definition at line 220 of file tmvaglob.C.
References om::cout, dir, allTimeWatchdog::endl, MakeMiniprodValidationCuts::f, and plot_validation_datamc::fname.
void TMVAGlob::Initialize | ( | Bool_t | useTMVAStyle = kTRUE | ) |
Definition at line 184 of file tmvaglob.C.
References DestroyCanvases(), and SetTMVAStyle().
Referenced by cmf::CovarianceFitHelper::AddIteration(), genie::Algorithm::Algorithm(), ClassImp(), cmf::CMFDecorrelator::CMFDecorrelator(), genie::flux::GDk2NuFlux::FluxWindowNormal(), genie::flux::GNuMIFlux::FluxWindowNormal(), genie::flux::GAstroFlux::GAstroFlux(), genie::flux::GBGLRSAtmoFlux::GBGLRSAtmoFlux(), genie::flux::GCylindTH1Flux::GCylindTH1Flux(), genie::flux::GFLUKAAtmoFlux::GFLUKAAtmoFlux(), genie::flux::GHAKKMAtmoFlux::GHAKKMAtmoFlux(), genie::flux::GNuMIFlux::GNuMIFlux(), ReadBDTA::NormVariable(), ReadBDTA::ReadBDTA(), ReadBDTG::ReadBDTG(), genie::flux::GSimpleNtpFlux::SetGenWeighted(), and genie::flux::GDk2NuFluxXMLHelper::~GDk2NuFluxXMLHelper().
TKey* TMVAGlob::NextKey | ( | TIter & | keyIter, |
TString | className | ||
) |
void TMVAGlob::NormalizeHist | ( | TH1 * | h | ) |
void TMVAGlob::NormalizeHists | ( | TH1 * | sig, |
TH1 * | bkg = 0 |
||
) |
TFile* TMVAGlob::OpenFile | ( | const TString & | fin | ) |
void TMVAGlob::plot_logo | ( | Float_t | v_scale = 1.0 , |
Float_t | skew = 1.0 |
||
) |
Definition at line 280 of file tmvaglob.C.
References om::cout, d, allTimeWatchdog::endl, findImage(), HTMLTools::img(), plot_validation_datamc::p1, r(), and cet::rpad().
void TMVAGlob::SetFrameStyle | ( | TH1 * | frame, |
Float_t | scale = 1.0 |
||
) |
void TMVAGlob::SetSignalAndBackgroundStyle | ( | TH1 * | sig, |
TH1 * | bkg, | ||
TH1 * | all = 0 |
||
) |
Definition at line 48 of file tmvaglob.C.
References c_BackgroundFill, c_BackgroundLine, c_SignalFill, and c_SignalLine.
void TMVAGlob::SetTMVAStyle | ( | ) |
|
static |
Definition at line 44 of file tmvaglob.C.
Referenced by TMVA::TMVAGlob::SetSignalAndBackgroundStyle().
|
static |
Definition at line 43 of file tmvaglob.C.
Referenced by TMVA::TMVAGlob::SetSignalAndBackgroundStyle().
|
static |
Definition at line 38 of file tmvaglob.C.
|
static |
Definition at line 39 of file tmvaglob.C.
|
static |
Definition at line 45 of file tmvaglob.C.
|
static |
Definition at line 42 of file tmvaglob.C.
Referenced by TMVA::TMVAGlob::SetSignalAndBackgroundStyle().
|
static |
Definition at line 41 of file tmvaglob.C.
Referenced by TMVA::TMVAGlob::SetSignalAndBackgroundStyle().
|
static |
Definition at line 40 of file tmvaglob.C.
|
static |
Definition at line 28 of file tmvaglob.C.