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 
32 
34 
36  public:
37  explicit PixelVertexProducer(const edm::ParameterSet&);
39 
40  virtual void produce(edm::Event&, const edm::EventSetup&) override;
41  private:
42  // ----------member data ---------------------------
43  // Turn on debug printing if verbose_ > 0
44  const int verbose_;
45  // Tracking cuts before sending tracks to vertex algo
46  const double ptMin_;
47  const bool method2;
51 
53 
54 };
55 #endif
const edm::EDGetTokenT< reco::TrackCollection > token_Tracks
PixelVertexProducer(const edm::ParameterSet &)
const edm::InputTag trackCollName
const edm::EDGetTokenT< reco::BeamSpot > token_BeamSpot
DivisiveVertexFinder * dvf_
virtual void produce(edm::Event &, const edm::EventSetup &) override