#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().
Overlayer & Overlayer::clear | ( | void | ) |
Definition at line 43 of file Overlayer.h.
References gather_cfg::cout, data_, histName_, left_, legend_, logy_, sim_, title_, xlabel_, and ylabel_.
Referenced by Vispa.Views.WidgetView.WidgetView::closeEvent(), Vispa.Share.FindAlgorithm.FindAlgorithm::findUsingFindDialog(), Overlayer(), and Vispa.Views.WidgetView.WidgetView::setDataObjects().
Overlayer & Overlayer::find | ( | std::string | name | ) |
Definition at line 54 of file Overlayer.h.
References gather_cfg::cout, data_, dataLocation_, file_, histName_, mergeVDriftHistosByStation::name, sim_, and simLocation_.
|
private |
Definition at line 81 of file Overlayer.h.
References contentValuesCheck::ss.
Referenced by withLegend().
|
inline |
|
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_, bookConverter::max, sim_, title_, xlabel_, and ylabel_.
Overlayer & Overlayer::withLegend | ( | bool | state = true | ) |
Definition at line 62 of file Overlayer.h.
References gather_cfg::cout, data_, dataLocation_, getStats(), left_, legend_, bookConverter::max, sim_, simLocation_, and AlCaHLTBitMon_QueryRunRegistry::string.
|
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.