#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.
PlotMilleMonitor::PlotMilleMonitor | ( | const char * | fileName | ) | [explicit] |
virtual PlotMilleMonitor::~PlotMilleMonitor | ( | ) | [virtual] |
Int_t PlotMilleMonitor::AddResidualsByHit | ( | const char * | histName, |
std::pair< TFile *, TString > & | fileLeg, | ||
Int_t | layer, | ||
const char * | xy, | ||
Option_t * | option | ||
) | [private] |
void PlotMilleMonitor::DrawAllByHit | ( | const char * | xy = "X" , |
Option_t * | option = "" |
||
) |
void PlotMilleMonitor::DrawResidualsByHit | ( | const char * | histName, |
const char * | xy = "X" , |
||
Option_t * | option = "" |
||
) |
GFHistManager* PlotMilleMonitor::GetHistManager | ( | ) | [inline] |
bool PlotMilleMonitor::OpenFilesLegends | ( | const char * | fileLegendList | ) | [private] |
Int_t PlotMilleMonitor::PrepareAdd | ( | bool | addPlots | ) | [private] |
TString PlotMilleMonitor::Unique | ( | const char * | name | ) | const |
std::vector<std::pair<TFile*, TString> > PlotMilleMonitor::fFileLegends [private] |
Definition at line 39 of file PlotMilleMonitor.h.
GFHistManager* PlotMilleMonitor::fHistManager [private] |
Definition at line 37 of file PlotMilleMonitor.h.
Referenced by GetHistManager().