ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/CITCommon/CommonData/interface/EffDataZGamma.hh
Revision: 1.1
Committed: Thu Aug 16 18:23:47 2012 UTC (12 years, 8 months ago) by sixie
Content type: text/plain
Branch: MAIN
CVS Tags: HEAD
Log Message:
zee gamma format

File Contents

# User Rev Content
1 sixie 1.1 #ifndef EFF_DATAZGAMMA_HH
2     #define EFF_DATAZGAMMA_HH
3    
4     struct EffDataZGamma
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     Float_t phosigiEtaiEta, phoR9;
12     Float_t massll, masstagpho, massprobepho, drprobepho, drtagpho, phoet, phoeta;
13     Float_t ptprobepho;
14     Float_t dphitagtoprobepho;
15     Float_t ptllpho;
16     Bool_t phopasspixelveto;
17     Bool_t phoisreal, tagisreal, probeisreal;
18    
19     };
20    
21     // "mass/F:pt:eta:phi:weight:q/I:npv/i:npu:pass:runNum:lumiSec:evtNum:rho/F"
22     // "mass/F:pt:eta:phi:weight:q/I:npv/i:npu:pass:runNum:lumiSec:evtNum:rho/F:phosigiEtaiEta:phoR9:massll:masstagpho:massprobepho:drprobepho:drtagpho:phoet:phoeta:ptprobepho:dphitagtoprobepho:ptllpho:phopasspixelveto/O:phoisreal:tagisreal:probeisreal"
23     #endif