#include <DrawIteration.h>
Definition at line 15 of file DrawIteration.h.
DrawIteration::DrawIteration |
( |
unsigned |
int = 0 , |
|
|
const bool |
= false |
|
) |
| |
DrawIteration::~DrawIteration |
( |
| ) |
|
void DrawIteration::addCmsText |
( |
const TString & |
| ) |
|
void DrawIteration::addInputFile |
( |
const TString & |
, |
|
|
const TString & |
|
|
) |
| |
void DrawIteration::addSystematics |
( |
| ) |
|
std::vector<std::vector<std::string> > DrawIteration::arrangeHists |
( |
| ) |
|
|
private |
TString DrawIteration::associateLabel |
( |
const std::string & |
| ) |
|
|
private |
std::vector<std::string> DrawIteration::barrelHist |
( |
| ) |
|
|
private |
void DrawIteration::clear |
( |
| ) |
|
|
private |
bool DrawIteration::createResultHist |
( |
TH1 *& |
, |
|
|
const std::vector< std::string > & |
, |
|
|
const std::string & |
, |
|
|
SectorValues & |
, |
|
|
unsigned |
int |
|
) |
| |
|
private |
void DrawIteration::drawCorrections |
( |
const std::string & |
, |
|
|
const ExtremeValues & |
, |
|
|
const std::string & |
|
|
) |
| |
|
private |
void DrawIteration::drawFinals |
( |
const std::string & |
| ) |
|
|
private |
void DrawIteration::drawIteration |
( |
unsigned |
int = 0 , |
|
|
unsigned |
int = 99999 |
|
) |
| |
void DrawIteration::drawResult |
( |
| ) |
|
std::vector<std::string> DrawIteration::endcapHist |
( |
| ) |
|
|
private |
ExtremeValues DrawIteration::getGraphs |
( |
const std::string |
, |
|
|
unsigned |
int, |
|
|
unsigned |
int |
|
) |
| |
|
private |
void DrawIteration::outputDirectory |
( |
const TString & |
| ) |
|
std::vector<std::string> DrawIteration::pixelHist |
( |
| ) |
|
|
private |
void DrawIteration::printFinalValues |
( |
unsigned |
int, |
|
|
unsigned |
int |
|
) |
| |
|
private |
unsigned int DrawIteration::sectorNumber |
( |
const std::string & |
| ) |
|
|
private |
std::vector<std::string> DrawIteration::tecHist |
( |
| ) |
|
|
private |
std::vector<std::string> DrawIteration::tibHist |
( |
| ) |
|
|
private |
std::vector<std::string> DrawIteration::tidHist |
( |
| ) |
|
|
private |
std::vector<std::string> DrawIteration::tobHist |
( |
| ) |
|
|
private |
void DrawIteration::yAxisFixed |
( |
const bool |
yAxis | ) |
|
|
inline |
TString DrawIteration::cmsText_ |
|
private |
TFile* DrawIteration::file_ |
|
private |
const TString* DrawIteration::outpath_ |
|
private |
const bool DrawIteration::overlayMode_ |
|
private |
bool DrawIteration::systematics_ |
|
private |
std::vector<TGraph*> DrawIteration::v_graphApeX_ |
|
private |
std::vector<TGraph*> DrawIteration::v_graphApeY_ |
|
private |
std::vector<TGraph*> DrawIteration::v_graphCorrectionX_ |
|
private |
std::vector<TGraph*> DrawIteration::v_graphCorrectionY_ |
|
private |
std::vector<Input*> DrawIteration::v_input_ |
|
private |
std::vector<std::vector<std::string> > DrawIteration::v_resultHist_ |
|
private |
bool DrawIteration::yAxisFixed_ |
|
private |