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.13 by anlevin, Wed Jun 6 18:17:21 2012 UTC vs.
Revision 1.21 by dkralph, Tue Jul 17 10:17:22 2012 UTC

# Line 11 | Line 11
11   #include "ParseArgs.h"
12   #include "Track.h"
13  
14 < #include "MitPhysics/Utils/interface/MuonTools.h"
14 > #include "MuonTools.h"
15 > #include "MuonQuality.h"
16  
17   #include "PileupEnergyDensity.h"
18 <
18 > #include "Various.h"
19  
20   #define MUON_IDMVA_CUT_BIN0 -0.825
21   #define MUON_IDMVA_CUT_BIN1 -0.725
# Line 23 | Line 24
24   #define MUON_IDMVA_CUT_BIN4 -0.865
25   #define MUON_IDMVA_CUT_BIN5 -0.979
26  
27 < bool muon2012CutBasedIDTight(const mithep::Muon *mu, const mithep::Vertex * vtx, const mithep::Array<mithep::PFCandidate> * pfCandidates, const mithep::Array<mithep::PileupEnergyDensity> * puEnergyDensity);
27 > bool muon2012CutBasedIDTightVersionWithOldIsoThatWorksOn2011(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);
29  
30 + bool muonPOG2012CutBasedIDTight(const mithep::Muon *mu, const mithep::Vertex * vtx, const mithep::Array<mithep::PFCandidate> * pfCandidates, const mithep::Array<mithep::PileupEnergyDensity> * puEnergyDensity);
31  
32   SelectionStatus muonDummyVeto(ControlFlags &, const mithep::Muon *, const mithep::Vertex *);
33   SelectionStatus muonCutBasedVeto(ControlFlags &, const mithep::Muon *, const mithep::Vertex *);
# Line 41 | Line 44 | SelectionStatus muonPreSelectionNoD0DzIP
44                                            const mithep::Muon * mu,
45                                            const mithep::Vertex * vtx,
46                                            const mithep::Array<mithep::PFCandidate> * pfCandidates );
47 + SelectionStatus muonPreSelectionNoD0IP( ControlFlags &ctrl,
48 +                                      const mithep::Muon * mu,
49 +                                      const mithep::Vertex * vtx,
50 +                                      const mithep::Array<mithep::PFCandidate> * pfCandidates );
51  
52   SelectionStatus muonIDMVASelection(ControlFlags &ctrl,
53                                     const mithep::Muon *mu,
# Line 51 | Line 58 | SelectionStatus muonIDPFSelection(Contro
58                                    const mithep::Array<mithep::PFCandidate> *  );
59  
60   bool trackToPFMuonSelection( const mithep::Track *track, const mithep::MuonCol * muoncol );
61 <
61 > SelectionStatus PassWwMuonSel(const mithep::Muon *mu, const mithep::Vertex *vtx,
62 >                              const mithep::Array<mithep::PFCandidate> *pfArr
63 > );
64   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines