ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Root Listing
root
/
cvsroot
/
UserCode
/
FGolf
/
Tools
/
vtxreweight.h
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
File Contents
#
Content
1
#ifndef VTXREWEIGHT_H
2
#define VTXREWEIGHT_H
3
4
#include "TH1.h"
5
6
float vtxweight( bool isData = false , int nvtx = 1 );
7
void set_vtxreweight_rootfile ( const char* filename = "vtxreweight.root", bool verbose = false );
8
static TH1F* vtxreweight_hist;
9
10
#endif
11