#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<> | |
typedef CacheContexts< T... > | CacheTypes |
typedef CacheTypes::GlobalCache | GlobalCache |
typedef AbilityChecker< T... > | HasAbility |
typedef CacheTypes::LuminosityBlockCache | LuminosityBlockCache |
typedef LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > | LuminosityBlockContext |
typedef CacheTypes::LuminosityBlockSummaryCache | LuminosityBlockSummaryCache |
typedef CacheTypes::RunCache | RunCache |
typedef RunContextT< RunCache, GlobalCache > | RunContext |
typedef CacheTypes::RunSummaryCache | RunSummaryCache |
Public Member Functions | |
L1GctEmulator (const edm::ParameterSet &ps) | |
constructor More... | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () const final |
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 29 of file L1GctEmulator.cc.
References edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), L1GctJetLeafCard::hardwareJetFinder, LEDCalibrationChannels::ieta, SimL1EmulatorRepack_Full_cff::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 108 of file L1GctEmulator.cc.
References HltBtagPostValidation_cff::c, photonValidator_cfi::etScale, LEDCalibrationChannels::ieta, m_chanMaskToken, m_etScaleToken, m_gct, m_hfRingEtScaleToken, m_htMissScaleToken, m_jetEtCalibLuts, m_jfParsToken, m_verbose, edm::ESHandle< T >::product(), and summarizeEdmComparisonLogfiles::success.
Referenced by produce().
|
overrideprivate |
Definition at line 165 of file L1GctEmulator.cc.
References HltBtagPostValidation_cff::c, configureGct(), MillePedeFileConverter_cfg::e, edm::HandleBase::isValid(), m_emToken, m_gct, m_inputLabel, m_regionToken, m_verbose, m_writeInternalData, and eostools::move().
|
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().