# | 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; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |