ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitHzz4l/LeptonSelection/interface/MuonSelection.h
Revision: 1.8
Committed: Sat May 5 21:43:53 2012 UTC (13 years ago) by khahn
Content type: text/plain
Branch: MAIN
Changes since 1.7: +1 -0 lines
Log Message:
more sync ...

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 khahn 1.1
9     #include "SelectionStatus.h"
10     #include "ParseArgs.h"
11    
12 khahn 1.3 #define MUON_IDMVA_CUT_BIN0 -0.825
13 khahn 1.4 #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 khahn 1.3
19 khahn 1.5 SelectionStatus muonDummyVeto(ControlFlags &, const mithep::Muon *, const mithep::Vertex &);
20     SelectionStatus muonCutBasedVeto(ControlFlags &, const mithep::Muon *, const mithep::Vertex &);
21    
22 khahn 1.3 SelectionStatus muonPreSelection( ControlFlags &ctrl, const mithep::Muon * mu, const mithep::Vertex & vtx, const mithep::Array<mithep::PFCandidate> * pfCandidates );
23 khahn 1.8 SelectionStatus muonReferencePreSelection( ControlFlags &ctrl, const mithep::Muon * mu, const mithep::Vertex & vtx, const mithep::Array<mithep::PFCandidate> * pfCandidates );
24 khahn 1.3
25     SelectionStatus muonIDMVASelection(ControlFlags &ctrl, const mithep::Muon *mu, const mithep::Vertex & vtx );
26     void initMuonIDMVA(void);
27 khahn 1.1
28 khahn 1.6 SelectionStatus muonIDPFSelection(ControlFlags &, const mithep::Muon *, const mithep::Vertex &,
29     const mithep::Array<mithep::PFCandidate> * );
30    
31 khahn 1.1 #endif