#include "TTree.h"
#include "TFile.h"
#include "TList.h"
#include "TROOT.h"
#include <TBenchmark.h>
Go to the source code of this file.
Functions | |
void | DrawSkippable (TTree *tree, const char *what, const char *where, Bool_t draw=true) |
void | DrawSkippable (TTree *tree, const char *what, const char *cond, const char *where, Bool_t draw=true) |
void | DrawMarks () |
TDirectory * | GenerateDrawHist (TTree *tree, int quietLevel=0, int level=3) |
Variables | |
int | gHasLibrary = kFALSE |
int | gBranchStyle = 1 |
TList | gSkipped |
void DrawMarks | ( | ) |
Definition at line 41 of file dt_DrawTest.C.
References gBenchmark, TBenchmark::GetCpuTime(), TBenchmark::GetRealTime(), TROOT::GetVersion(), TROOT::GetVersionDate(), TROOT::GetVersionTime(), and gROOT.
Referenced by dt_RunDrawTest().
void DrawSkippable | ( | TTree * | tree, | |
const char * | what, | |||
const char * | cond, | |||
const char * | where, | |||
Bool_t | draw = true | |||
) |
Definition at line 25 of file dt_DrawTest.C.
References TList::Add(), TString::Append(), TString::Data(), TTree::Draw(), TDirectory::FindObject(), Form(), gDirectory, gSkipped, and h.
Definition at line 11 of file dt_DrawTest.C.
References TList::Add(), TString::Append(), TString::Data(), TTree::Draw(), TDirectory::FindObject(), Form(), gDirectory, gSkipped, and h.
Referenced by GenerateDrawHist().
TDirectory* GenerateDrawHist | ( | TTree * | tree, | |
int | quietLevel = 0 , |
|||
int | level = 3 | |||
) |
Definition at line 60 of file dt_DrawTest.C.
References TDirectory::cd(), DrawSkippable(), gBenchmark, gBranchStyle, gDirectory, gHasLibrary, gROOT, level, TTree::SetAlias(), TBenchmark::Show(), TBenchmark::Start(), and TBenchmark::Stop().
Referenced by dt_RunDrawTest(), and MakeHisto().
int gBranchStyle = 1 |
int gHasLibrary = kFALSE |
Definition at line 7 of file dt_DrawTest.C.
Referenced by dt_MakeRef(), dt_RunDrawTest(), and GenerateDrawHist().