#include <L1Trigger/DemonstratorTools/plugins/GTTFileReader.cc>
Public Member Functions | |
GTTFileReader (const edm::ParameterSet &) | |
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 Member Functions | |
void | produce (edm::Event &, const edm::EventSetup &) override |
Private Attributes | |
l1t::demo::BoardDataReader | fileReader_ |
const l1t::demo::BoardDataReader::ChannelMap_t | kChannelSpecs |
Static Private Attributes | |
static constexpr size_t | kEmptyFrames = 10 |
static constexpr size_t | kFramesPerTMUXPeriod = 9 |
static constexpr size_t | kGapLength = 44 |
static constexpr size_t | kVertexChanIndex = 0 |
static constexpr size_t | kVertexTMUX = 6 |
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 |
Description: Example EDProducer class, illustrating how BoardDataReader can be used to read I/O buffer files (that have been created in hardware/firmware tests), decode the contained data, and store this in EDM collections.
Implementation: [Notes on implementation]
Definition at line 43 of file GTTFileReader.cc.
|
explicit |
Definition at line 73 of file GTTFileReader.cc.
|
static |
Definition at line 98 of file GTTFileReader.cc.
References edm::ConfigurationDescriptions::add(), submitPVResolutionJobs::desc, and AlCaHLTBitMon_QueryRunRegistry::string.
|
overrideprivate |
Definition at line 84 of file GTTFileReader.cc.
References l1t::demo::codecs::decodeVertices(), fileReader_, l1t::demo::BoardDataReader::getNextEvent(), iEvent, and AlignmentTracksFromVertexSelector_cfi::vertices.
|
private |
Definition at line 66 of file GTTFileReader.cc.
Referenced by produce().
|
private |
Definition at line 58 of file GTTFileReader.cc.
|
staticprivate |
Definition at line 56 of file GTTFileReader.cc.
|
staticprivate |
Definition at line 52 of file GTTFileReader.cc.
|
staticprivate |
Definition at line 53 of file GTTFileReader.cc.
|
staticprivate |
Definition at line 55 of file GTTFileReader.cc.
|
staticprivate |
Definition at line 54 of file GTTFileReader.cc.