ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/FGolf/Tools/BabyDorkIdentifier.h
(Generate patch)

Comparing UserCode/FGolf/Tools/BabyDorkIdentifier.h (file contents):
Revision 1.2 by fgolf, Fri Jul 8 09:16:47 2011 UTC vs.
Revision 1.3 by fgolf, Fri Dec 2 11:11:26 2011 UTC

# Line 1 | Line 1
1   #ifndef BABYDORKIDENTIFIER_H
2   #define BABYDORKIDENTIFIER_H
3  
4 < #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.);
4 > bool is_duplicate (unsigned int run, unsigned int lumi, unsigned int event, float pt1 = -999999., float pt2 = -999999., float pt3 = -999999.);
5   void reset_babydorkidentifier();
6  
7   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines