ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/FGolf/Tools/BabyDorkIdentifier.h
Revision: 1.2
Committed: Fri Jul 8 09:16:47 2011 UTC (13 years, 9 months ago) by fgolf
Content type: text/plain
Branch: MAIN
CVS Tags: ss_summer2011approvalV2, ss_summer2011approval
Changes since 1.1: +6 -1 lines
Log Message:
updates

File Contents

# User Rev Content
1 fgolf 1.1 #ifndef BABYDORKIDENTIFIER_H
2     #define BABYDORKIDENTIFIER_H
3    
4 fgolf 1.2 #include "FakeRateType.h"
5     #include "../Tools/DileptonHypType.h"
6    
7     bool is_duplicate (unsigned int run, unsigned int lumi, unsigned int event, enum FakeRateType fakeRateType, enum DileptonHypType hypType,
8     unsigned int njets, unsigned int nbtags, float ht, float pfmet, float tcmet, float weight,
9     int eormu1, bool lep1isNum, float pt1, float eta1, int eormu2=-1, bool lep2isNum=false, float pt2=-999999., float eta2=-999999.);
10 fgolf 1.1 void reset_babydorkidentifier();
11    
12     #endif
13