#include <L1GtTextToRaw.h>
Public Member Functions | |
L1GtTextToRaw (const edm::ParameterSet &) | |
constructor(s) More... | |
virtual | ~L1GtTextToRaw () |
destructor More... | |
Public Member Functions inherited from edm::EDProducer | |
EDProducer () | |
ModuleDescription const & | moduleDescription () const |
virtual | ~EDProducer () |
Public Member Functions inherited from edm::ProducerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
std::vector< edm::ProductResolverIndex > const & | indiciesForPutProducts (BranchType iBranchType) const |
ProducerBase () | |
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
std::function< void(BranchDescription const &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
void | resolvePutIndicies (BranchType iBranchType, std::unordered_multimap< std::string, edm::ProductResolverIndex > const &iIndicies, std::string const &moduleLabel) |
virtual | ~ProducerBase () noexcept(false) |
Public Member Functions inherited from edm::EDConsumerBase | |
std::vector< ConsumesInfo > | consumesInfo () const |
EDConsumerBase () | |
EDConsumerBase (EDConsumerBase const &)=delete | |
EDConsumerBase (EDConsumerBase &&)=default | |
ProductResolverIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const |
void | itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const |
std::vector< ProductResolverIndexAndSkipBit > const & | itemsToGetFromEvent () const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
EDConsumerBase const & | operator= (EDConsumerBase const &)=delete |
EDConsumerBase & | operator= (EDConsumerBase &&)=default |
bool | registeredToConsume (ProductResolverIndex, bool, BranchType) const |
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
void | updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet) |
virtual | ~EDConsumerBase () noexcept(false) |
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 |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
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::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 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
Definition at line 138 of file L1GtTextToRaw.cc.
References FEDRawData::data(), TauDecayModes::dec, getDataSize(), LogDebug, LogTrace, m_daqGtFedId, m_rawDataSize, m_textFile, eostools::move(), 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().