ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitHzz4l/LeptonSelection/interface/IsolationSelection.h
Revision: 1.2
Committed: Fri Feb 17 14:48:59 2012 UTC (13 years, 3 months ago) by khahn
Content type: text/plain
Branch: MAIN
Changes since 1.1: +2 -0 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 #include "TElectron.hh"
2 #include "TMuon.hh"
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 );