Private Member Functions | |
virtual void | analyze (const edm::Event &, const edm::EventSetup &) override |
virtual void | beginJob () override |
virtual void | endJob () override |
Private Attributes | |
unsigned int | fedIdToDump_ |
edm::InputTag | rawDataTag_ |
edm::EDGetTokenT < FEDRawDataCollection > | rawDataToken_ |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
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 21 of file SiStripFEDDump.cc.
|
explicit |
Definition at line 43 of file SiStripFEDDump.cc.
References fedIdToDump_, FEDNumbering::MAXSiStripFEDID, FEDNumbering::MINSiStripFEDID, rawDataTag_, and rawDataToken_.
SiStripFEDDumpPlugin::~SiStripFEDDumpPlugin | ( | ) |
Definition at line 53 of file SiStripFEDDump.cc.
|
overrideprivatevirtual |
Implements edm::EDAnalyzer.
Definition at line 64 of file SiStripFEDDump.cc.
References FEDRawData::data(), sistrip::FEDBufferBase::dump(), FEDRawDataCollection::FEDData(), fedIdToDump_, edm::Event::getByToken(), rawDataToken_, and FEDRawData::size().
|
overrideprivatevirtual |
|
overrideprivatevirtual |
|
private |
Definition at line 35 of file SiStripFEDDump.cc.
Referenced by analyze(), and SiStripFEDDumpPlugin().
|
private |
Definition at line 32 of file SiStripFEDDump.cc.
Referenced by SiStripFEDDumpPlugin().
|
private |
Definition at line 33 of file SiStripFEDDump.cc.
Referenced by analyze(), and SiStripFEDDumpPlugin().