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