Revision: | 1.1 |
Committed: | Mon May 28 15:18:22 2012 UTC (12 years, 11 months ago) by fgolf |
Content type: | text/plain |
Branch: | MAIN |
Log Message: | scale factors for 2012 SS analysis |
# | User | Rev | Content |
---|---|---|---|
1 | fgolf | 1.1 | #ifndef SCALEFACTORS_H |
2 | #define SCALEFACTORS_H | ||
3 | |||
4 | float dileptonTagAndProbeScaleFactor(int idx); | ||
5 | float tagAndProbeScaleFactor(int id, float pt, float eta); | ||
6 | |||
7 | float dilepTriggerScaleFactor(int idx); | ||
8 | float triggerScaleFactor(int id, float pt, float eta); | ||
9 | |||
10 | #endif |