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.1.1.1 by khahn, Thu Sep 8 13:33:18 2011 UTC vs.
Revision 1.5 by khahn, Mon Feb 13 11:47:27 2012 UTC

# Line 1 | Line 1
1   #ifndef MUON_SELECTION
2   #define MUON_SELECTION
3  
4 < unsigned passMuonSelectionZZ( const mithep::TMuon * mu );
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 + 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