CMS 3D CMS Logo

L2TauPixelTrackMatch.h
Go to the documentation of this file.
1 #ifndef L2TauPixelTrackMatch_h
2 #define L2TauPixelTrackMatch_h
3 
9 #include <vector>
10 
15 
22 public:
23  explicit L2TauPixelTrackMatch(const edm::ParameterSet&);
24  ~L2TauPixelTrackMatch() override;
25  void produce(edm::StreamID, edm::Event&, const edm::EventSetup&) const override;
26 
27 private:
28  struct TinyTrack {
29  float pt, eta, phi;
31  };
32 
34  float m_jetMinPt;
35  float m_jetMaxEta;
37  float m_trackMinPt;
38  float m_deltaR;
40 };
41 
42 #endif
L2TauPixelTrackMatch(const edm::ParameterSet &)
edm::EDGetTokenT< trigger::TriggerFilterObjectWithRefs > m_jetSrc
void produce(edm::StreamID, edm::Event &, const edm::EventSetup &) const override
edm::EDGetTokenT< reco::TrackCollection > m_trackSrc
XYZPointD XYZPoint
point in space with cartesian internal representation
Definition: Point3D.h:12
edm::EDGetTokenT< reco::BeamSpot > m_beamSpotTag