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.4 by khahn, Mon Apr 30 21:42:16 2012 UTC vs.
Revision 1.11 by anlevin, Sat Jun 2 12:17:28 2012 UTC

# Line 5 | Line 5
5   #include "Vertex.h"
6   #include "PFCandidate.h"
7   #include "PFCandidateCol.h"
8 + #include "MuonCol.h"
9  
10   #include "SelectionStatus.h"
11   #include "ParseArgs.h"
12 + #include "Track.h"
13  
14   #define MUON_IDMVA_CUT_BIN0 -0.825
15   #define MUON_IDMVA_CUT_BIN1 -0.725
# Line 16 | Line 18
18   #define MUON_IDMVA_CUT_BIN4 -0.865
19   #define MUON_IDMVA_CUT_BIN5 -0.979
20  
21 < SelectionStatus muonPreSelection( ControlFlags &ctrl, const mithep::Muon * mu, const mithep::Vertex & vtx, const mithep::Array<mithep::PFCandidate> * pfCandidates );
22 < SelectionStatus passMuonSelectionZZ( ControlFlags &ctrl, const mithep::Muon * mu);
21 < SelectionStatus passSoftMuonSelection( ControlFlags &ctrl, const mithep::Muon * mu, const mithep::Vertex & vtx );
22 < SelectionStatus passMuonSelection( ControlFlags &ctrl, const mithep::Muon * mu,  const mithep::Vertex &); // kevin's WW selection
23 < //SelectionStatus passMuonSelectionBackDoor( ControlFlags &ctrl, const mithep::Muon * mu ); // Z4l backdoor selection
24 < SelectionStatus noPreSelection( ControlFlags &ctrl, const mithep::Muon * mu ); // Z4l backdoor preselection
25 < bool isMuFO( const mithep::Muon * mu, const mithep::Vertex & vtx, const mithep::Array<mithep::PFCandidate> * pfCandidates );
21 > SelectionStatus muonDummyVeto(ControlFlags &, const mithep::Muon *, const mithep::Vertex *);
22 > SelectionStatus muonCutBasedVeto(ControlFlags &, const mithep::Muon *, const mithep::Vertex *);
23  
24 < SelectionStatus muonIDMVASelection(ControlFlags &ctrl, const mithep::Muon *mu, const mithep::Vertex & vtx   );
24 > SelectionStatus muonPreSelection( ControlFlags &ctrl, const mithep::Muon * mu, const mithep::Vertex * vtx, const mithep::Array<mithep::PFCandidate> * pfCandidates );
25 > SelectionStatus muonReferencePreSelection( ControlFlags &ctrl, const mithep::Muon * mu, const mithep::Vertex * vtx, const mithep::Array<mithep::PFCandidate> * pfCandidates );
26 >
27 > SelectionStatus muonIDMVASelection(ControlFlags &ctrl, const mithep::Muon *mu, const mithep::Vertex * vtx   );
28   void initMuonIDMVA(void);
29  
30 + SelectionStatus muonIDPFSelection(ControlFlags &, const mithep::Muon *, const mithep::Vertex *,
31 +                                  const mithep::Array<mithep::PFCandidate> *  );
32 +
33 + bool trackToPFMuonSelection( const mithep::Track *track, const mithep::MuonCol * muoncol );
34 +
35   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines