Revision: | 1.3 |
Committed: | Wed Feb 8 05:36:35 2012 UTC (13 years, 3 months ago) by fgolf |
Content type: | text/plain |
Branch: | MAIN |
CVS Tags: | HEAD |
Changes since 1.2: | +1 -1 lines |
Log Message: | make re-weighting histogram static |
# | User | Rev | Content |
---|---|---|---|
1 | fgolf | 1.1 | #ifndef VTXREWEIGHT_H |
2 | #define VTXREWEIGHT_H | ||
3 | |||
4 | fgolf | 1.2 | #include "TH1.h" |
5 | |||
6 | fgolf | 1.1 | float vtxweight( bool isData = false , int nvtx = 1 ); |
7 | void set_vtxreweight_rootfile ( const char* filename = "vtxreweight.root", bool verbose = false ); | ||
8 | fgolf | 1.3 | static TH1F* vtxreweight_hist; |
9 | fgolf | 1.1 | |
10 | #endif | ||
11 |