CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PixelVertexProducerClusters.h
Go to the documentation of this file.
1 #ifndef PixelVertexProducerClusters_H
2 #define PixelVertexProducerClusters_H
3 
6 
7 namespace edm { class Run; class Event; class EventSetup; }
8 
9 class TrackerGeometry;
10 class VertexHit;
11 
13 {
14 public:
17  int getContainedHits(const std::vector<VertexHit>& hits, float z0, float & chi);
18  virtual void produce(edm::Event& ev, const edm::EventSetup& es) override;
19 
20 private:
21  void beginRun(edm::Run const & run, edm::EventSetup const & es) override;
22 
24 
26 };
27 #endif
int getContainedHits(const std::vector< VertexHit > &hits, float z0, float &chi)
void beginRun(edm::Run const &run, edm::EventSetup const &es) override
virtual void produce(edm::Event &ev, const edm::EventSetup &es) override
PixelVertexProducerClusters(const edm::ParameterSet &ps)
Definition: Run.h:41