#include <SiStripHistoPlotter.h>
Classes | |
struct | PlotParameter |
Public Member Functions | |
bool | condDBPlotsToMake () |
void | createCondDBPlots (DQMStore *dqm_store) |
void | createPlots (DQMStore *dqm_store) |
void | createStaticPlot (MonitorElement *me, const std::string &file_name) |
void | getNamedImageBuffer (const std::string &path, std::string &image) |
bool | plotsToMake () |
void | setNewCondDBPlot (std::string &path, std::string &option, int width, int height) |
void | setNewPlot (std::string &path, std::string &option, int width, int height) |
SiStripHistoPlotter () | |
~SiStripHistoPlotter () | |
Private Member Functions | |
void | createDummyImage (const std::string &name) |
void | fillNamedImageBuffer (TCanvas *c1, const std::string &name) |
(Documentation under construction). More... | |
void | getDummyImage (std::string &image) |
void | getProjection (MonitorElement *me, TH1F *tp) |
bool | hasNamedImage (const std::string &name) |
void | makeCondDBPlots (DQMStore *dqm_store, const PlotParameter &par) |
void | makePlot (DQMStore *dqm_store, const PlotParameter &par) |
void | setDrawingOption (TH1 *hist) |
Private Attributes | |
std::vector< PlotParameter > | condDBPlotList_ |
std::map< std::string, std::string > | namedPictureBuffer_ |
std::vector< PlotParameter > | plotList_ |
Definition at line 17 of file SiStripHistoPlotter.h.
SiStripHistoPlotter::SiStripHistoPlotter | ( | ) |
Definition at line 26 of file SiStripHistoPlotter.cc.
SiStripHistoPlotter::~SiStripHistoPlotter | ( | ) |
Definition at line 33 of file SiStripHistoPlotter.cc.
|
inline |
Definition at line 33 of file SiStripHistoPlotter.h.
References condDBPlotList_.
void SiStripHistoPlotter::createCondDBPlots | ( | DQMStore * | dqm_store | ) |
Definition at line 326 of file SiStripHistoPlotter.cc.
|
private |
Definition at line 205 of file SiStripHistoPlotter.cc.
void SiStripHistoPlotter::createPlots | ( | DQMStore * | dqm_store | ) |
Definition at line 56 of file SiStripHistoPlotter.cc.
void SiStripHistoPlotter::createStaticPlot | ( | MonitorElement * | me, |
const std::string & | file_name | ||
) |
Definition at line 284 of file SiStripHistoPlotter.cc.
|
private |
(Documentation under construction).
This method
Definition at line 150 of file SiStripHistoPlotter.cc.
|
private |
Definition at line 213 of file SiStripHistoPlotter.cc.
void SiStripHistoPlotter::getNamedImageBuffer | ( | const std::string & | path, |
std::string & | image | ||
) |
Definition at line 126 of file SiStripHistoPlotter.cc.
|
private |
Definition at line 246 of file SiStripHistoPlotter.cc.
|
private |
Definition at line 196 of file SiStripHistoPlotter.cc.
|
private |
Definition at line 340 of file SiStripHistoPlotter.cc.
|
private |
Definition at line 69 of file SiStripHistoPlotter.cc.
|
inline |
Definition at line 32 of file SiStripHistoPlotter.h.
References plotList_.
|
private |
Definition at line 229 of file SiStripHistoPlotter.cc.
void SiStripHistoPlotter::setNewCondDBPlot | ( | std::string & | path, |
std::string & | option, | ||
int | width, | ||
int | height | ||
) |
Definition at line 315 of file SiStripHistoPlotter.cc.
void SiStripHistoPlotter::setNewPlot | ( | std::string & | path, |
std::string & | option, | ||
int | width, | ||
int | height | ||
) |
Definition at line 43 of file SiStripHistoPlotter.cc.
|
private |
Definition at line 60 of file SiStripHistoPlotter.h.
Referenced by condDBPlotsToMake().
|
private |
Definition at line 58 of file SiStripHistoPlotter.h.
|
private |
Definition at line 59 of file SiStripHistoPlotter.h.
Referenced by plotsToMake().