CMS 3D CMS Logo

RecoTauVertexAssociator.h
Go to the documentation of this file.
1 #ifndef RecoTauTag_RecoTau_RecoTauVertexAssociator_h
2 #define RecoTauTag_RecoTau_RecoTauVertexAssociator_h
3 
4 /* RecoTauVertexAssociator
5  *
6  * Authors: Evan K. Friis, Christian Veelken, UC Davis
7  * Michalis Bachtis, UW Madison
8  *
9  * The associatedVertex member function retrieves the vertex from the event
10  * associated to a given tau. This class is configured using a cms.PSet.
11  *
12  * The required arguments are:
13  * o primaryVertexSrc - InputTag with the vertex collection
14  * o useClosestPV - Use the "closest to lead track in z" to find the vertex.
15  *
16  * The setEvent method must be called at least once per event.
17  *
18  */
19 
26 
29 
31 
33 
34 #include <map>
35 
36 // Forward declarations
37 namespace edm {
38  class ParameterSet;
39  class Event;
40 }
41 
42 namespace reco {
43  class PFTau;
44  class Jet;
45 }
46 
47 namespace reco { namespace tau {
48 
50  public:
51  enum Algorithm {
55  kCombined
56  };
57 
59  virtual ~RecoTauVertexAssociator();
66  reco::VertexRef associatedVertex(const PFTau& tau, bool useJet=false) const;
69 
71  void setEvent(const edm::Event& evt);
72  const Track* getLeadTrack(const Jet&) const;
73  const TrackBaseRef getLeadTrackRef(const Jet&) const;
74  const CandidatePtr getLeadCand(const Jet&) const;
75 
76  private:
80  std::vector<reco::VertexRef> selectedVertices_;
83  //PJ adding quality cuts
86  enum { kLeadTrack, kLeadPFCand, kMinLeadTrackOrPFCand, kFirstTrack };
89  // containers for holding vertices associated to jets
90  std::map<const reco::Jet*, reco::VertexRef>* jetToVertexAssociation_;
93 };
94 
95 } /* tau */ } /* reco */
96 
97 #endif /* end of include guard: RecoTauTag_RecoTau_RecoTauVertexAssociator_h */
unsigned long long EventNumber_t
associatedVertex
===> require is not the leading lepton and opposite to the leading lepton
std::vector< reco::VertexRef > selectedVertices_
Definition: Jet.py:1
StringCutObjectSelector< reco::Vertex > * vertexSelector_
std::map< const reco::Jet *, reco::VertexRef > * jetToVertexAssociation_
edm::EDGetTokenT< reco::VertexCollection > vxToken_
fixed size matrix
HLT enums.