ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/FGolf/Tools/eff.h
Revision: 1.1
Committed: Fri Mar 18 20:52:57 2011 UTC (14 years, 1 month ago) by fgolf
Content type: text/plain
Branch: MAIN
CVS Tags: ss_summer2011approvalV2, ss_summer2011approval, synchMay2011v1, ss20May2011, HEAD
Log Message:
calculate efficiencies

File Contents

# Content
1 #ifndef EFF_H
2 #define EFF_H
3
4 #include "TH1.h"
5
6 TH1F* eff(TH1F* h1, TH1F* h2, const char* name="eff");
7 TH1F* eff(const char* name1, const char* name2, const char* name="eff");
8
9 #endif