DESY Hbb Analysis Framework
|
#include <TH1.h>
#include <TPad.h>
#include <TStyle.h>
#include <TCanvas.h>
#include <TLegend.h>
#include <TPaveText.h>
#include "TLatex.h"
Go to the source code of this file.
Functions | |
void | CMSPrelim (const char *dataset, double lowX=0.4, double lowY=0.74) |
add CMSPreliminary logo, lumi and channel More... | |
void | InitData (TH1 *hist) |
define poly markers and line width for data More... | |
void | InitHist (TH1 *hist, const char *xtit, const char *ytit="Number of Entries", int color=kBlack, int style=0) |
define a histogram file (not yet including poly markers, which are used fro data) More... | |
void | InitSignal (TH1 *hist) |
define line style, width and color for signal sample More... | |
void | InitSubPad (TPad *pad, int i) |
define common style of pads More... | |
TCanvas * | MakeCanvas (const char *name, const char *title, int dX=600, int dY=600) |
create a canveas in common style (default is square) More... | |
void | plotchannel (TString channel) |
void | SetLegendStyle (TLegend *leg) |
define common legend style More... | |
void | SetStyle () |
define common styles More... | |
void CMSPrelim | ( | const char * | dataset, |
double | lowX = 0.4 , |
||
double | lowY = 0.74 |
||
) |
void InitData | ( | TH1 * | hist | ) |
define poly markers and line width for data
Definition at line 199 of file HttStylesNew.h.
void InitHist | ( | TH1 * | hist, |
const char * | xtit, | ||
const char * | ytit = "Number of Entries" , |
||
int | color = kBlack , |
||
int | style = 0 |
||
) |
define a histogram file (not yet including poly markers, which are used fro data)
Definition at line 172 of file HttStylesNew.h.
void InitSignal | ( | TH1 * | hist | ) |
define line style, width and color for signal sample
Definition at line 164 of file HttStylesNew.h.
void InitSubPad | ( | TPad * | pad, |
int | i | ||
) |
define common style of pads
Definition at line 153 of file HttStylesNew.h.
TCanvas * MakeCanvas | ( | const char * | name, |
const char * | title, | ||
int | dX = 600 , |
||
int | dY = 600 |
||
) |
void plotchannel | ( | TString | channel | ) |
Definition at line 236 of file HttStylesNew.h.
void SetLegendStyle | ( | TLegend * | leg | ) |
void SetStyle | ( | ) |
define common styles
Definition at line 38 of file HttStylesNew.h.
Referenced by PlotTanBetaLimit().