Public Types | |
typedef std::vector< VTX > | Product |
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 |
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 | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () const final |
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 CalibrationSummaryClient_cfi::params, and TemplatedVertexMerger< VTX >::token_secondaryVertex.
|
override |
Definition at line 46 of file VertexMerger.cc.
References vertexTools::computeSharedTracks(), RecoVertex::convertError(), RecoVertex::convertPos(), VertexDistance3D::distance(), HLT_FULL_cff::maxFraction, HLT_FULL_cff::minSignificance, eostools::move(), indexGen::s2, HLT_FULL_cff::secondaryVertices, Measurement1D::significance(), and pfDeepBoostedJetPreprocessParams_cfi::sv.
|
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().