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

Comparing UserCode/FGolf/Tools/BabyDorkIdentifier.cc (file contents):
Revision 1.1 by fgolf, Sun May 22 21:49:44 2011 UTC vs.
Revision 1.3 by fgolf, Fri Dec 2 11:11:26 2011 UTC

# Line 7 | Line 7
7   #include <math.h>
8  
9   struct BabyDorkIdentifier {
10 <    BabyDorkIdentifier (unsigned int run, unsigned int lumi, unsigned int event, float pt1, float pt2 = -999999., float pt3 = -999999.);
10 >    BabyDorkIdentifier (unsigned int run, unsigned int lumi, unsigned int event, float pt1 = -999999., float pt2 = -999999., float pt3 = -999999.);
11      unsigned int run_, lumi_, event_;
12      float pt1_, pt2_, pt3_;
13      bool operator < (const BabyDorkIdentifier &) const;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines