Go to the source code of this file.
Functions | |
void | sqlcanvas () |
void | canvas_write () |
void | canvas_read () |
Variables | |
const char * | dbname = "mysql://host.domain/test" |
const char * | username = "user" |
const char * | userpass = "pass" |
void canvas_read | ( | ) |
Definition at line 137 of file sqlcanvas.C.
References dbname, TCanvas::Draw(), f2, gBenchmark, TObject::IsZombie(), TNamed::ls(), TBenchmark::Show(), TBenchmark::Start(), username, and userpass.
Referenced by sqlcanvas().
void canvas_write | ( | ) |
Definition at line 22 of file sqlcanvas.C.
References TPaveText::AddText(), c1, TCanvas::cd(), TPad::cd(), dbname, TPaveText::Draw(), TTree::Draw(), TPad::Draw(), TCollection::FindObject(), TH1::Fit(), gBenchmark, gDirectory, TDirectory::Get(), TDirectoryFile::Get(), TPad::GetFrame(), TH1::GetFunction(), TROOT::GetListOfCanvases(), TROOT::GetListOfFiles(), gROOT, gStyle, TObject::IsZombie(), pad1, pad2, TPad::RedrawAxis(), TWbox::SetBorderSize(), TAttFill::SetFillColor(), TAttFill::SetFillStyle(), TPad::SetGrid(), TAttLine::SetLineColor(), TAttLine::SetLineWidth(), TPad::SetLogy(), TAttMarker::SetMarkerColor(), TAttMarker::SetMarkerSize(), TAttMarker::SetMarkerStyle(), TStyle::SetStatColor(), TStyle::SetStatH(), TStyle::SetStatW(), TAttText::SetTextAlign(), TBenchmark::Show(), TBenchmark::Start(), TCanvas::Update(), username, userpass, and TObject::Write().
Referenced by sqlcanvas().
void sqlcanvas | ( | ) |
const char* dbname = "mysql://host.domain/test" |
Definition at line 7 of file sqlcanvas.C.
Referenced by canvas_read(), canvas_write(), tables_read(), and tables_write().
const char* username = "user" |
Definition at line 8 of file sqlcanvas.C.
Referenced by TAuthenticate::AuthExists(), canvas_read(), canvas_write(), TAuthenticate::RfioAuth(), tables_read(), and tables_write().
const char* userpass = "pass" |
Definition at line 9 of file sqlcanvas.C.
Referenced by canvas_read(), canvas_write(), tables_read(), and tables_write().