CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PFDisplacedVertexCandidateProducer.h
Go to the documentation of this file.
1 #ifndef RecoParticleFlow_PFTracking_PFDisplacedVertexCandidateProducer_h_
2 #define RecoParticleFlow_PFTracking_PFDisplacedVertexCandidateProducer_h_
3 
4 // user include files
8 
11 
15 
28  public:
29 
31 
33 
34  virtual void produce(edm::Event&, const edm::EventSetup&) override;
35 
36  private:
37 
40 
44 
46  bool verbose_;
47 
50 
51 };
52 
53 #endif
edm::EDGetTokenT< reco::TrackCollection > inputTagTracks_
Reco Tracks used to spot the nuclear interactions.
PFDisplacedVertexCandidateFinder pfDisplacedVertexCandidateFinder_
Displaced Vertex Candidates finder.
edm::EDGetTokenT< reco::BeamSpot > inputTagBeamSpot_
edm::EDGetTokenT< reco::VertexCollection > inputTagMainVertex_
Input tag for main vertex to cut of dxy of secondary tracks.
virtual void produce(edm::Event &, const edm::EventSetup &) override