#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 | |
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 &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<> | |
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 |
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 edm::ParameterSetDescription::setUnknown().
|
overrideprivate |
Definition at line 97 of file TestBXVectorRefProducer.cc.
References doRefs_, iEvent, singleTopDQM_cfi::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().