#include <L1Trigger/L1TCaloLayer1/plugins/L1TCaloLayer1.cc>
Public Member Functions | |
L1TCaloLayer1 (const edm::ParameterSet &) | |
~L1TCaloLayer1 () | |
Public Member Functions inherited from edm::EDProducer | |
EDProducer () | |
ModuleDescription const & | moduleDescription () const |
virtual | ~EDProducer () |
Public Member Functions inherited from edm::ProducerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
ProducerBase () | |
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
std::function< void(BranchDescription const &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
virtual | ~ProducerBase () |
Public Member Functions inherited from edm::EDConsumerBase | |
std::vector< ConsumesInfo > | consumesInfo () const |
EDConsumerBase () | |
ProductHolderIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
std::vector < ProductHolderIndexAndSkipBit > const & | itemsToGetFromEvent () const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | modulesDependentUpon (std::string const &iProcessName, std::string const &iModuleLabel, bool iPrint, std::vector< char const * > &oModuleLabels) const |
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Static Public Member Functions inherited from edm::EDProducer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Private Member Functions | |
virtual void | beginJob () override |
virtual void | beginRun (edm::Run const &, edm::EventSetup const &) override |
virtual void | endJob () override |
virtual void | produce (edm::Event &, const edm::EventSetup &) override |
Private Attributes | |
std::vector< std::vector < std::vector< uint32_t > > > | ecalLUT |
edm::EDGetTokenT < EcalTrigPrimDigiCollection > | ecalTPSource |
std::string | ecalTPSourceLabel |
std::vector< std::vector < std::vector< uint32_t > > > | hcalLUT |
edm::EDGetTokenT < HcalTrigPrimDigiCollection > | hcalTPSource |
std::string | hcalTPSourceLabel |
std::vector< std::vector < uint32_t > > | hfLUT |
UCTLayer1 * | layer1 |
std::vector< UCTTower * > | twrList |
bool | unpackEcalMask |
bool | unpackHcalMask |
bool | useCalib |
bool | useECALLUT |
bool | useHCALLUT |
bool | useHFLUT |
bool | useLSB |
bool | verbose |
Additional Inherited Members | |
Public Types inherited from edm::EDProducer | |
typedef EDProducer | ModuleType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
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 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) |
Description: [one line class summary]
Implementation: [Notes on implementation]
Definition at line 59 of file L1TCaloLayer1.cc.
|
explicit |
Definition at line 115 of file L1TCaloLayer1.cc.
References a, b, layer1, HLT_25ns10e33_v2_cff::towers, and twrList.
L1TCaloLayer1::~L1TCaloLayer1 | ( | ) |
|
overrideprivatevirtual |
|
overrideprivatevirtual |
Reimplemented from edm::EDProducer.
Definition at line 299 of file L1TCaloLayer1.cc.
References ecalLUT, hcalLUT, hfLUT, L1TCaloLayer1FetchLUTs(), LOG_ERROR, twrList, useCalib, useECALLUT, useHCALLUT, useHFLUT, and useLSB.
|
overrideprivatevirtual |
|
static |
Definition at line 338 of file L1TCaloLayer1.cc.
References edm::ConfigurationDescriptions::addDefault(), and edm::ParameterSetDescription::setUnknown().
|
overrideprivatevirtual |
Implements edm::EDProducer.
Definition at line 166 of file L1TCaloLayer1.cc.
References funct::abs(), ecalTPSource, g, edm::Event::getByToken(), hcalTPSource, layer1, LOG_ERROR, edm::Event::put(), HLT_25ns10e33_v2_cff::region, l1t::L1Candidate::setHwEta(), l1t::CaloTower::setHwEtEm(), l1t::CaloTower::setHwEtHad(), l1t::CaloTower::setHwEtRatio(), l1t::L1Candidate::setHwPhi(), l1t::L1Candidate::setHwPt(), l1t::L1Candidate::setHwQual(), lumiQTWidget::t, twrList, unpackEcalMask, and unpackHcalMask.
|
private |
Definition at line 84 of file L1TCaloLayer1.cc.
Referenced by beginRun().
|
private |
Definition at line 79 of file L1TCaloLayer1.cc.
Referenced by produce().
|
private |
Definition at line 80 of file L1TCaloLayer1.cc.
|
private |
Definition at line 85 of file L1TCaloLayer1.cc.
Referenced by beginRun().
|
private |
Definition at line 81 of file L1TCaloLayer1.cc.
Referenced by produce().
|
private |
Definition at line 82 of file L1TCaloLayer1.cc.
|
private |
Definition at line 86 of file L1TCaloLayer1.cc.
Referenced by beginRun().
|
private |
Definition at line 99 of file L1TCaloLayer1.cc.
Referenced by L1TCaloLayer1(), produce(), and ~L1TCaloLayer1().
|
private |
Definition at line 88 of file L1TCaloLayer1.cc.
Referenced by beginRun(), L1TCaloLayer1(), and produce().
|
private |
Definition at line 97 of file L1TCaloLayer1.cc.
Referenced by produce().
|
private |
Definition at line 96 of file L1TCaloLayer1.cc.
Referenced by produce().
|
private |
Definition at line 91 of file L1TCaloLayer1.cc.
Referenced by beginRun().
|
private |
Definition at line 92 of file L1TCaloLayer1.cc.
Referenced by beginRun().
|
private |
Definition at line 93 of file L1TCaloLayer1.cc.
Referenced by beginRun().
|
private |
Definition at line 94 of file L1TCaloLayer1.cc.
Referenced by beginRun().
|
private |
Definition at line 90 of file L1TCaloLayer1.cc.
Referenced by beginRun().
|
private |
Definition at line 95 of file L1TCaloLayer1.cc.
Referenced by python.diff_provenance.difference::list_diff(), python.diffProv.difference::list_diff(), python.diff_provenance.difference::module_diff(), python.diffProv.difference::module_diff(), python.diff_provenance.difference::onefilemodules(), python.diffProv.difference::onefilemodules(), core.TriggerMatchAnalyzer.TriggerMatchAnalyzer::process(), and objects.VertexAnalyzer.VertexAnalyzer::process().