ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/FGolf/Tools/BabyDorkIdentifier.h
Revision: 1.1
Committed: Sun May 22 21:49:44 2011 UTC (13 years, 11 months ago) by fgolf
Content type: text/plain
Branch: MAIN
CVS Tags: synchMay2011v1, ss20May2011
Log Message:
some additional tools

File Contents

# User Rev Content
1 fgolf 1.1 #ifndef BABYDORKIDENTIFIER_H
2     #define BABYDORKIDENTIFIER_H
3    
4     bool is_duplicate (unsigned int run, unsigned int lumi, unsigned int event, float pt1, float pt2 = -999999., float pt3 = -999999.);
5     void reset_babydorkidentifier();
6    
7     #endif
8