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 |
TemplatedVertexArbitrator (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 |
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::ESGetToken< TransientTrackBuilder, TransientTrackRecord > | token_trackBuilder |
edm::EDGetTokenT< InputContainer > | token_tracks |
Definition at line 49 of file VertexArbitrators.cc.
typedef std::vector<VTX> TemplatedVertexArbitrator< InputContainer, VTX >::Product |
Definition at line 51 of file VertexArbitrators.cc.
TemplatedVertexArbitrator< InputContainer, VTX >::TemplatedVertexArbitrator | ( | const edm::ParameterSet & | params | ) |
Definition at line 102 of file VertexArbitrators.cc.
References submitPVValidationJobs::params.
|
inlinestatic |
Definition at line 54 of file VertexArbitrators.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), edm::ConfigurationDescriptions::addDefault(), ProducerED_cfi::InputTag, and relativeConstraints::value.
|
override |
Definition at line 114 of file VertexArbitrators.cc.
References pwdgSkimBPark_cfi::beamSpot, tthelpers::buildTT(), edm::EventSetup::getHandle(), eostools::move(), nTracks(), HLT_2024v14_cff::primaryVertices, HLT_2024v14_cff::secondaryVertices, TrackCollections2monitor_cff::selectedTracks, HLT_2024v14_cff::track, and DiMuonV_cfg::tracks.
|
private |
|
private |
Definition at line 98 of file VertexArbitrators.cc.
|
private |
Definition at line 96 of file VertexArbitrators.cc.
|
private |
Definition at line 93 of file VertexArbitrators.cc.
|
private |
Definition at line 94 of file VertexArbitrators.cc.
|
private |
Definition at line 97 of file VertexArbitrators.cc.
|
private |
Definition at line 95 of file VertexArbitrators.cc.