ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitHzz4l/Selection/interface/MuonSelection.h
Revision: 1.2
Committed: Sat Oct 1 13:00:23 2011 UTC (13 years, 7 months ago) by khahn
Content type: text/plain
Branch: MAIN
Changes since 1.1: +1 -0 lines
Log Message:
adding soft muon ID

File Contents

# Content
1 #ifndef MUON_SELECTION
2 #define MUON_SELECTION
3
4 unsigned passMuonSelectionZZ( const mithep::TMuon * mu );
5 unsigned passSoftMuonSelection( const mithep::TMuon * mu );
6
7 #endif