CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PixelVertexProducer.h
Go to the documentation of this file.
1 #ifndef PixelVertexFinding_PixelVertexProducer_h
2 #define PixelVertexFinding_PixelVertexProducer_h
3 // -*- C++ -*-
4 //
5 // Package: PixelVertexProducer
6 // Class: PixelVertexProducer
7 //
20 //
21 // Original Author: Aaron Dominguez (UNL)
22 // Created: Thu May 25 10:17:32 CDT 2006
23 //
24 
30 
32 
34  public:
35  explicit PixelVertexProducer(const edm::ParameterSet&);
37 
38  virtual void produce(edm::Event&, const edm::EventSetup&);
39  private:
40  // ----------member data ---------------------------
42  // Turn on debug printing if verbose_ > 0
43  int verbose_;
45  // Tracking cuts before sending tracks to vertex algo
46  double ptMin_;
47 };
48 #endif
virtual void produce(edm::Event &, const edm::EventSetup &)
PixelVertexProducer(const edm::ParameterSet &)
edm::ParameterSet conf_
DivisiveVertexFinder * dvf_