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.16 by dkralph, Thu Jul 5 13:43:13 2012 UTC vs.
Revision 1.17 by anlevin, Thu Jul 5 18:17:18 2012 UTC

# Line 15 | Line 15
15   #include "MuonQuality.h"
16  
17   #include "PileupEnergyDensity.h"
18 < #include "Various.h"
18 >
19  
20   #define MUON_IDMVA_CUT_BIN0 -0.825
21   #define MUON_IDMVA_CUT_BIN1 -0.725
# Line 24 | Line 24
24   #define MUON_IDMVA_CUT_BIN4 -0.865
25   #define MUON_IDMVA_CUT_BIN5 -0.979
26  
27 < bool muon2012CutBasedIDTight(ControlFlags &ctrl, const mithep::Muon *mu, const mithep::Vertex * vtx, const mithep::Array<mithep::PFCandidate> * pfCandidates,
28 <                             const mithep::Array<mithep::PileupEnergyDensity> * puEnergyDensity, mithep::MuonTools::EMuonEffectiveAreaTarget EffectiveAreaVersion);
27 > bool muon2012CutBasedIDTight(const mithep::Muon *mu, const mithep::Vertex * vtx, const mithep::Array<mithep::PFCandidate> * pfCandidates, const mithep::Array<mithep::PileupEnergyDensity> * puEnergyDensity);
28 >
29  
30   SelectionStatus muonDummyVeto(ControlFlags &, const mithep::Muon *, const mithep::Vertex *);
31   SelectionStatus muonCutBasedVeto(ControlFlags &, const mithep::Muon *, const mithep::Vertex *);
# Line 55 | Line 55 | bool trackToPFMuonSelection( const mithe
55   SelectionStatus PassWwMuonSel(const mithep::Muon *mu, const mithep::Vertex *vtx,
56                                const mithep::Array<mithep::PFCandidate> *pfArr
57   );
58 + SelectionStatus muonDenominatorSelection( ControlFlags &ctrl,  
59 +                                          const mithep::Muon * mu,
60 +                                          const mithep::Vertex * vtx,
61 +                                          const mithep::Array<mithep::PFCandidate> * pfCandidates ) ;
62   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines