#include <Overlayer.h>
Public Member Functions | |
Overlayer & | clear () |
Overlayer & | find (std::string) |
Overlayer & | legendLeft (bool state=true) |
Overlayer & | logy (bool state=true) |
Overlayer (std::string filename, std::string datadir, std::string simdir, Color_t color) | |
void | print (std::string) |
Overlayer & | withLegend (bool state=true) |
Overlayer & | xlabel (std::string s) |
Overlayer & | ylabel (std::string s) |
Private Member Functions | |
std::string | getStats (const TH1 *const) const |
Private Attributes | |
const Color_t | color_ |
TH1 * | data_ |
const std::string | dataLocation_ |
TFile *const | file_ |
std::string | histName_ |
bool | left_ |
TLegend * | legend_ |
bool | logy_ |
TH1 * | sim_ |
const std::string | simLocation_ |
std::string | title_ |
std::string | xlabel_ |
std::string | ylabel_ |
Definition at line 12 of file Overlayer.h.
|
inline |
Definition at line 14 of file Overlayer.h.
References clear(), find(), and AlCaHLTBitMon_QueryRunRegistry::string.
Overlayer & Overlayer::clear | ( | void | ) |
Definition at line 43 of file Overlayer.h.
References gather_cfg::cout, data_, find(), histName_, left_, legend_, logy_, sim_, title_, xlabel_, and ylabel_.
Referenced by Vispa.Views.WidgetView.WidgetView::closeEvent(), Vispa.Views.BoxDecayView.BoxDecayView::closeEvent(), Vispa.Share.FindAlgorithm.FindAlgorithm::findUsingFindDialog(), Overlayer(), Vispa.Views.LineDecayView.LineDecayView::setDataObjects(), Vispa.Views.WidgetView.WidgetView::setDataObjects(), Vispa.Views.TreeView.TreeView::updateContent(), Vispa.Views.TableView.TableView::updateContent(), Vispa.Views.BoxDecayView.BoxDecayView::updateContent(), and Vispa.Views.PropertyView.PropertyView::updateContent().
Overlayer & Overlayer::find | ( | std::string | name | ) |
Definition at line 54 of file Overlayer.h.
References gather_cfg::cout, data_, dataLocation_, file_, histName_, dataset::name, sim_, and simLocation_.
Referenced by clear(), and Overlayer().
|
private |
Definition at line 81 of file Overlayer.h.
References print().
Referenced by legendLeft(), and withLegend().
|
inline |
Definition at line 27 of file Overlayer.h.
References getStats(), left_, print(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
inline |
void Overlayer::print | ( | std::string | suffix | ) |
Definition at line 90 of file Overlayer.h.
References EnergyCorrector::c, color_, gather_cfg::cout, data_, histName_, legend_, logy_, SiStripPI::max, sim_, title_, xlabel_, and ylabel_.
Referenced by getStats(), and legendLeft().
Overlayer & Overlayer::withLegend | ( | bool | state = true | ) |
Definition at line 62 of file Overlayer.h.
References gather_cfg::cout, data_, dataLocation_, getStats(), left_, legend_, SiStripPI::max, sim_, simLocation_, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by logy().
|
inline |
|
inline |
|
private |
Definition at line 34 of file Overlayer.h.
Referenced by print().
|
private |
Definition at line 36 of file Overlayer.h.
Referenced by clear(), find(), print(), and withLegend().
|
private |
Definition at line 33 of file Overlayer.h.
Referenced by find(), and withLegend().
|
private |
Definition at line 32 of file Overlayer.h.
Referenced by find().
|
private |
Definition at line 35 of file Overlayer.h.
|
private |
Definition at line 38 of file Overlayer.h.
Referenced by clear(), legendLeft(), and withLegend().
|
private |
Definition at line 39 of file Overlayer.h.
Referenced by clear(), print(), and withLegend().
|
private |
Definition at line 38 of file Overlayer.h.
|
private |
Definition at line 37 of file Overlayer.h.
Referenced by clear(), find(), print(), and withLegend().
|
private |
Definition at line 33 of file Overlayer.h.
Referenced by find(), and withLegend().
|
private |
Definition at line 35 of file Overlayer.h.
|
private |
Definition at line 35 of file Overlayer.h.
|
private |
Definition at line 35 of file Overlayer.h.