#include "TString.h"
#include "TDirectory.h"
#include "TH1F.h"
#include "TFile.h"
#include "TCanvas.h"
#include "TLegend.h"
#include "TROOT.h"
#include "TKey.h"
#include "TH2F.h"
#include "TPad.h"
#include "TObjArray.h"
#include "TText.h"
#include "network.C"
Go to the source code of this file.
Functions | |
void | DrawNetworkMovie (TFile *file, const TString &methodType, const TString &methodTitle) |
void | DrawMLPoutputMovie (TFile *file, const TString &methodType, const TString &methodTitle) |
void | MovieMaker (TString methodType="Method_MLP", TString methodTitle="MLP") |
Definition at line 61 of file MovieMaker.C.
References TLegend::AddEntry(), TObjArray::At(), TString::Atoi(), c, TH1::Draw(), TLegend::Draw(), epoch, TROOT::FindObject(), Form(), TDirectory::Get(), TDirectoryFile::Get(), TROOT::GetClass(), TDirectory::GetListOfKeys(), TH1::GetMaximum(), TH1::GetMean(), TNamed::GetName(), TH1::GetRMS(), TNamed::GetTitle(), TH1::GetXaxis(), TAxis::GetXmax(), TAxis::GetXmin(), TH1::GetYaxis(), gROOT, TString::IsFloat(), kFALSE, kTRUE, legend, TString::Length(), TMath::Max(), TMath::Min(), name, TMVAGlob::NormalizeHists(), o, TString::ReplaceAll(), TString::Resize(), TROOT::SetBatch(), TPave::SetBorderSize(), TAttFill::SetFillStyle(), TMVAGlob::SetFrameStyle(), TLegend::SetMargin(), TMVAGlob::SetSignalAndBackgroundStyle(), TNamed::SetTitle(), TH1::SetTitle(), TAttAxis::SetTitleOffset(), t, width, xmax, xmin, ymax, and ymin.
Definition at line 16 of file MovieMaker.C.
References TObjArray::At(), TDirectory::cd(), TString::Data(), draw_network(), Form(), TDirectoryFile::Get(), TROOT::GetClass(), TDirectory::GetListOfKeys(), gROOT, kFALSE, kTRUE, and name.
Referenced by MovieMaker().
Definition at line 209 of file MovieMaker.C.
References DrawNetworkMovie(), and TMVAGlob::OpenFile().