#include <L1Trigger/L1GlobalCaloTrigger/plugins/L1GctPrintLuts.cc>
Public Types | |
typedef L1GlobalCaloTrigger::lutPtr | lutPtr |
typedefs More... | |
typedef L1GlobalCaloTrigger::lutPtrVector | lutPtrVector |
Public Types inherited from edm::one::EDAnalyzerBase | |
typedef EDAnalyzerBase | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Private Member Functions | |
void | analyze (const edm::Event &, const edm::EventSetup &) override |
void | beginJob () override |
int | configureGct (const edm::EventSetup &c) |
void | endJob () override |
Private Attributes | |
edm::ESGetToken< L1CaloEtScale, L1JetEtScaleRcd > | m_etScaleToken |
L1GlobalCaloTrigger * | m_gct |
edm::ESGetToken< L1CaloEtScale, L1HfRingEtScaleRcd > | m_hfRingEtScaleToken |
std::string | m_hfSumLutOutFileName |
std::string | m_htMissLutOutFileName |
edm::ESGetToken< L1CaloEtScale, L1HtMissScaleRcd > | m_htMissScaleToken |
lutPtrVector | m_jetEtCalibLuts |
std::string | m_jetRanksOutFileName |
edm::ESGetToken< L1GctJetFinderParams, L1GctJetFinderParamsRcd > | m_jfParsToken |
Additional Inherited Members | |
Static Public Member Functions inherited from edm::one::EDAnalyzerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
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 ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
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: print Gct lookup table contents to a file
Definition at line 45 of file L1GctPrintLuts.h.
typedefs
Definition at line 48 of file L1GctPrintLuts.h.
Definition at line 49 of file L1GctPrintLuts.h.
|
explicit |
Definition at line 23 of file L1GctPrintLuts.cc.
References L1GctJetFinderBase::COL_OFFSET, LEDCalibrationChannels::ieta, m_etScaleToken, m_hfRingEtScaleToken, m_htMissScaleToken, m_jetEtCalibLuts, and m_jfParsToken.
|
override |
Definition at line 44 of file L1GctPrintLuts.cc.
|
overrideprivatevirtual |
Implements edm::one::EDAnalyzerBase.
Definition at line 54 of file L1GctPrintLuts.cc.
References L1GctHfEtSumsLut::bitCountNegEtaRing1, L1GctHfEtSumsLut::bitCountNegEtaRing2, L1GctHfEtSumsLut::bitCountPosEtaRing1, L1GctHfEtSumsLut::bitCountPosEtaRing2, edmScanValgrind::buffer, configureGct(), L1GctHfEtSumsLut::etSumNegEtaRing1, L1GctHfEtSumsLut::etSumNegEtaRing2, L1GctHfEtSumsLut::etSumPosEtaRing1, L1GctHfEtSumsLut::etSumPosEtaRing2, geometryDiff::file, L1GctGlobalHfSumAlgos::getBCLut(), L1GlobalCaloTrigger::getEnergyFinalStage(), L1GctGlobalHfSumAlgos::getESLut(), L1GctGlobalEnergyAlgos::getHfSumProcessor(), L1GctGlobalEnergyAlgos::getHtMissLut(), LEDCalibrationChannels::ieta, m_gct, m_hfSumLutOutFileName, m_htMissLutOutFileName, m_jetEtCalibLuts, m_jetRanksOutFileName, and edm_modernize_messagelogger::stat.
|
overrideprivatevirtual |
Reimplemented from edm::one::EDAnalyzerBase.
Definition at line 147 of file L1GctPrintLuts.cc.
|
private |
Definition at line 150 of file L1GctPrintLuts.cc.
References HltBtagPostValidation_cff::c, photonValidator_cfi::etScale, LEDCalibrationChannels::ieta, m_etScaleToken, m_gct, m_hfRingEtScaleToken, m_htMissScaleToken, m_jetEtCalibLuts, m_jfParsToken, edm::ESHandle< T >::product(), L1GlobalCaloTrigger::setHtMissScale(), L1GlobalCaloTrigger::setJetEtCalibrationLuts(), L1GlobalCaloTrigger::setJetFinderParams(), L1GlobalCaloTrigger::setupHfSumLuts(), and summarizeEdmComparisonLogfiles::success.
Referenced by analyze().
|
overrideprivatevirtual |
Reimplemented from edm::one::EDAnalyzerBase.
Definition at line 207 of file L1GctPrintLuts.cc.
|
private |
Definition at line 76 of file L1GctPrintLuts.h.
Referenced by configureGct(), and L1GctPrintLuts().
|
private |
Definition at line 69 of file L1GctPrintLuts.h.
Referenced by analyze(), and configureGct().
|
private |
Definition at line 78 of file L1GctPrintLuts.h.
Referenced by configureGct(), and L1GctPrintLuts().
|
private |
Definition at line 65 of file L1GctPrintLuts.h.
Referenced by analyze().
|
private |
Definition at line 66 of file L1GctPrintLuts.h.
Referenced by analyze().
|
private |
Definition at line 77 of file L1GctPrintLuts.h.
Referenced by configureGct(), and L1GctPrintLuts().
|
private |
Definition at line 72 of file L1GctPrintLuts.h.
Referenced by analyze(), configureGct(), and L1GctPrintLuts().
|
private |
Definition at line 64 of file L1GctPrintLuts.h.
Referenced by analyze().
|
private |
Definition at line 75 of file L1GctPrintLuts.h.
Referenced by configureGct(), and L1GctPrintLuts().