#include <ExcludedFEDListProducer.h>
Public Member Functions | |
void | beginRun (const edm::Run &run, const edm::EventSetup &es) override |
ExcludedFEDListProducer (const edm::ParameterSet &pset) | |
constructor More... | |
void | produce (edm::Event &event, const edm::EventSetup &es) override |
~ExcludedFEDListProducer () override | |
default constructor More... | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () const final |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Private Attributes | |
const SiStripFedCabling * | cabling_ |
edm::ESGetToken< SiStripFedCabling, SiStripFedCablingRcd > | cablingToken_ |
uint32_t | cacheId_ |
DetIdCollection | detids_ |
unsigned int | runNumber_ |
const edm::EDGetTokenT< FEDRawDataCollection > | 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 |
Definition at line 27 of file ExcludedFEDListProducer.h.
sistrip::ExcludedFEDListProducer::ExcludedFEDListProducer | ( | const edm::ParameterSet & | pset | ) |
constructor
Definition at line 22 of file ExcludedFEDListProducer.cc.
|
override |
|
override |
Definition at line 33 of file ExcludedFEDListProducer.cc.
References c, cabling_, cablingToken_, cacheId_, edm::EventSetup::get(), and edm::EventSetup::getHandle().
|
static |
Definition at line 44 of file ExcludedFEDListProducer.cc.
References edm::ConfigurationDescriptions::add(), submitPVResolutionJobs::desc, and HLT_FULL_cff::InputTag.
|
override |
Definition at line 50 of file ExcludedFEDListProducer.cc.
References cabling_, detids_, SiStripFedCabling::fedConnections(), FEDRawDataCollection::FEDData(), SiStripFedCabling::fedIds(), input, sistrip::invalid32_, edm::EDCollection< T >::push_back(), edm::EDCollection< T >::reserve(), runNumber_, edm::EDCollection< T >::size(), edm::EDCollection< T >::swap(), and token_.
|
private |
Definition at line 40 of file ExcludedFEDListProducer.h.
Referenced by beginRun(), and produce().
|
private |
Definition at line 42 of file ExcludedFEDListProducer.h.
Referenced by beginRun().
|
private |
Definition at line 39 of file ExcludedFEDListProducer.h.
Referenced by beginRun().
|
private |
Definition at line 44 of file ExcludedFEDListProducer.h.
Referenced by produce().
|
private |
Definition at line 38 of file ExcludedFEDListProducer.h.
Referenced by produce().
|
private |
Definition at line 41 of file ExcludedFEDListProducer.h.
Referenced by produce().