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

Comparing UserCode/MitHzz4l/Selection/interface/MuonSelection.h (file contents):
Revision 1.3 by khahn, Mon Oct 17 16:23:42 2011 UTC vs.
Revision 1.4 by khahn, Mon Nov 7 06:52:38 2011 UTC

# Line 3 | Line 3
3  
4   #include "TMuon.hh"
5  
6 + #define PFISO_MU_LOOSE_EB_HIGHPT 0.20
7 + #define PFISO_MU_LOOSE_EB_LOWPT 0.13
8 + #define PFISO_MU_LOOSE_EE_HIGHPT 0.20
9 + #define PFISO_MU_LOOSE_EE_LOWPT 0.13
10 +
11 + #define PFISO_MU_TIGHT_EB_HIGHPT 0.13
12 + #define PFISO_MU_TIGHT_EB_LOWPT 0.06
13 + #define PFISO_MU_TIGHT_EE_HIGHPT 0.09
14 + #define PFISO_MU_TIGHT_EE_LOWPT 0.05
15 +
16 +
17   unsigned passMuonSelectionZZ( const mithep::TMuon * mu );
18   unsigned passSoftMuonSelection( const mithep::TMuon * mu );
19   unsigned passMuonSelection( const mithep::TMuon * mu ); // kevin's WW selection
20 <
20 > unsigned passKSMuonSelection( const mithep::TMuon * mu );
21 > bool isMuFO( const mithep::TMuon * mu ); // hacked in from MuonDenominator.h
22   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines