ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitHzz4l/Selection/interface/MuonSelection.h
Revision: 1.3
Committed: Mon Oct 17 16:23:42 2011 UTC (13 years, 6 months ago) by khahn
Content type: text/plain
Branch: MAIN
Changes since 1.2: +3 -0 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.1 unsigned passMuonSelectionZZ( const mithep::TMuon * mu );
7 khahn 1.2 unsigned passSoftMuonSelection( const mithep::TMuon * mu );
8 khahn 1.3 unsigned passMuonSelection( const mithep::TMuon * mu ); // kevin's WW selection
9 khahn 1.1
10     #endif