#include <DrawPlot.h>
|
void | drawEventPlot (const TString &, const TString &, const bool=true, const bool=true) |
|
| DrawPlot (const unsigned int=0, const bool=true) |
|
void | drawPlot (const TString &, const TString &, bool=true, bool=true) |
|
void | drawTrackPlot (const TString &, const TString &, const bool=true, const bool=true) |
|
void | setLegendCoordinate (const double, const double, const double, const double) |
|
void | setLegendEntry (const TString &, const TString &, const TString &) |
|
void | thesisMode () |
|
| ~DrawPlot () |
|
|
void | adjustLegend (TLegend *&) const |
|
LegendEntries | adjustLegendEntry (const TString &, TH1 *&, TH1 *&, TH1 *&) |
|
void | cleanup (std::vector< TH1 * > &) const |
|
void | draw (std::vector< TH1 * > &) const |
|
double | maximumY (std::vector< TH1 * > &) const |
|
double | minimumY (std::vector< TH1 * > &) const |
|
void | printHist (const TString &, const TString &, const bool, const bool) |
|
void | scale (std::vector< TH1 * > &, const double=1.) const |
|
void | setLineWidth (std::vector< TH1 * > &, const unsigned int) const |
|
void | setRangeUser (std::vector< TH1 * > &, const double, const double) const |
|
Definition at line 16 of file DrawPlot.h.
DrawPlot::DrawPlot |
( |
const unsigned |
int = 0 , |
|
|
const bool |
= true |
|
) |
| |
void DrawPlot::adjustLegend |
( |
TLegend *& |
| ) |
const |
|
private |
LegendEntries DrawPlot::adjustLegendEntry |
( |
const TString & |
, |
|
|
TH1 *& |
, |
|
|
TH1 *& |
, |
|
|
TH1 *& |
|
|
) |
| |
|
private |
void DrawPlot::cleanup |
( |
std::vector< TH1 * > & |
| ) |
const |
|
private |
void DrawPlot::draw |
( |
std::vector< TH1 * > & |
| ) |
const |
|
private |
void DrawPlot::drawEventPlot |
( |
const TString & |
, |
|
|
const TString & |
, |
|
|
const bool |
= true , |
|
|
const bool |
= true |
|
) |
| |
void DrawPlot::drawPlot |
( |
const TString & |
, |
|
|
const TString & |
, |
|
|
bool |
= true , |
|
|
bool |
= true |
|
) |
| |
void DrawPlot::drawTrackPlot |
( |
const TString & |
, |
|
|
const TString & |
, |
|
|
const bool |
= true , |
|
|
const bool |
= true |
|
) |
| |
double DrawPlot::maximumY |
( |
std::vector< TH1 * > & |
| ) |
const |
|
private |
double DrawPlot::minimumY |
( |
std::vector< TH1 * > & |
| ) |
const |
|
private |
void DrawPlot::printHist |
( |
const TString & |
, |
|
|
const TString & |
, |
|
|
const bool |
, |
|
|
const bool |
|
|
) |
| |
|
private |
void DrawPlot::scale |
( |
std::vector< TH1 * > & |
, |
|
|
const double |
= 1. |
|
) |
| const |
|
private |
void DrawPlot::setLegendCoordinate |
( |
const double |
, |
|
|
const double |
, |
|
|
const double |
, |
|
|
const double |
|
|
) |
| |
void DrawPlot::setLegendEntry |
( |
const TString & |
, |
|
|
const TString & |
, |
|
|
const TString & |
|
|
) |
| |
void DrawPlot::setLineWidth |
( |
std::vector< TH1 * > & |
, |
|
|
const unsigned |
int |
|
) |
| const |
|
private |
void DrawPlot::setRangeUser |
( |
std::vector< TH1 * > & |
, |
|
|
const double |
, |
|
|
const double |
|
|
) |
| const |
|
private |
void DrawPlot::thesisMode |
( |
| ) |
|
|
inline |
TTree* DrawPlot::baselineTreeX_ |
|
private |
TTree* DrawPlot::baselineTreeY_ |
|
private |
double* DrawPlot::delta0_ |
|
private |
TFile* DrawPlot::designFile_ |
|
private |
TString DrawPlot::designLegendEntry_ |
|
private |
TFile* DrawPlot::fileZeroApe_ |
|
private |
TString DrawPlot::legendEntry_ |
|
private |
TString DrawPlot::legendEntryZeroApe_ |
|
private |
double DrawPlot::legendXmax_ |
|
private |
double DrawPlot::legendXmin_ |
|
private |
double DrawPlot::legendYmax_ |
|
private |
double DrawPlot::legendYmin_ |
|
private |
const TString* DrawPlot::outpath_ |
|
private |
bool DrawPlot::thesisMode_ |
|
private |