#include <TemplatedVertexArbitrator.h>
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 |
TemplatedVertexArbitrator (const edm::ParameterSet ¶ms) | |
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 |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &cdesc) |
Private Member Functions | |
bool | trackFilter (const reco::TrackRef &track) const |
Private Attributes | |
std::unique_ptr< TrackVertexArbitration< VTX > > | theArbitrator |
edm::EDGetTokenT< reco::BeamSpot > | token_beamSpot |
edm::EDGetTokenT< reco::VertexCollection > | token_primaryVertex |
edm::EDGetTokenT< Product > | token_secondaryVertex |
edm::EDGetTokenT< InputContainer > | token_tracks |
Definition at line 48 of file TemplatedVertexArbitrator.h.
typedef std::vector<VTX> TemplatedVertexArbitrator< InputContainer, VTX >::Product |
Definition at line 50 of file TemplatedVertexArbitrator.h.
TemplatedVertexArbitrator< InputContainer, VTX >::TemplatedVertexArbitrator | ( | const edm::ParameterSet & | params | ) |
Definition at line 100 of file TemplatedVertexArbitrator.h.
References CalibrationSummaryClient_cfi::params.
|
inlinestatic |
Definition at line 53 of file TemplatedVertexArbitrator.h.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), edm::ConfigurationDescriptions::addDefault(), HLT_2018_cff::InputTag, and relativeConstraints::value.
|
override |
Definition at line 110 of file TemplatedVertexArbitrator.h.
References pwdgSkimBPark_cfi::beamSpot, tthelpers::buildTT(), reco::get(), edm::EventSetup::get(), eostools::move(), nTracks(), zMuMuMuonUserData::primaryVertices, MetAnalyzer::pv(), HLT_2018_cff::secondaryVertices, TrackCollections2monitor_cff::selectedTracks, HLT_2018_cff::track, and PDWG_EXOHSCP_cff::tracks.
|
private |
|
private |
Definition at line 96 of file TemplatedVertexArbitrator.h.
|
private |
Definition at line 95 of file TemplatedVertexArbitrator.h.
|
private |
Definition at line 92 of file TemplatedVertexArbitrator.h.
|
private |
Definition at line 93 of file TemplatedVertexArbitrator.h.
|
private |
Definition at line 94 of file TemplatedVertexArbitrator.h.