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(std::vector<VertexHit> hits, float z0, float & chi);
18  virtual void produce(edm::Event& ev, const edm::EventSetup& es);
19 
20 private:
21  void beginRun(edm::Run const & run, edm::EventSetup const & es);
22 
24 
26 };
27 #endif
void beginRun(edm::Run const &run, edm::EventSetup const &es)
int getContainedHits(std::vector< VertexHit > hits, float z0, float &chi)
virtual void produce(edm::Event &ev, const edm::EventSetup &es)
PixelVertexProducerClusters(const edm::ParameterSet &ps)
Definition: Run.h:33