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.12 by khahn, Sun Jun 3 15:51:33 2012 UTC vs.
Revision 1.13 by anlevin, Wed Jun 6 18:17:21 2012 UTC

# Line 11 | Line 11
11   #include "ParseArgs.h"
12   #include "Track.h"
13  
14 + #include "MitPhysics/Utils/interface/MuonTools.h"
15 +
16 + #include "PileupEnergyDensity.h"
17 +
18 +
19   #define MUON_IDMVA_CUT_BIN0 -0.825
20   #define MUON_IDMVA_CUT_BIN1 -0.725
21   #define MUON_IDMVA_CUT_BIN2 -0.895
# Line 18 | Line 23
23   #define MUON_IDMVA_CUT_BIN4 -0.865
24   #define MUON_IDMVA_CUT_BIN5 -0.979
25  
26 + bool muon2012CutBasedIDTight(const mithep::Muon *mu, const mithep::Vertex * vtx, const mithep::Array<mithep::PFCandidate> * pfCandidates, const mithep::Array<mithep::PileupEnergyDensity> * puEnergyDensity);
27 +
28 +
29   SelectionStatus muonDummyVeto(ControlFlags &, const mithep::Muon *, const mithep::Vertex *);
30   SelectionStatus muonCutBasedVeto(ControlFlags &, const mithep::Muon *, const mithep::Vertex *);
31  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines