#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 Types inherited from edm::stream::EDProducerBase | |
typedef EDProducerAdaptorBase | ModuleType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Private Member Functions | |
bool | trackFilter (const reco::TrackRef &track) const |
Private Attributes | |
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 |
Additional Inherited Members | |
Static Public Member Functions inherited from edm::stream::EDProducerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::ProducerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
Definition at line 49 of file TemplatedVertexArbitrator.h.
typedef std::vector<VTX> TemplatedVertexArbitrator< InputContainer, VTX >::Product |
Definition at line 51 of file TemplatedVertexArbitrator.h.
TemplatedVertexArbitrator< InputContainer, VTX >::TemplatedVertexArbitrator | ( | const edm::ParameterSet & | params | ) |
Definition at line 69 of file TemplatedVertexArbitrator.h.
References edm::ParameterSet::getParameter().
|
overridevirtual |
Implements edm::stream::EDProducerBase.
Definition at line 80 of file TemplatedVertexArbitrator.h.
References SiPixelRawToDigiRegional_cfi::beamSpot, tthelpers::buildTT(), edm::EventSetup::get(), MetAnalyzer::pv(), dt_dqm_sourceclient_common_cff::reco, TrackCollections2monitor_cff::selectedTracks, and testEve_cfg::tracks.
|
private |
|
private |
Definition at line 64 of file TemplatedVertexArbitrator.h.
|
private |
Definition at line 63 of file TemplatedVertexArbitrator.h.
|
private |
Definition at line 60 of file TemplatedVertexArbitrator.h.
|
private |
Definition at line 61 of file TemplatedVertexArbitrator.h.
|
private |
Definition at line 62 of file TemplatedVertexArbitrator.h.