Revision: | 1.1 |
Committed: | Sat Jun 4 14:09:52 2011 UTC (13 years, 11 months ago) by dkralph |
Content type: | text/plain |
Branch: | MAIN |
CVS Tags: | HEAD |
Log Message: | new |
# | User | Rev | Content |
---|---|---|---|
1 | dkralph | 1.1 | #include <TCanvas.h> |
2 | #include <TH1.h> | ||
3 | #include <TPad.h> | ||
4 | |||
5 | void MitStyleRemix(); | ||
6 | TCanvas* MakeCanvas (const char* name, const char *title, int dX = 500, int dY = 500); | ||
7 | void InitSubPad (TPad* pad, int i); | ||
8 | void InitHist (TH1 *hist, const char *xtit, const char *ytit = "Number of Entries", | ||
9 | EColor color = kBlack); | ||
10 | void SetStyle (); |