ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitHzz4l/LeptonSelection/interface/MuonSelection.h
Revision: 1.2
Committed: Wed Feb 29 10:09:39 2012 UTC (13 years, 2 months ago) by anlevin
Content type: text/plain
Branch: MAIN
Changes since 1.1: +2 -0 lines
Log Message:
added a backdoor muon selection and a preselection that automatically passes

File Contents

# User Rev Content
1 khahn 1.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 anlevin 1.2 SelectionStatus passMuonSelectionBackDoor( ControlFlags &ctrl, const mithep::TMuon * mu ); // Z4l backdoor selection
14     SelectionStatus noPreSelection( ControlFlags &ctrl, const mithep::TMuon * mu ); // Z4l backdoor preselection
15 khahn 1.1 bool isMuFO( const mithep::TMuon * mu ); // hacked in from MuonDenominator.h
16    
17     #endif