ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitHzz4l/LeptonSelection/interface/MuonSelection.h
(Generate patch)

Comparing UserCode/MitHzz4l/LeptonSelection/interface/MuonSelection.h (file contents):
Revision 1.4 by khahn, Mon Apr 30 21:42:16 2012 UTC vs.
Revision 1.9 by anlevin, Tue May 22 22:31:17 2012 UTC

# Line 16 | Line 16
16   #define MUON_IDMVA_CUT_BIN4 -0.865
17   #define MUON_IDMVA_CUT_BIN5 -0.979
18  
19 < SelectionStatus muonPreSelection( ControlFlags &ctrl, const mithep::Muon * mu, const mithep::Vertex & vtx, const mithep::Array<mithep::PFCandidate> * pfCandidates );
20 < SelectionStatus passMuonSelectionZZ( ControlFlags &ctrl, const mithep::Muon * mu);
21 < SelectionStatus passSoftMuonSelection( ControlFlags &ctrl, const mithep::Muon * mu, const mithep::Vertex & vtx );
22 < SelectionStatus passMuonSelection( ControlFlags &ctrl, const mithep::Muon * mu,  const mithep::Vertex &); // kevin's WW selection
23 < //SelectionStatus passMuonSelectionBackDoor( ControlFlags &ctrl, const mithep::Muon * mu ); // Z4l backdoor selection
24 < SelectionStatus noPreSelection( ControlFlags &ctrl, const mithep::Muon * mu ); // Z4l backdoor preselection
25 < bool isMuFO( const mithep::Muon * mu, const mithep::Vertex & vtx, const mithep::Array<mithep::PFCandidate> * pfCandidates );
19 > SelectionStatus muonDummyVeto(ControlFlags &, const mithep::Muon *, const mithep::Vertex *);
20 > SelectionStatus muonCutBasedVeto(ControlFlags &, const mithep::Muon *, const mithep::Vertex *);
21  
22 < SelectionStatus muonIDMVASelection(ControlFlags &ctrl, const mithep::Muon *mu, const mithep::Vertex & vtx   );
22 > SelectionStatus muonPreSelection( ControlFlags &ctrl, const mithep::Muon * mu, const mithep::Vertex * vtx, const mithep::Array<mithep::PFCandidate> * pfCandidates );
23 > SelectionStatus muonReferencePreSelection( ControlFlags &ctrl, const mithep::Muon * mu, const mithep::Vertex * vtx, const mithep::Array<mithep::PFCandidate> * pfCandidates );
24 >
25 > SelectionStatus muonIDMVASelection(ControlFlags &ctrl, const mithep::Muon *mu, const mithep::Vertex * vtx   );
26   void initMuonIDMVA(void);
27  
28 + SelectionStatus muonIDPFSelection(ControlFlags &, const mithep::Muon *, const mithep::Vertex *,
29 +                                  const mithep::Array<mithep::PFCandidate> *  );
30 +
31   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines