Revision: | 1.2 |
Committed: | Fri Dec 2 11:12:53 2011 UTC (13 years, 5 months ago) by fgolf |
Content type: | text/plain |
Branch: | MAIN |
Changes since 1.1: | +2 -1 lines |
Log Message: | add include |
# | 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 | TH1F* vtxreweight_hist; | ||
9 | |||
10 | #endif | ||
11 |