#include <PlotMilleMonitor.h>
Public Member Functions | |
void | DrawAllByHit (const char *xy="X", Option_t *option="") |
void | DrawResidualsByHit (const char *histName, const char *xy="X", Option_t *option="") |
GFHistManager * | GetHistManager () |
PlotMilleMonitor (const char *fileName) | |
TString | Unique (const char *name) const |
virtual | ~PlotMilleMonitor () |
Private Member Functions | |
Int_t | AddResidualsByHit (const char *histName, std::pair< TFile *, TString > &fileLeg, Int_t layer, const char *xy, Option_t *option) |
bool | OpenFilesLegends (const char *fileLegendList) |
Int_t | PrepareAdd (bool addPlots) |
Private Attributes | |
std::vector< std::pair< TFile *, TString > > | fFileLegends |
GFHistManager * | fHistManager |
Definition at line 17 of file PlotMilleMonitor.h.
|
explicit |
|
virtual |
|
private |
Referenced by GetHistManager().
void PlotMilleMonitor::DrawAllByHit | ( | const char * | xy = "X" , |
Option_t * | option = "" |
||
) |
void PlotMilleMonitor::DrawResidualsByHit | ( | const char * | histName, |
const char * | xy = "X" , |
||
Option_t * | option = "" |
||
) |
|
inline |
Definition at line 26 of file PlotMilleMonitor.h.
References AddResidualsByHit(), fHistManager, dataset::name, OpenFilesLegends(), TSGForRoadSearch_cfi::option, PrepareAdd(), Unique(), and geometryCSVtoXML::xy.
|
private |
Referenced by GetHistManager().
|
private |
Referenced by GetHistManager().
TString PlotMilleMonitor::Unique | ( | const char * | name | ) | const |
Referenced by GetHistManager().
|
private |
Definition at line 39 of file PlotMilleMonitor.h.
|
private |
Definition at line 37 of file PlotMilleMonitor.h.
Referenced by GetHistManager().