ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/CITCommon/CommonData/interface/EffData.hh
Revision: 1.1
Committed: Sat Jul 21 06:55:52 2012 UTC (12 years, 9 months ago) by sixie
Content type: text/plain
Branch: MAIN
CVS Tags: HEAD
Log Message:
for efficiency measurements

File Contents

# User Rev Content
1 sixie 1.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     Float_t rho;
11     };
12    
13     // "mass/F:pt:eta:phi:weight:q/I:npv/i:npu:pass:runNum:lumiSec:evtNum:rho/F"
14    
15     #endif