#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 | 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 | 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 40 of file TcdsRawToDigi.cc.
|
explicit |
Definition at line 53 of file TcdsRawToDigi.cc.
References dataToken_, and edm::ParameterSet::getParameter().
|
override |
Definition at line 59 of file TcdsRawToDigi.cc.
|
static |
Definition at line 83 of file TcdsRawToDigi.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), DEFINE_FWK_MODULE, and HLT_2018_cff::InputTag.
|
overrideprivate |
Definition at line 66 of file TcdsRawToDigi.cc.
References FEDRawData::data(), dataToken_, FEDRawDataCollection::FEDData(), edm::Event::getByToken(), edm::HandleBase::isValid(), FEDNumbering::MINTCDSuTCAFEDID, edm::Event::put(), and FEDRawData::size().
Referenced by JSONExport.JsonExport::export(), HTMLExport.HTMLExport::export(), and HTMLExport.HTMLExportStatic::export().
|
private |
Definition at line 50 of file TcdsRawToDigi.cc.
Referenced by produce(), and TcdsRawToDigi().