ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitHzz4l/Efficiency/interface/EffData.h
Revision: 1.1
Committed: Tue Jun 12 21:31:43 2012 UTC (12 years, 11 months ago) by dkralph
Content type: text/plain
Branch: MAIN
CVS Tags: compiled, HEAD
Log Message:
First commit: A tag and probe selector for id, iso, or trigger efficiencies and a port of Kevin's fitting code.

File Contents

# Content
1 #ifndef EFF_DATA_HH
2 #define EFF_DATA_HH
3
4 struct EffData
5 {
6 Float_t mass, pt, eta, phi, weight;
7 Int_t q;
8 UInt_t npv, npu, pass;
9 UInt_t runNum, lumiSec, evtNum;
10 };
11
12 // "mass/F:pt:eta:phi:weight:q/I:npv/i:npu:pass:runNum:lumiSec:evtNum"
13
14 #endif