Revision: | 1.3 |
Committed: | Mon Oct 17 16:23:42 2011 UTC (13 years, 7 months ago) by khahn |
Content type: | text/plain |
Branch: | MAIN |
Changes since 1.2: | +3 -0 lines |
Log Message: | *** empty log message *** |
# | Content |
---|---|
1 | #ifndef MUON_SELECTION |
2 | #define MUON_SELECTION |
3 | |
4 | #include "TMuon.hh" |
5 | |
6 | unsigned passMuonSelectionZZ( const mithep::TMuon * mu ); |
7 | unsigned passSoftMuonSelection( const mithep::TMuon * mu ); |
8 | unsigned passMuonSelection( const mithep::TMuon * mu ); // kevin's WW selection |
9 | |
10 | #endif |