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.6 by khahn, Tue May 1 16:38:28 2012 UTC vs.
Revision 1.22 by anlevin, Wed Jul 18 12:35:15 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 + #include "MuonTools.h"
15 + #include "MuonQuality.h"
16 + //#include "Various.h"
17 +
18 + #include "PileupEnergyDensity.h"
19 + #include "Various.h"
20  
21   #define MUON_IDMVA_CUT_BIN0 -0.825
22   #define MUON_IDMVA_CUT_BIN1 -0.725
# Line 16 | Line 25
25   #define MUON_IDMVA_CUT_BIN4 -0.865
26   #define MUON_IDMVA_CUT_BIN5 -0.979
27  
28 < SelectionStatus muonDummyVeto(ControlFlags &, const mithep::Muon *, const mithep::Vertex &);
29 < SelectionStatus muonCutBasedVeto(ControlFlags &, const mithep::Muon *, const mithep::Vertex &);
28 > bool muon2012CutBasedIDTightVersionWithOldIsoThatWorksOn2011(ControlFlags &ctrl, const mithep::Muon *mu, const mithep::Vertex * vtx, const mithep::Array<mithep::PFCandidate> * pfCandidates,
29 >                                                             const mithep::Array<mithep::PileupEnergyDensity> * puEnergyDensity, mithep::MuonTools::EMuonEffectiveAreaTarget EffectiveAreaVersion);
30 >
31 > bool muonPOG2012CutBasedIDTight(const mithep::Muon *mu, const mithep::Vertex * vtx, const mithep::Array<mithep::PFCandidate> * pfCandidates, const mithep::Array<mithep::PileupEnergyDensity> * puEnergyDensity);
32  
33 < SelectionStatus muonPreSelection( ControlFlags &ctrl, const mithep::Muon * mu, const mithep::Vertex & vtx, const mithep::Array<mithep::PFCandidate> * pfCandidates );
34 < SelectionStatus passMuonSelectionZZ( ControlFlags &ctrl, const mithep::Muon * mu);
24 < SelectionStatus passSoftMuonSelection( ControlFlags &ctrl, const mithep::Muon * mu, const mithep::Vertex & vtx );
25 < SelectionStatus passMuonSelection( ControlFlags &ctrl, const mithep::Muon * mu,  const mithep::Vertex &); // kevin's WW selection
26 < //SelectionStatus passMuonSelectionBackDoor( ControlFlags &ctrl, const mithep::Muon * mu ); // Z4l backdoor selection
27 < SelectionStatus noPreSelection( ControlFlags &ctrl, const mithep::Muon * mu ); // Z4l backdoor preselection
28 < bool isMuFO( const mithep::Muon * mu, const mithep::Vertex & vtx, const mithep::Array<mithep::PFCandidate> * pfCandidates );
33 > SelectionStatus muonDummyVeto(ControlFlags &, const mithep::Muon *, const mithep::Vertex *);
34 > SelectionStatus muonCutBasedVeto(ControlFlags &, const mithep::Muon *, const mithep::Vertex *);
35  
36 < SelectionStatus muonIDMVASelection(ControlFlags &ctrl, const mithep::Muon *mu, const mithep::Vertex & vtx   );
36 > SelectionStatus muonPreSelection( ControlFlags &ctrl,
37 >                                  const mithep::Muon * mu,
38 >                                  const mithep::Vertex * vtx,
39 >                                  const mithep::Array<mithep::PFCandidate> * pfCandidates );
40 > SelectionStatus muonReferencePreSelection( ControlFlags &ctrl,
41 >                                           const mithep::Muon * mu,
42 >                                           const mithep::Vertex * vtx,
43 >                                           const mithep::Array<mithep::PFCandidate> * pfCandidates );
44 > SelectionStatus muonPreSelectionNoD0DzIP( ControlFlags &ctrl,
45 >                                          const mithep::Muon * mu,
46 >                                          const mithep::Vertex * vtx,
47 >                                          const mithep::Array<mithep::PFCandidate> * pfCandidates );
48 > SelectionStatus muonPreSelectionNoD0IP( ControlFlags &ctrl,
49 >                                      const mithep::Muon * mu,
50 >                                      const mithep::Vertex * vtx,
51 >                                      const mithep::Array<mithep::PFCandidate> * pfCandidates );
52 >
53 > SelectionStatus muonIDMVASelection(ControlFlags &ctrl,
54 >                                   const mithep::Muon *mu,
55 >                                   const mithep::Vertex * vtx   );
56   void initMuonIDMVA(void);
57  
58 < SelectionStatus muonIDPFSelection(ControlFlags &, const mithep::Muon *, const mithep::Vertex &,
58 > SelectionStatus muonIDPFSelection(ControlFlags &, const mithep::Muon *, const mithep::Vertex *,
59                                    const mithep::Array<mithep::PFCandidate> *  );
60  
61 + bool trackToPFMuonSelection( const mithep::Track *track, const mithep::MuonCol * muoncol );
62 + SelectionStatus PassWwMuonSel(const mithep::Muon *mu, const mithep::Vertex *vtx,
63 +                              const mithep::Array<mithep::PFCandidate> *pfArr
64 + );
65   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines