#include <DTUnpackingModule.h>
Private Attributes | |
bool | dqmOnly |
edm::InputTag | inputLabel |
if not you need the label More... | |
int | maxFEDid_ |
int | minFEDid_ |
if not you need to set the range by hand More... | |
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::EDProducer | |
typedef EDProducer | ModuleType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Static Public Member Functions inherited from edm::EDProducer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::ProducerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
The unpacking module for DTs.
Definition at line 17 of file DTUnpackingModule.h.
DTUnpackingModule::DTUnpackingModule | ( | const edm::ParameterSet & | pset | ) |
Constructor.
Definition at line 37 of file DTUnpackingModule.cc.
References dtTPAnalyzer_cfg::dataType, dqmOnly, edm::hlt::Exception, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), inputLabel, maxFEDid_, minFEDid_, unpacker, and useStandardFEDid_.
|
virtual |
|
virtual |
Call the Unpackers and create the digis.
Implements edm::EDProducer.
Definition at line 75 of file DTUnpackingModule.cc.
References FEDRawData::data(), dqmOnly, edm::EventSetup::get(), edm::Event::getByLabel(), inputLabel, DTUnpacker::interpretRawData(), edm::HandleBase::isValid(), FEDNumbering::MAXDTFEDID, maxFEDid_, FEDNumbering::MINDTFEDID, minFEDid_, edm::Event::put(), lumiPlot::rawdata, FEDRawData::size(), unpacker, and useStandardFEDid_.
Referenced by JSONExport.JsonExport::export(), HTMLExport.HTMLExport::export(), and HTMLExport.HTMLExportStatic::export().
|
private |
Definition at line 40 of file DTUnpackingModule.h.
Referenced by DTUnpackingModule(), and produce().
|
private |
if not you need the label
Definition at line 34 of file DTUnpackingModule.h.
Referenced by DTUnpackingModule(), and produce().
|
private |
Definition at line 39 of file DTUnpackingModule.h.
Referenced by DTUnpackingModule(), and produce().
|
private |
if not you need to set the range by hand
Definition at line 38 of file DTUnpackingModule.h.
Referenced by DTUnpackingModule(), and produce().
|
private |
Definition at line 31 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 36 of file DTUnpackingModule.h.
Referenced by DTUnpackingModule(), and produce().