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 // $Id: PixelVertexProducer.h,v 1.2 2006/06/05 23:23:34 aarond Exp $
24 //
25 
31 
33 
35  public:
36  explicit PixelVertexProducer(const edm::ParameterSet&);
38 
39  virtual void produce(edm::Event&, const edm::EventSetup&);
40  private:
41  // ----------member data ---------------------------
43  // Turn on debug printing if verbose_ > 0
44  int verbose_;
46  // Tracking cuts before sending tracks to vertex algo
47  double ptMin_;
48 };
49 #endif
virtual void produce(edm::Event &, const edm::EventSetup &)
PixelVertexProducer(const edm::ParameterSet &)
edm::ParameterSet conf_
DivisiveVertexFinder * dvf_