CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HIPixelTrackFilter.h
Go to the documentation of this file.
1 #ifndef _HIPixelTrackFilter_h_
2 #define _HIPixelTrackFilter_h_
3 
8 
9 namespace edm { class ParameterSet; class EventSetup; class Event;}
10 
12 public:
14  virtual ~HIPixelTrackFilter();
15  virtual bool operator() (const reco::Track*, const PixelTrackFilter::Hits & hits) const;
16  virtual void update(edm::Event& ev);
17 private:
24 
25 };
26 
27 #endif
std::vector< const TrackingRecHit * > Hits
std::vector< Vertex > VertexCollection
collection of Vertex objects
Definition: VertexFwd.h:9
const reco::VertexCollection * theVertices
HIPixelTrackFilter(const edm::ParameterSet &ps, const edm::EventSetup &es)
edm::InputTag theVertexCollection
virtual bool operator()(const reco::Track *, const PixelTrackFilter::Hits &hits) const
virtual void update(edm::Event &ev)