#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 | 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 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 36 of file DTUnpackingModule.cc.
References dataType, dqmOnly, Exception, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), inputLabel, maxFEDid_, minFEDid_, performDataIntegrityMonitor, unpacker, and useStandardFEDid_.
|
override |
|
static |
|
override |
Call the Unpackers and create the digis.
Definition at line 100 of file DTUnpackingModule.cc.
References FEDRawData::data(), dataType, dqmOnly, MillePedeFileConverter_cfg::e, FEDRawDataCollection::FEDData(), edm::EventSetup::get(), get, triggerObjects_cff::id, inputLabel, DTUnpacker::interpretRawData(), edm::HandleBase::isValid(), taus_updatedMVAIds_cff::mapping, FEDNumbering::MAXDTFEDID, maxFEDid_, FEDNumbering::MINDTFEDID, minFEDid_, eostools::move(), performDataIntegrityMonitor, FEDRawData::size(), unpacker, and useStandardFEDid_.
|
private |
Definition at line 43 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 the label
Definition at line 35 of file DTUnpackingModule.h.
Referenced by DTUnpackingModule(), and produce().
|
private |
Definition at line 40 of file DTUnpackingModule.h.
Referenced by DTUnpackingModule(), and produce().
|
private |
if not you need to set the range by hand
Definition at line 39 of file DTUnpackingModule.h.
Referenced by DTUnpackingModule(), and produce().
|
private |
Definition at line 42 of file DTUnpackingModule.h.
Referenced by DTUnpackingModule(), and produce().
|
private |
Definition at line 32 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 37 of file DTUnpackingModule.h.
Referenced by DTUnpackingModule(), and produce().