#include <L1GtTextToRaw.h>
Private Member Functions | |
void | beginJob () override |
beginning of job stuff More... | |
virtual void | cleanTextFile () |
clean the text file, if needed More... | |
void | endJob () override |
end of job stuff More... | |
virtual int | getDataSize () |
get the size of the record More... | |
void | produce (edm::Event &, const edm::EventSetup &) override |
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::one::EDProducerBase | |
typedef EDProducerBase | ModuleType |
Public Types inherited from edm::ProducerBase | |
template<typename T > | |
using | BranchAliasSetterT = ProductRegistryHelper::BranchAliasSetterT< T > |
using | ModuleToResolverIndicies = std::unordered_multimap< std::string, std::tuple< edm::TypeID const *, const char *, edm::ProductResolverIndex > > |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::one::EDProducerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::ProducerBase | |
template<Transition Tr = Transition::Event> | |
auto | produces (std::string instanceName) noexcept |
declare what type of product will make and with which optional label More... | |
template<Transition B> | |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
template<BranchType B> | |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
template<typename ProductType , Transition B> | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
template<class ProductType > | |
BranchAliasSetterT< ProductType > | produces () |
template<typename ProductType , BranchType B> | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
template<typename ProductType , BranchType B> | |
BranchAliasSetterT< ProductType > | produces () |
template<class ProductType > | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
template<typename ProductType , Transition B> | |
BranchAliasSetterT< ProductType > | produces () |
template<Transition Tr = Transition::Event> | |
auto | produces () noexcept |
ProducesCollector | producesCollector () |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
template<BranchType B = InEvent> | |
EDConsumerBaseAdaptor< B > | consumes (edm::InputTag tag) noexcept |
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 ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes () |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
template<Transition Tr = Transition::Event> | |
constexpr auto | esConsumes () |
template<Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag tag) |
template<Transition Tr = Transition::Event> | |
ESGetTokenGeneric | esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey) |
Used with EventSetupRecord::doGet. More... | |
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) |
void | resetItemsToGetFrom (BranchType iType) |
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 33 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.
|
override |
|
overrideprivatevirtual |
beginning of job stuff
Reimplemented from edm::one::EDProducerBase.
Definition at line 75 of file L1GtTextToRaw.cc.
References cleanTextFile().
|
privatevirtual |
clean the text file, if needed
Definition at line 78 of file L1GtTextToRaw.cc.
References LogDebug.
Referenced by beginJob().
|
overrideprivatevirtual |
end of job stuff
Reimplemented from edm::one::EDProducerBase.
Definition at line 155 of file L1GtTextToRaw.cc.
|
privatevirtual |
get the size of the record
Definition at line 81 of file L1GtTextToRaw.cc.
References LogDebug.
Referenced by produce().
|
overrideprivatevirtual |
loop over events
Implements edm::one::EDProducerBase.
Definition at line 92 of file L1GtTextToRaw.cc.
References TauDecayModes::dec, getDataSize(), iEvent, dqmiolumiharvest::j, LogDebug, LogTrace, m_daqGtFedId, m_rawDataSize, m_textFile, eostools::move(), l1tstage2_dqm_sourceclient-live_cfg::rawData, and AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
FED ID for the system.
Definition at line 71 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 68 of file L1GtTextToRaw.h.
Referenced by L1GtTextToRaw(), and produce().
|
private |
the file itself
Definition at line 74 of file L1GtTextToRaw.h.
Referenced by L1GtTextToRaw(), and produce().
|
private |
file name for the text file
Definition at line 65 of file L1GtTextToRaw.h.
Referenced by L1GtTextToRaw().
|
private |
file type for the text file
Definition at line 62 of file L1GtTextToRaw.h.
Referenced by L1GtTextToRaw().