#include <L1GtTextToRaw.h>
Private Member Functions | |
virtual void | beginJob () |
beginning of job stuff More... | |
virtual void | cleanTextFile () |
clean the text file, if needed More... | |
virtual void | endJob () |
end of job stuff More... | |
virtual int | getDataSize () |
get the size of the record More... | |
virtual void | produce (edm::Event &, const edm::EventSetup &) |
loop over events More... | |
Private Attributes | |
int | m_daqGtFedId |
FED ID for the system. More... | |
int | m_rawDataSize |
raw event size (including header and trailer) in units of 8 bits More... | |
std::ifstream | m_textFile |
the file itself More... | |
std::string | m_textFileName |
file name for the text file More... | |
std::string | m_textFileType |
file type for the text file 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) |
Description: generate raw data from dumped text file.
Implementation: <TODO: enter implementation details>
Definition at line 36 of file L1GtTextToRaw.h.
|
explicit |
constructor(s)
Definition at line 40 of file L1GtTextToRaw.cc.
References edm::hlt::Exception, edm::ParameterSet::getUntrackedParameter(), recoMuon::in, LogDebug, m_daqGtFedId, m_rawDataSize, m_textFile, m_textFileName, m_textFileType, FEDNumbering::MAXTriggerGTPFEDID, and AlCaHLTBitMon_QueryRunRegistry::string.
|
virtual |
|
privatevirtual |
beginning of job stuff
Reimplemented from edm::EDProducer.
Definition at line 98 of file L1GtTextToRaw.cc.
References cleanTextFile().
|
privatevirtual |
clean the text file, if needed
Definition at line 106 of file L1GtTextToRaw.cc.
References LogDebug.
Referenced by beginJob().
|
privatevirtual |
end of job stuff
Reimplemented from edm::EDProducer.
Definition at line 214 of file L1GtTextToRaw.cc.
|
privatevirtual |
get the size of the record
Definition at line 118 of file L1GtTextToRaw.cc.
References LogDebug.
Referenced by produce().
|
privatevirtual |
loop over events
Implements edm::EDProducer.
Definition at line 138 of file L1GtTextToRaw.cc.
References FEDRawData::data(), getDataSize(), j, LogDebug, LogTrace, m_daqGtFedId, m_rawDataSize, m_textFile, edm::Event::put(), FEDRawData::resize(), FEDRawData::size(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by JSONExport.JsonExport::export(), HTMLExport.HTMLExport::export(), and HTMLExport.HTMLExportStatic::export().
|
private |
FED ID for the system.
Definition at line 76 of file L1GtTextToRaw.h.
Referenced by L1GtTextToRaw(), and produce().
|
private |
raw event size (including header and trailer) in units of 8 bits
Definition at line 73 of file L1GtTextToRaw.h.
Referenced by L1GtTextToRaw(), and produce().
|
private |
the file itself
Definition at line 79 of file L1GtTextToRaw.h.
Referenced by L1GtTextToRaw(), and produce().
|
private |
file name for the text file
Definition at line 70 of file L1GtTextToRaw.h.
Referenced by L1GtTextToRaw().
|
private |
file type for the text file
Definition at line 67 of file L1GtTextToRaw.h.
Referenced by L1GtTextToRaw().