ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitHzz4l/LeptonSelection/interface/MuonSelection.h
Revision: 1.9
Committed: Tue May 22 22:31:17 2012 UTC (12 years, 11 months ago) by anlevin
Content type: text/plain
Branch: MAIN
CVS Tags: synched2
Changes since 1.8: +6 -6 lines
Log Message:
made changes for new round of synchronization

File Contents

# Content
1 #ifndef MUON_SELECTION
2 #define MUON_SELECTION
3
4 #include "Muon.h"
5 #include "Vertex.h"
6 #include "PFCandidate.h"
7 #include "PFCandidateCol.h"
8
9 #include "SelectionStatus.h"
10 #include "ParseArgs.h"
11
12 #define MUON_IDMVA_CUT_BIN0 -0.825
13 #define MUON_IDMVA_CUT_BIN1 -0.725
14 #define MUON_IDMVA_CUT_BIN2 -0.895
15 #define MUON_IDMVA_CUT_BIN3 -0.595
16 #define MUON_IDMVA_CUT_BIN4 -0.865
17 #define MUON_IDMVA_CUT_BIN5 -0.979
18
19 SelectionStatus muonDummyVeto(ControlFlags &, const mithep::Muon *, const mithep::Vertex *);
20 SelectionStatus muonCutBasedVeto(ControlFlags &, const mithep::Muon *, const mithep::Vertex *);
21
22 SelectionStatus muonPreSelection( ControlFlags &ctrl, const mithep::Muon * mu, const mithep::Vertex * vtx, const mithep::Array<mithep::PFCandidate> * pfCandidates );
23 SelectionStatus muonReferencePreSelection( ControlFlags &ctrl, const mithep::Muon * mu, const mithep::Vertex * vtx, const mithep::Array<mithep::PFCandidate> * pfCandidates );
24
25 SelectionStatus muonIDMVASelection(ControlFlags &ctrl, const mithep::Muon *mu, const mithep::Vertex * vtx );
26 void initMuonIDMVA(void);
27
28 SelectionStatus muonIDPFSelection(ControlFlags &, const mithep::Muon *, const mithep::Vertex *,
29 const mithep::Array<mithep::PFCandidate> * );
30
31 #endif