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 |
|
|
bool isMuFO( const mithep::TMuon * mu ); // hacked in from MuonDenominator.h
|
14 |
|
|
|
15 |
|
|
#endif
|