#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 | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () 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 | |
const std::string | m_conditionsLabel |
edm::EDGetTokenT< L1CaloEmCollection > | m_emToken |
std::unique_ptr< L1GlobalCaloTrigger > | m_gct |
std::string | m_inputLabel |
lutPtrVector | m_jetEtCalibLuts |
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 30 of file L1GctEmulator.h.
typedefs
Definition at line 33 of file L1GctEmulator.h.
Definition at line 34 of file L1GctEmulator.h.
|
explicit |
constructor
Definition at line 39 of file L1GctEmulator.cc.
References edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), L1GctJetLeafCard::hardwareJetFinder, LEDCalibrationChannels::ieta, SimL1EmulatorRepack_Full_cff::inputTag, m_emToken, m_gct, m_inputLabel, m_jetEtCalibLuts, m_regionToken, m_verbose, L1GctJetFinderParams::NUMBER_ETA_VALUES, AlCaHLTBitMon_QueryRunRegistry::string, and L1GctJetLeafCard::tdrJetFinder.
|
private |
Definition at line 113 of file L1GctEmulator.cc.
References HltBtagPostValidation_cff::c, photonValidator_cfi::etScale, get, LEDCalibrationChannels::ieta, m_conditionsLabel, m_gct, m_jetEtCalibLuts, m_verbose, edm::ESHandle< T >::product(), and summarizeEdmComparisonLogfiles::success.
Referenced by produce().
|
overrideprivate |
Definition at line 175 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 62 of file L1GctEmulator.h.
Referenced by configureGct().
|
private |
Definition at line 46 of file L1GctEmulator.h.
Referenced by L1GctEmulator(), and produce().
|
private |
Definition at line 50 of file L1GctEmulator.h.
Referenced by configureGct(), L1GctEmulator(), and produce().
|
private |
Definition at line 45 of file L1GctEmulator.h.
Referenced by L1GctEmulator(), and produce().
|
private |
Definition at line 53 of file L1GctEmulator.h.
Referenced by configureGct(), and L1GctEmulator().
|
private |
Definition at line 47 of file L1GctEmulator.h.
Referenced by L1GctEmulator(), and produce().
|
private |
Definition at line 59 of file L1GctEmulator.h.
Referenced by configureGct(), L1GctEmulator(), and produce().
|
private |
Definition at line 56 of file L1GctEmulator.h.
Referenced by produce().