#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 | |
virtual 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 | hasAbilityToProduceInLumis () const final |
bool | hasAbilityToProduceInRuns () 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 52 of file TemplatedVertexArbitrator.h.
typedef std::vector<VTX> TemplatedVertexArbitrator< InputContainer, VTX >::Product |
Definition at line 54 of file TemplatedVertexArbitrator.h.
TemplatedVertexArbitrator< InputContainer, VTX >::TemplatedVertexArbitrator | ( | const edm::ParameterSet & | params | ) |
Definition at line 105 of file TemplatedVertexArbitrator.h.
References edm::ParameterSet::getParameter(), TemplatedVertexArbitrator< InputContainer, VTX >::theArbitrator, TemplatedVertexArbitrator< InputContainer, VTX >::token_beamSpot, TemplatedVertexArbitrator< InputContainer, VTX >::token_primaryVertex, TemplatedVertexArbitrator< InputContainer, VTX >::token_secondaryVertex, and TemplatedVertexArbitrator< InputContainer, VTX >::token_tracks.
|
inlinestatic |
Definition at line 57 of file TemplatedVertexArbitrator.h.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), edm::ConfigurationDescriptions::addDefault(), TemplatedVertexArbitrator< InputContainer, VTX >::produce(), HiIsolationCommonParameters_cff::track, TemplatedVertexArbitrator< InputContainer, VTX >::trackFilter(), and relativeConstraints::value.
|
overridevirtual |
Definition at line 116 of file TemplatedVertexArbitrator.h.
References ecalDrivenElectronSeedsParameters_cff::beamSpot, tthelpers::buildTT(), edm::EventSetup::get(), eostools::move(), nTracks(), jets_cff::primaryVertices, edm::Handle< T >::product(), MetAnalyzer::pv(), lostTracks_cfi::secondaryVertices, trackingPlots::selectedTracks, TemplatedVertexArbitrator< InputContainer, VTX >::theArbitrator, TemplatedVertexArbitrator< InputContainer, VTX >::token_beamSpot, TemplatedVertexArbitrator< InputContainer, VTX >::token_primaryVertex, TemplatedVertexArbitrator< InputContainer, VTX >::token_secondaryVertex, TemplatedVertexArbitrator< InputContainer, VTX >::token_tracks, HiIsolationCommonParameters_cff::track, and l1t::tracks.
Referenced by TemplatedVertexArbitrator< InputContainer, VTX >::fillDescriptions().
|
private |
|
private |
Definition at line 100 of file TemplatedVertexArbitrator.h.
Referenced by TemplatedVertexArbitrator< InputContainer, VTX >::produce(), and TemplatedVertexArbitrator< InputContainer, VTX >::TemplatedVertexArbitrator().
|
private |
Definition at line 99 of file TemplatedVertexArbitrator.h.
Referenced by TemplatedVertexArbitrator< InputContainer, VTX >::produce(), and TemplatedVertexArbitrator< InputContainer, VTX >::TemplatedVertexArbitrator().
|
private |
Definition at line 96 of file TemplatedVertexArbitrator.h.
Referenced by TemplatedVertexArbitrator< InputContainer, VTX >::produce(), and TemplatedVertexArbitrator< InputContainer, VTX >::TemplatedVertexArbitrator().
|
private |
Definition at line 97 of file TemplatedVertexArbitrator.h.
Referenced by TemplatedVertexArbitrator< InputContainer, VTX >::produce(), and TemplatedVertexArbitrator< InputContainer, VTX >::TemplatedVertexArbitrator().
|
private |
Definition at line 98 of file TemplatedVertexArbitrator.h.
Referenced by TemplatedVertexArbitrator< InputContainer, VTX >::produce(), and TemplatedVertexArbitrator< InputContainer, VTX >::TemplatedVertexArbitrator().