Producer for DisplacedVertices. More...
#include <PFDisplacedVertexProducer.h>
Public Member Functions | |
PFDisplacedVertexProducer (const edm::ParameterSet &) | |
void | produce (edm::Event &, const edm::EventSetup &) override |
~PFDisplacedVertexProducer () override | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndRuns () const final |
Private Attributes | |
edm::EDGetTokenT< reco::BeamSpot > | inputTagBeamSpot_ |
edm::EDGetTokenT< reco::VertexCollection > | inputTagMainVertex_ |
Input tag for main vertex to cut of dxy of secondary tracks. More... | |
edm::EDGetTokenT< reco::PFDisplacedVertexCandidateCollection > | inputTagVertexCandidates_ |
PFDisplacedVertexFinder | pfDisplacedVertexFinder_ |
Displaced Vertices finder. More... | |
bool | verbose_ |
verbose ? More... | |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDProducer<> | |
typedef CacheContexts< T... > | CacheTypes |
typedef CacheTypes::GlobalCache | GlobalCache |
typedef AbilityChecker< T... > | HasAbility |
typedef CacheTypes::LuminosityBlockCache | LuminosityBlockCache |
typedef LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > | LuminosityBlockContext |
typedef CacheTypes::LuminosityBlockSummaryCache | LuminosityBlockSummaryCache |
typedef CacheTypes::RunCache | RunCache |
typedef RunContextT< RunCache, GlobalCache > | RunContext |
typedef CacheTypes::RunSummaryCache | RunSummaryCache |
Producer for DisplacedVertices.
This producer makes use of DisplacedVertexFinder. This Finder fit vertex candidates out of the DisplacedVertexCandidates which contain all tracks linked together by the criterion which is by default the minimal approach distance.
Definition at line 25 of file PFDisplacedVertexProducer.h.
|
explicit |
Definition at line 27 of file PFDisplacedVertexProducer.cc.
References debug, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), particleFlowDisplacedVertex_cfi::longSize, particleFlowDisplacedVertex_cfi::minAdaptWeight, particleFlowDisplacedVertex_cfi::primaryVertexCut, particleFlowDisplacedVertex_cfi::switchOff2TrackVertex, particleFlowDisplacedVertex_cfi::tecCut, particleFlowDisplacedVertex_cfi::tobCut, and particleFlowDisplacedVertex_cfi::transvSize.
|
override |
Definition at line 86 of file PFDisplacedVertexProducer.cc.
|
override |
Definition at line 88 of file PFDisplacedVertexProducer.cc.
References gather_cfg::cout, edm::EventSetup::get(), get, iEvent, LogDebug, eostools::move(), edm::ESHandle< T >::product(), and str.
|
private |
Definition at line 41 of file PFDisplacedVertexProducer.h.
|
private |
Input tag for main vertex to cut of dxy of secondary tracks.
Definition at line 40 of file PFDisplacedVertexProducer.h.
|
private |
Collection of DisplacedVertex Candidates used as input for the Displaced VertexFinder.
Definition at line 36 of file PFDisplacedVertexProducer.h.
|
private |
Displaced Vertices finder.
Definition at line 47 of file PFDisplacedVertexProducer.h.
|
private |
verbose ?
Definition at line 44 of file PFDisplacedVertexProducer.h.