#include <DTUnpackingModule.h>
Public Member Functions | |
DTUnpackingModule (const edm::ParameterSet &pset) | |
Constructor. More... | |
void | produce (edm::Event &e, const edm::EventSetup &c) override |
Call the Unpackers and create the digis. More... | |
~DTUnpackingModule () override | |
Destructor. More... | |
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 Attributes | |
std::string | dataType |
bool | dqmOnly |
edm::EDGetTokenT< FEDRawDataCollection > | inputLabel |
if not you need the label More... | |
int | maxFEDid_ |
int | minFEDid_ |
if not you need to set the range by hand More... | |
bool | performDataIntegrityMonitor |
DTUnpacker * | unpacker |
bool | useStandardFEDid_ |
do you want to use the standard DT FED ID's, i.e. [770-775]? (why the hell 6??) More... | |
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 |
The unpacking module for DTs.
Definition at line 18 of file DTUnpackingModule.h.
DTUnpackingModule::DTUnpackingModule | ( | const edm::ParameterSet & | pset | ) |
Constructor.
Definition at line 40 of file DTUnpackingModule.cc.
References dataType, dqmOnly, Exception, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), inputLabel, maxFEDid_, minFEDid_, performDataIntegrityMonitor, unpacker, and useStandardFEDid_.
|
override |
|
static |
Definition at line 81 of file DTUnpackingModule.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), edm::ParameterSetDescription::addOptional(), edm::ParameterSetDescription::addUntracked(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
override |
Call the Unpackers and create the digis.
Definition at line 110 of file DTUnpackingModule.cc.
References FEDRawData::data(), dataType, dqmOnly, FEDRawDataCollection::FEDData(), edm::EventSetup::get(), edm::Event::getByToken(), triggerObjects_cff::id, inputLabel, DTUnpacker::interpretRawData(), edm::HandleBase::isValid(), taus_updatedMVAIds_cff::mapping, FEDNumbering::MAXDTFEDID, maxFEDid_, FEDNumbering::MINDTFEDID, minFEDid_, eostools::move(), performDataIntegrityMonitor, edm::Event::put(), matplotRender::rawdata, FEDRawData::size(), unpacker, and useStandardFEDid_.
Referenced by JSONExport.JsonExport::export(), HTMLExport.HTMLExport::export(), and HTMLExport.HTMLExportStatic::export().
|
private |
Definition at line 44 of file DTUnpackingModule.h.
Referenced by DTUnpackingModule(), and produce().
|
private |
Definition at line 42 of file DTUnpackingModule.h.
Referenced by DTUnpackingModule(), and produce().
|
private |
if not you need the label
Definition at line 36 of file DTUnpackingModule.h.
Referenced by DTUnpackingModule(), and produce().
|
private |
Definition at line 41 of file DTUnpackingModule.h.
Referenced by DTUnpackingModule(), and produce().
|
private |
if not you need to set the range by hand
Definition at line 40 of file DTUnpackingModule.h.
Referenced by DTUnpackingModule(), and produce().
|
private |
Definition at line 43 of file DTUnpackingModule.h.
Referenced by DTUnpackingModule(), and produce().
|
private |
Definition at line 33 of file DTUnpackingModule.h.
Referenced by DTUnpackingModule(), produce(), and ~DTUnpackingModule().
|
private |
do you want to use the standard DT FED ID's, i.e. [770-775]? (why the hell 6??)
Definition at line 38 of file DTUnpackingModule.h.
Referenced by DTUnpackingModule(), and produce().