#include <ProdTutorial/TcdsRawToDigi/plugins/TcdsRawToDigi.cc>
Public Member Functions | |
TcdsRawToDigi (const edm::ParameterSet &) | |
~TcdsRawToDigi () override | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
bool | hasAbilityToProduceInLumis () const final |
bool | hasAbilityToProduceInRuns () const final |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Private Member Functions | |
void | produce (edm::Event &, const edm::EventSetup &) override |
Private Attributes | |
edm::EDGetTokenT< FEDRawDataCollection > | dataToken_ |
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: Producer to unpack lumi nibble from TCDS
Definition at line 43 of file TcdsRawToDigi.cc.
|
explicit |
Definition at line 57 of file TcdsRawToDigi.cc.
References dataToken_, and edm::ParameterSet::getParameter().
|
override |
Definition at line 65 of file TcdsRawToDigi.cc.
|
static |
Definition at line 95 of file TcdsRawToDigi.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), and DEFINE_FWK_MODULE.
|
overrideprivate |
Definition at line 75 of file TcdsRawToDigi.cc.
References FEDRawData::data(), dataToken_, FEDRawDataCollection::FEDData(), edm::Event::getByToken(), edm::HandleBase::isValid(), FEDNumbering::MINTCDSuTCAFEDID, edm::Event::put(), matplotRender::rawdata, and FEDRawData::size().
Referenced by JSONExport.JsonExport::export(), HTMLExport.HTMLExport::export(), and HTMLExport.HTMLExportStatic::export().
|
private |
Definition at line 53 of file TcdsRawToDigi.cc.
Referenced by produce(), and TcdsRawToDigi().