Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
static bool | wantsGlobalLuminosityBlocks () |
static bool | wantsGlobalRuns () |
static bool | wantsStreamLuminosityBlocks () |
static bool | wantsStreamRuns () |
Private Member Functions | |
void | analyze (const edm::Event &, const edm::EventSetup &) override |
void | beginJob () override |
void | endJob () override |
Private Attributes | |
Stage1TauIsolationLUT * | isoTauLut |
std::string | m_conditionsLabel |
std::string | m_isoTauLutName |
CaloParamsHelper * | m_params |
bool | m_writeIsoTauLut |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
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<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) |
Definition at line 28 of file L1TCaloStage1LutWriter.cc.
|
explicit |
Definition at line 57 of file L1TCaloStage1LutWriter.cc.
References funct::false, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), isoTauLut, m_conditionsLabel, m_isoTauLutName, m_params, m_writeIsoTauLut, and AlCaHLTBitMon_QueryRunRegistry::string.
|
override |
Definition at line 69 of file L1TCaloStage1LutWriter.cc.
References isoTauLut.
|
overrideprivate |
Definition at line 76 of file L1TCaloStage1LutWriter.cc.
References gather_cfg::cout, edm::EventSetup::get(), LogDebug, m_conditionsLabel, m_isoTauLutName, m_params, m_writeIsoTauLut, edm::ESHandle< T >::product(), and writeIsoTauLut().
|
overrideprivatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 136 of file L1TCaloStage1LutWriter.cc.
|
overrideprivatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 142 of file L1TCaloStage1LutWriter.cc.
|
static |
Definition at line 148 of file L1TCaloStage1LutWriter.cc.
References edm::ConfigurationDescriptions::addDefault(), DEFINE_FWK_MODULE, and edm::ParameterSetDescription::setUnknown().
bool l1t::L1TCaloStage1LutWriter::openOutputFile | ( | const std::string & | fileName, |
std::ofstream & | file | ||
) |
Definition at line 92 of file L1TCaloStage1LutWriter.cc.
References edmScanValgrind::buffer, gather_cfg::cout, and trackingPlots::stat.
Referenced by writeIsoTauLut().
void l1t::L1TCaloStage1LutWriter::writeIsoTauLut | ( | const std::string & | fileName | ) |
Definition at line 109 of file L1TCaloStage1LutWriter.cc.
References gather_cfg::cout, FrontierConditions_GlobalTag_cff::file, isoTauLut, l1t::Stage1TauIsolationLUT::lut_version, l1t::Stage1TauIsolationLUT::lutPayload(), m_params, l1t::Stage1TauIsolationLUT::nbits_data, l1t::Stage1TauIsolationLUT::nbitsJet, l1t::Stage1TauIsolationLUT::nbitsTau, openOutputFile(), funct::pow(), l1t::CaloParamsHelper::tauMaxJetIsolationA(), l1t::CaloParamsHelper::tauMaxJetIsolationB(), and l1t::CaloParamsHelper::tauMinPtJetIsolationB().
Referenced by analyze().
|
private |
Definition at line 46 of file L1TCaloStage1LutWriter.cc.
Referenced by L1TCaloStage1LutWriter(), writeIsoTauLut(), and ~L1TCaloStage1LutWriter().
|
private |
Definition at line 44 of file L1TCaloStage1LutWriter.cc.
Referenced by analyze(), and L1TCaloStage1LutWriter().
|
private |
Definition at line 50 of file L1TCaloStage1LutWriter.cc.
Referenced by analyze(), and L1TCaloStage1LutWriter().
|
private |
Definition at line 43 of file L1TCaloStage1LutWriter.cc.
Referenced by analyze(), L1TCaloStage1LutWriter(), and writeIsoTauLut().
|
private |
Definition at line 48 of file L1TCaloStage1LutWriter.cc.
Referenced by analyze(), and L1TCaloStage1LutWriter().