ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitHzz4l/Selection/interface/MuonSelection.h
Revision: 1.5
Committed: Mon Feb 13 11:47:27 2012 UTC (13 years, 3 months ago) by khahn
Content type: text/plain
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +0 -0 lines
State: FILE REMOVED
Error occurred while calculating annotation data.
Log Message:
*** empty log message ***

File Contents

# Content
1 #ifndef MUON_SELECTION
2 #define MUON_SELECTION
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 unsigned passKSMuonSelection( const mithep::TMuon * mu );
21 bool isMuFO( const mithep::TMuon * mu ); // hacked in from MuonDenominator.h
22 #endif