#include <src/L1Trigger/GlobalCaloTrigger/src/L1GctEmulator.h>
Public Types | |
typedef L1GlobalCaloTrigger::lutPtr | lutPtr |
typedefs More... | |
typedef L1GlobalCaloTrigger::lutPtrVector | lutPtrVector |
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 |
Public Member Functions | |
L1GctEmulator (const edm::ParameterSet &ps) | |
constructor More... | |
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 |
Private Member Functions | |
int | configureGct (const edm::EventSetup &c) |
void | produce (edm::Event &e, const edm::EventSetup &c) override |
Private Attributes | |
edm::ESGetToken < L1GctChannelMask, L1GctChannelMaskRcd > | m_chanMaskToken |
const std::string | m_conditionsLabel |
edm::EDGetTokenT < L1CaloEmCollection > | m_emToken |
edm::ESGetToken< L1CaloEtScale, L1JetEtScaleRcd > | m_etScaleToken |
std::unique_ptr < L1GlobalCaloTrigger > | m_gct |
edm::ESGetToken< L1CaloEtScale, L1HfRingEtScaleRcd > | m_hfRingEtScaleToken |
edm::ESGetToken< L1CaloEtScale, L1HtMissScaleRcd > | m_htMissScaleToken |
std::string | m_inputLabel |
lutPtrVector | m_jetEtCalibLuts |
edm::ESGetToken < L1GctJetFinderParams, L1GctJetFinderParamsRcd > | m_jfParsToken |
edm::EDGetTokenT < L1CaloRegionCollection > | m_regionToken |
const bool | m_verbose |
const bool | m_writeInternalData |
Description: Framework module that runs the GCT bit-level emulator
Implementation: An EDProducer that contains an instance of L1GlobalCaloTrigger.
Definition at line 40 of file L1GctEmulator.h.
typedefs
Definition at line 43 of file L1GctEmulator.h.
Definition at line 44 of file L1GctEmulator.h.
|
explicit |
constructor
Definition at line 28 of file L1GctEmulator.cc.
References edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), L1GctJetLeafCard::hardwareJetFinder, beam_dqm_sourceclient-live_cfg::inputTag, m_chanMaskToken, m_conditionsLabel, m_emToken, m_etScaleToken, m_gct, m_hfRingEtScaleToken, m_htMissScaleToken, m_inputLabel, m_jetEtCalibLuts, m_jfParsToken, m_regionToken, m_verbose, L1GctJetFinderParams::NUMBER_ETA_VALUES, AlCaHLTBitMon_QueryRunRegistry::string, and L1GctJetLeafCard::tdrJetFinder.
|
private |
Definition at line 107 of file L1GctEmulator.cc.
References edm::EventSetup::getHandle(), m_chanMaskToken, m_etScaleToken, m_gct, m_hfRingEtScaleToken, m_htMissScaleToken, m_jetEtCalibLuts, m_jfParsToken, m_verbose, edm::ESHandle< class >::product(), and summarizeEdmComparisonLogfiles::success.
Referenced by produce().
|
overrideprivate |
Definition at line 164 of file L1GctEmulator.cc.
References configureGct(), edm::Event::getByToken(), edm::HandleBase::isValid(), m_emToken, m_gct, m_inputLabel, m_regionToken, m_verbose, m_writeInternalData, eostools::move(), and edm::Event::put().
|
private |
Definition at line 61 of file L1GctEmulator.h.
Referenced by configureGct(), and L1GctEmulator().
|
private |
Definition at line 79 of file L1GctEmulator.h.
Referenced by L1GctEmulator().
|
private |
Definition at line 56 of file L1GctEmulator.h.
Referenced by L1GctEmulator(), and produce().
|
private |
Definition at line 62 of file L1GctEmulator.h.
Referenced by configureGct(), and L1GctEmulator().
|
private |
Definition at line 67 of file L1GctEmulator.h.
Referenced by configureGct(), L1GctEmulator(), and produce().
|
private |
Definition at line 64 of file L1GctEmulator.h.
Referenced by configureGct(), and L1GctEmulator().
|
private |
Definition at line 63 of file L1GctEmulator.h.
Referenced by configureGct(), and L1GctEmulator().
|
private |
Definition at line 55 of file L1GctEmulator.h.
Referenced by L1GctEmulator(), and produce().
|
private |
Definition at line 70 of file L1GctEmulator.h.
Referenced by configureGct(), and L1GctEmulator().
|
private |
Definition at line 60 of file L1GctEmulator.h.
Referenced by configureGct(), and L1GctEmulator().
|
private |
Definition at line 57 of file L1GctEmulator.h.
Referenced by L1GctEmulator(), and produce().
|
private |
Definition at line 76 of file L1GctEmulator.h.
Referenced by configureGct(), L1GctEmulator(), and produce().
|
private |
Definition at line 73 of file L1GctEmulator.h.
Referenced by produce().