Revision: | 1.3 |
Committed: | Wed Feb 29 10:08:00 2012 UTC (13 years, 2 months ago) by anlevin |
Content type: | text/plain |
Branch: | MAIN |
Changes since 1.2: | +1 -0 lines |
Log Message: | added no isolation as an option |
# | User | Rev | Content |
---|---|---|---|
1 | khahn | 1.1 | #include "TElectron.hh" |
2 | #include "TMuon.hh" | ||
3 | |||
4 | #include "ParseArgs.h" | ||
5 | #include "SelectionStatus.h" | ||
6 | khahn | 1.2 | #include "SimpleLepton.h" |
7 | khahn | 1.1 | |
8 | SelectionStatus failEleIso(ControlFlags &, const mithep::TElectron * ); | ||
9 | SelectionStatus passMuonIsoSelection( ControlFlags &, const mithep::TMuon * ); | ||
10 | khahn | 1.2 | bool pairwiseIsoSelection( ControlFlags &, vector<SimpleLepton> &, float rho ); |
11 | anlevin | 1.3 | bool noIso(ControlFlags &, vector<SimpleLepton> &, float rho); |