ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitHzz4l/Selection/interface/MuonSelection.h
Revision: 1.4
Committed: Mon Nov 7 06:52:38 2011 UTC (13 years, 6 months ago) by khahn
Content type: text/plain
Branch: MAIN
CVS Tags: AN490
Changes since 1.3: +13 -1 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 khahn 1.1 #ifndef MUON_SELECTION
2     #define MUON_SELECTION
3    
4 khahn 1.3 #include "TMuon.hh"
5    
6 khahn 1.4 #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 khahn 1.1 unsigned passMuonSelectionZZ( const mithep::TMuon * mu );
18 khahn 1.2 unsigned passSoftMuonSelection( const mithep::TMuon * mu );
19 khahn 1.3 unsigned passMuonSelection( const mithep::TMuon * mu ); // kevin's WW selection
20 khahn 1.4 unsigned passKSMuonSelection( const mithep::TMuon * mu );
21     bool isMuFO( const mithep::TMuon * mu ); // hacked in from MuonDenominator.h
22 khahn 1.1 #endif