#include <utils.h>
Public Member Functions | |
void | drawGFit (TH1 *h1, float nsigmas, float min, float max) |
void | drawGFit (TH1 *h1, float min, float max) |
void | drawGFit (TH1 *h1, float min, float max, float minfit, float maxfit) |
void | plotAndProfileX (TH2 *h2, float min, float max, bool profile=false) |
void | setStyle (TH1 *histo) |
void | setStyle (TH2 *histo) |
Private Member Functions | |
TStyle * | getStyle (const TString &name) |
Private Attributes | |
TStyle * | mystyle |
void Tutils::drawGFit | ( | TH1 * | h1, |
float | nsigmas, | ||
float | min, | ||
float | max | ||
) |
void Tutils::drawGFit | ( | TH1 * | h1, |
float | min, | ||
float | max | ||
) |
void Tutils::drawGFit | ( | TH1 * | h1, |
float | min, | ||
float | max, | ||
float | minfit, | ||
float | maxfit | ||
) |
Definition at line 5 of file utils.cc.
References diffTwoXMLs::g1, mps_fire::i, WZElectronSkims53X_cff::max, SiStripPI::min, and setStyle().
|
private |
Definition at line 50 of file utils.cc.
References mergeVDriftHistosByStation::name.
Referenced by setStyle().
void Tutils::plotAndProfileX | ( | TH2 * | h2, |
float | min, | ||
float | max, | ||
bool | profile = false |
||
) |
Definition at line 219 of file utils.cc.
References WZElectronSkims53X_cff::max, SiStripPI::min, ConfigBuilder::profile, and setStyle().
void Tutils::setStyle | ( | TH1 * | histo | ) |
Definition at line 24 of file utils.cc.
References getStyle(), timingPdfMaker::histo, and mystyle.
Referenced by drawGFit(), and plotAndProfileX().
void Tutils::setStyle | ( | TH2 * | histo | ) |
|
private |
Definition at line 20 of file utils.h.
Referenced by setStyle().