ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitHzz4l/LeptonSelection/interface/MuonSelection.h
Revision: 1.1
Committed: Mon Feb 13 09:35:31 2012 UTC (13 years, 3 months ago) by khahn
Content type: text/plain
Branch: MAIN
Log Message:
*** empty log message ***

File Contents

# Content
1 #ifndef MUON_SELECTION
2 #define MUON_SELECTION
3
4 #include "TMuon.hh"
5
6 #include "SelectionStatus.h"
7 #include "ParseArgs.h"
8
9 SelectionStatus muonPreSelection( ControlFlags &ctrl, const mithep::TMuon * mu );
10 SelectionStatus passMuonSelectionZZ( ControlFlags &ctrl, const mithep::TMuon * mu );
11 SelectionStatus passSoftMuonSelection( ControlFlags &ctrl, const mithep::TMuon * mu );
12 SelectionStatus passMuonSelection( ControlFlags &ctrl, const mithep::TMuon * mu ); // kevin's WW selection
13 bool isMuFO( const mithep::TMuon * mu ); // hacked in from MuonDenominator.h
14
15 #endif