CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L2TauPixelTrackMatch.h
Go to the documentation of this file.
1 #ifndef L2TauPixelTrackMatch_h
2 #define L2TauPixelTrackMatch_h
3 
9 #include <vector>
10 
11 
18 {
19 public:
20 
21  explicit L2TauPixelTrackMatch(const edm::ParameterSet&);
23  virtual void produce(edm::Event&, const edm::EventSetup&);
24 
25 private:
26 
27  struct TinyTrack
28  {
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 &)
virtual void produce(edm::Event &, const edm::EventSetup &)
XYZPointD XYZPoint
point in space with cartesian internal representation
Definition: Point3D.h:13