Public Types | |
typedef std::vector< VTX > | Product |
Public Types inherited from edm::stream::EDProducer<> | |
using | CacheTypes = CacheContexts< T...> |
using | GlobalCache = typename CacheTypes::GlobalCache |
using | HasAbility = AbilityChecker< T...> |
using | InputProcessBlockCache = typename CacheTypes::InputProcessBlockCache |
using | LuminosityBlockCache = typename CacheTypes::LuminosityBlockCache |
using | LuminosityBlockContext = LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > |
using | LuminosityBlockSummaryCache = typename CacheTypes::LuminosityBlockSummaryCache |
using | RunCache = typename CacheTypes::RunCache |
using | RunContext = RunContextT< RunCache, GlobalCache > |
using | RunSummaryCache = typename CacheTypes::RunSummaryCache |
Public Member Functions | |
void | produce (edm::Event &event, const edm::EventSetup &es) override |
TemplatedVertexMerger (const edm::ParameterSet ¶ms) | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
EDProducer (const EDProducer &)=delete | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () const final |
const EDProducer & | operator= (const EDProducer &)=delete |
Private Member Functions | |
bool | trackFilter (const reco::TrackRef &track) const |
Private Attributes | |
double | maxFraction |
double | minSignificance |
edm::EDGetTokenT< Product > | token_secondaryVertex |
Definition at line 22 of file VertexMerger.cc.
typedef std::vector<VTX> TemplatedVertexMerger< VTX >::Product |
Definition at line 24 of file VertexMerger.cc.
TemplatedVertexMerger< VTX >::TemplatedVertexMerger | ( | const edm::ParameterSet & | params | ) |
Definition at line 38 of file VertexMerger.cc.
References edm::ParameterSet::getParameter(), and TemplatedVertexMerger< VTX >::token_secondaryVertex.
|
override |
Definition at line 46 of file VertexMerger.cc.
References vertexTools::computeSharedTracks(), RecoVertex::convertError(), RecoVertex::convertPos(), HLT_FULL_cff::maxFraction, HLT_FULL_cff::minSignificance, eostools::move(), dt_dqm_sourceclient_common_cff::reco, and HLT_FULL_cff::secondaryVertices.
|
private |
|
private |
Definition at line 33 of file VertexMerger.cc.
|
private |
Definition at line 34 of file VertexMerger.cc.
|
private |
Definition at line 32 of file VertexMerger.cc.
Referenced by TemplatedVertexMerger< VTX >::TemplatedVertexMerger().