ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitHzz4l/LeptonSelection/interface/IsolationSelection.h
(Generate patch)

Comparing UserCode/MitHzz4l/LeptonSelection/interface/IsolationSelection.h (file contents):
Revision 1.1 by khahn, Mon Feb 13 09:35:31 2012 UTC vs.
Revision 1.3 by anlevin, Wed Feb 29 10:08:00 2012 UTC

# Line 3 | Line 3
3  
4   #include "ParseArgs.h"
5   #include "SelectionStatus.h"
6 + #include "SimpleLepton.h"
7  
8   SelectionStatus failEleIso(ControlFlags &, const mithep::TElectron *  );
9   SelectionStatus passMuonIsoSelection( ControlFlags &, const mithep::TMuon *  );
10 + bool pairwiseIsoSelection( ControlFlags &, vector<SimpleLepton> &, float rho );
11 + bool noIso(ControlFlags &, vector<SimpleLepton> &, float rho);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines