#include <HLTrigger/TestBXVectorRefProducer/plugins/TestBXVectorRefProducer.cc>
Public Member Functions | |
TestBXVectorRefProducer (const edm::ParameterSet &) | |
~TestBXVectorRefProducer () override | |
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 &descriptions) |
Private Member Functions | |
void | beginStream (edm::StreamID) override |
void | endStream () override |
void | produce (edm::Event &, const edm::EventSetup &) override |
Private Attributes | |
bool | doRefs_ |
edm::InputTag | src_ |
edm::EDGetTokenT< l1t::JetBxCollection > | token_ |
Additional Inherited Members | |
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 |
Description: Simple testing producer to test storing of Ref<BXVector> (example of <l1t::JetRef>) in the Event.
Implementation: Pick up the BXVector<l1t::Jet> from the event and try to store the Refs back into the Event.
Definition at line 39 of file TestBXVectorRefProducer.cc.
|
explicit |
Definition at line 73 of file TestBXVectorRefProducer.cc.
References doRefs_, edm::ParameterSet::getParameter(), src_, and token_.
|
override |
Definition at line 87 of file TestBXVectorRefProducer.cc.
|
overrideprivate |
Definition at line 131 of file TestBXVectorRefProducer.cc.
|
overrideprivate |
Definition at line 134 of file TestBXVectorRefProducer.cc.
|
static |
Definition at line 169 of file TestBXVectorRefProducer.cc.
References edm::ConfigurationDescriptions::addDefault(), and submitPVResolutionJobs::desc.
|
overrideprivate |
Definition at line 97 of file TestBXVectorRefProducer.cc.
References doRefs_, iEvent, PDWG_EXODelayedJetMET_cff::jets, eostools::move(), findQualityFiles::size, and token_.
|
private |
Definition at line 57 of file TestBXVectorRefProducer.cc.
Referenced by produce(), and TestBXVectorRefProducer().
|
private |
Definition at line 58 of file TestBXVectorRefProducer.cc.
Referenced by TestBXVectorRefProducer().
|
private |
Definition at line 59 of file TestBXVectorRefProducer.cc.
Referenced by produce(), and TestBXVectorRefProducer().