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.11 by anlevin, Sat Jun 2 12:17:28 2012 UTC vs.
Revision 1.18 by anlevin, Thu Jul 5 19:34:29 2012 UTC

# Line 11 | Line 11
11   #include "ParseArgs.h"
12   #include "Track.h"
13  
14 + #include "MuonTools.h"
15 + #include "MuonQuality.h"
16 +
17 + #include "PileupEnergyDensity.h"
18 +
19 +
20   #define MUON_IDMVA_CUT_BIN0 -0.825
21   #define MUON_IDMVA_CUT_BIN1 -0.725
22   #define MUON_IDMVA_CUT_BIN2 -0.895
# Line 18 | 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);
28 +
29 + bool muonPOG2012CutBasedIDTight(const mithep::Muon *mu, const mithep::Vertex * vtx, const mithep::Array<mithep::PFCandidate> * pfCandidates, const mithep::Array<mithep::PileupEnergyDensity> * puEnergyDensity);
30 +
31 +
32   SelectionStatus muonDummyVeto(ControlFlags &, const mithep::Muon *, const mithep::Vertex *);
33   SelectionStatus muonCutBasedVeto(ControlFlags &, const mithep::Muon *, const mithep::Vertex *);
34  
35 < SelectionStatus muonPreSelection( ControlFlags &ctrl, const mithep::Muon * mu, const mithep::Vertex * vtx, const mithep::Array<mithep::PFCandidate> * pfCandidates );
36 < SelectionStatus muonReferencePreSelection( ControlFlags &ctrl, const mithep::Muon * mu, const mithep::Vertex * vtx, const mithep::Array<mithep::PFCandidate> * pfCandidates );
37 <
38 < SelectionStatus muonIDMVASelection(ControlFlags &ctrl, const mithep::Muon *mu, const mithep::Vertex * vtx   );
35 > SelectionStatus muonPreSelection( ControlFlags &ctrl,
36 >                                  const mithep::Muon * mu,
37 >                                  const mithep::Vertex * vtx,
38 >                                  const mithep::Array<mithep::PFCandidate> * pfCandidates );
39 > SelectionStatus muonReferencePreSelection( ControlFlags &ctrl,
40 >                                           const mithep::Muon * mu,
41 >                                           const mithep::Vertex * vtx,
42 >                                           const mithep::Array<mithep::PFCandidate> * pfCandidates );
43 > SelectionStatus muonPreSelectionNoD0DzIP( ControlFlags &ctrl,
44 >                                          const mithep::Muon * mu,
45 >                                          const mithep::Vertex * vtx,
46 >                                          const mithep::Array<mithep::PFCandidate> * pfCandidates );
47 >
48 > SelectionStatus muonIDMVASelection(ControlFlags &ctrl,
49 >                                   const mithep::Muon *mu,
50 >                                   const mithep::Vertex * vtx   );
51   void initMuonIDMVA(void);
52  
53   SelectionStatus muonIDPFSelection(ControlFlags &, const mithep::Muon *, const mithep::Vertex *,
54                                    const mithep::Array<mithep::PFCandidate> *  );
55  
56   bool trackToPFMuonSelection( const mithep::Track *track, const mithep::MuonCol * muoncol );
57 <
57 > SelectionStatus PassWwMuonSel(const mithep::Muon *mu, const mithep::Vertex *vtx,
58 >                              const mithep::Array<mithep::PFCandidate> *pfArr
59 > );
60 > SelectionStatus muonDenominatorSelection( ControlFlags &ctrl,  
61 >                                          const mithep::Muon * mu,
62 >                                          const mithep::Vertex * vtx,
63 >                                          const mithep::Array<mithep::PFCandidate> * pfCandidates ) ;
64   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines