#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 | |
EDProducer (const EDProducer &)=delete | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () const final |
const EDProducer & | operator= (const EDProducer &)=delete |
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... | |
edm::ESGetToken< DTReadOutMapping, DTReadOutMappingRcd > | mappingToken_ |
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<> | |
using | CacheTypes = CacheContexts< T... > |
using | GlobalCache = typename CacheTypes::GlobalCache |
using | HasAbility = AbilityChecker< T... > |
using | InputProcessBlockCache = typename CacheTypes::InputProcessBlockCache |
using | LuminosityBlockCache = typename CacheTypes::LuminosityBlockCache |
using | LuminosityBlockContext = LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > |
using | LuminosityBlockSummaryCache = typename CacheTypes::LuminosityBlockSummaryCache |
using | RunCache = typename CacheTypes::RunCache |
using | RunContext = RunContextT< RunCache, GlobalCache > |
using | RunSummaryCache = typename CacheTypes::RunSummaryCache |
The unpacking module for DTs.
Definition at line 21 of file DTUnpackingModule.h.
DTUnpackingModule::DTUnpackingModule | ( | const edm::ParameterSet & | pset | ) |
Constructor.
Definition at line 34 of file DTUnpackingModule.cc.
References dataType, dqmOnly, Exception, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), inputLabel, mappingToken_, maxFEDid_, minFEDid_, performDataIntegrityMonitor, unpacker, and useStandardFEDid_.
|
override |
|
static |
Definition at line 70 of file DTUnpackingModule.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), edm::ParameterSetDescription::addUntracked(), submitPVResolutionJobs::desc, ProducerED_cfi::InputTag, and AlCaHLTBitMon_QueryRunRegistry::string.
|
override |
Call the Unpackers and create the digis.
Definition at line 99 of file DTUnpackingModule.cc.
References visDQMUpload::context, FEDRawData::data(), dataType, dqmOnly, MillePedeFileConverter_cfg::e, FEDRawDataCollection::FEDData(), l1ctLayer2EG_cff::id, inputLabel, DTUnpacker::interpretRawData(), edm::HandleBase::isValid(), HPSPFTaus_cff::mapping, mappingToken_, FEDNumbering::MAXDTFEDID, maxFEDid_, FEDNumbering::MINDTFEDID, minFEDid_, eostools::move(), performDataIntegrityMonitor, FEDRawData::size(), unpacker, and useStandardFEDid_.
|
private |
Definition at line 47 of file DTUnpackingModule.h.
Referenced by DTUnpackingModule(), and produce().
|
private |
Definition at line 45 of file DTUnpackingModule.h.
Referenced by DTUnpackingModule(), and produce().
|
private |
if not you need the label
Definition at line 38 of file DTUnpackingModule.h.
Referenced by DTUnpackingModule(), and produce().
|
private |
Definition at line 39 of file DTUnpackingModule.h.
Referenced by DTUnpackingModule(), and produce().
|
private |
Definition at line 44 of file DTUnpackingModule.h.
Referenced by DTUnpackingModule(), and produce().
|
private |
if not you need to set the range by hand
Definition at line 43 of file DTUnpackingModule.h.
Referenced by DTUnpackingModule(), and produce().
|
private |
Definition at line 46 of file DTUnpackingModule.h.
Referenced by DTUnpackingModule(), and produce().
|
private |
Definition at line 35 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 41 of file DTUnpackingModule.h.
Referenced by DTUnpackingModule(), and produce().