Classes | |
| class | EsViewerAlg |
Functions | |
| def | configure |
| def | run |
Variables | |
| int | TH1F = 1 |
| TGraph = gbl.TGraph | |
| TCanvas = gbl.TCanvas | |
| TFile = gbl.TFile | |
| DayaBay = gbl.DayaBay | |
| gStyle = gbl.gStyle | |
| def ElecSim::Viewer::configure | ( | ) |
| def ElecSim::Viewer::run | ( | app | ) |
Configure and add an algorithm to generate figures of ElecSim Data Objects
Definition at line 111 of file Viewer.py.
00111 : 00112 ''' 00113 Configure and add an algorithm to generate figures of ElecSim Data Objects 00114 ''' 00115 viewer = EsViewerAlg("EsViewer") 00116 app.addAlgorithm(viewer) 00117 pass pass
int ElecSim::Viewer::TH1F = 1 [static] |
ElecSim::Viewer::TGraph = gbl.TGraph [static] |
ElecSim::Viewer::TCanvas = gbl.TCanvas [static] |
ElecSim::Viewer::TFile = gbl.TFile [static] |
ElecSim::Viewer::DayaBay = gbl.DayaBay [static] |
ElecSim::Viewer::gStyle = gbl.gStyle [static] |
1.4.7