Revision: | 1.3 |
Committed: | Fri Dec 2 11:11:26 2011 UTC (13 years, 5 months ago) by fgolf |
Content type: | text/plain |
Branch: | MAIN |
CVS Tags: | HEAD |
Changes since 1.2: | +1 -6 lines |
Log Message: | update to work with skims instead of babies |
# | User | Rev | Content |
---|---|---|---|
1 | fgolf | 1.1 | #ifndef BABYDORKIDENTIFIER_H |
2 | #define BABYDORKIDENTIFIER_H | ||
3 | |||
4 | fgolf | 1.3 | bool is_duplicate (unsigned int run, unsigned int lumi, unsigned int event, float pt1 = -999999., float pt2 = -999999., float pt3 = -999999.); |
5 | fgolf | 1.1 | void reset_babydorkidentifier(); |
6 | |||
7 | #endif | ||
8 |