CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PFDisplacedVertexProducer.h
Go to the documentation of this file.
1 #ifndef RecoParticleFlow_PFTracking_PFDisplacedVertexProducer_h_
2 #define RecoParticleFlow_PFTracking_PFDisplacedVertexProducer_h_
3 
4 // user include files
8 
11 
13 
26  public:
27 
29 
31 
32  virtual void produce(edm::Event&, const edm::EventSetup&) override;
33 
34  private:
35 
39 
41 
44 
46  bool verbose_;
47 
50 
51 };
52 
53 #endif
PFDisplacedVertexFinder pfDisplacedVertexFinder_
Displaced Vertices finder.
PFDisplacedVertexProducer(const edm::ParameterSet &)
edm::EDGetTokenT< reco::PFDisplacedVertexCandidateCollection > inputTagVertexCandidates_
Producer for DisplacedVertices.
edm::EDGetTokenT< reco::VertexCollection > inputTagMainVertex_
Input tag for main vertex to cut of dxy of secondary tracks.
edm::EDGetTokenT< reco::BeamSpot > inputTagBeamSpot_
virtual void produce(edm::Event &, const edm::EventSetup &) override