ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitHzz4l/LeptonSelection/interface/MuonSelection.h
Revision: 1.23
Committed: Tue Oct 23 10:23:34 2012 UTC (12 years, 6 months ago) by dkralph
Content type: text/plain
Branch: MAIN
CVS Tags: compiled, HEAD
Changes since 1.22: +4 -9 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 khahn 1.1 #ifndef MUON_SELECTION
2     #define MUON_SELECTION
3    
4 khahn 1.3 #include "Muon.h"
5     #include "Vertex.h"
6     #include "PFCandidate.h"
7     #include "PFCandidateCol.h"
8 anlevin 1.11 #include "MuonCol.h"
9 khahn 1.1
10     #include "SelectionStatus.h"
11     #include "ParseArgs.h"
12 anlevin 1.10 #include "Track.h"
13 khahn 1.1
14 dkralph 1.14 #include "MuonTools.h"
15     #include "MuonQuality.h"
16 anlevin 1.13
17     #include "PileupEnergyDensity.h"
18 dkralph 1.19 #include "Various.h"
19 anlevin 1.13
20 khahn 1.3 #define MUON_IDMVA_CUT_BIN0 -0.825
21 khahn 1.4 #define MUON_IDMVA_CUT_BIN1 -0.725
22     #define MUON_IDMVA_CUT_BIN2 -0.895
23     #define MUON_IDMVA_CUT_BIN3 -0.595
24     #define MUON_IDMVA_CUT_BIN4 -0.865
25     #define MUON_IDMVA_CUT_BIN5 -0.979
26 khahn 1.3
27 dkralph 1.19 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 anlevin 1.17
30 anlevin 1.18 bool muonPOG2012CutBasedIDTight(const mithep::Muon *mu, const mithep::Vertex * vtx, const mithep::Array<mithep::PFCandidate> * pfCandidates, const mithep::Array<mithep::PileupEnergyDensity> * puEnergyDensity);
31    
32 anlevin 1.9 SelectionStatus muonDummyVeto(ControlFlags &, const mithep::Muon *, const mithep::Vertex *);
33     SelectionStatus muonCutBasedVeto(ControlFlags &, const mithep::Muon *, const mithep::Vertex *);
34 khahn 1.5
35 khahn 1.12 SelectionStatus muonReferencePreSelection( ControlFlags &ctrl,
36     const mithep::Muon * mu,
37     const mithep::Vertex * vtx,
38     const mithep::Array<mithep::PFCandidate> * pfCandidates );
39 dkralph 1.21 SelectionStatus muonPreSelectionNoD0IP( ControlFlags &ctrl,
40 dkralph 1.20 const mithep::Muon * mu,
41     const mithep::Vertex * vtx,
42     const mithep::Array<mithep::PFCandidate> * pfCandidates );
43 khahn 1.3
44 khahn 1.12 SelectionStatus muonIDMVASelection(ControlFlags &ctrl,
45     const mithep::Muon *mu,
46     const mithep::Vertex * vtx );
47 khahn 1.3 void initMuonIDMVA(void);
48 khahn 1.1
49 anlevin 1.9 SelectionStatus muonIDPFSelection(ControlFlags &, const mithep::Muon *, const mithep::Vertex *,
50 khahn 1.6 const mithep::Array<mithep::PFCandidate> * );
51    
52 anlevin 1.10 bool trackToPFMuonSelection( const mithep::Track *track, const mithep::MuonCol * muoncol );
53 dkralph 1.14 SelectionStatus PassWwMuonSel(const mithep::Muon *mu, const mithep::Vertex *vtx,
54     const mithep::Array<mithep::PFCandidate> *pfArr
55     );
56 khahn 1.1 #endif
57 dkralph 1.23 // SelectionStatus muonPreSelectionNoD0DzIP( ControlFlags &ctrl,
58     // const mithep::Muon * mu,
59     // const mithep::Vertex * vtx,
60     // const mithep::Array<mithep::PFCandidate> * pfCandidates );