#include <EgammaHLTCaloTowerProducer.h>
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 | |
void | produce (edm::Event &e, const edm::EventSetup &) override |
Private Attributes | |
double | cone_ |
double | EThreshold_ |
double | EtThreshold_ |
edm::EDGetTokenT < l1extra::L1EmParticleCollection > | l1isoseeds_ |
edm::EDGetTokenT < l1extra::L1EmParticleCollection > | l1nonisoseeds_ |
edm::EDGetTokenT < CaloTowerCollection > | towers_ |
Additional Inherited Members | |
Public Types inherited from edm::EDProducer | |
typedef EDProducer | ModuleType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Protected Member Functions inherited from edm::ProducerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
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) |
Framework module that produces a collection of calo towers in the region of interest for Egamma HLT reconnstruction,
Definition at line 24 of file EgammaHLTCaloTowerProducer.h.
EgammaHLTCaloTowerProducer::EgammaHLTCaloTowerProducer | ( | const edm::ParameterSet & | p | ) |
Definition at line 27 of file EgammaHLTCaloTowerProducer.cc.
|
inline |
Definition at line 28 of file EgammaHLTCaloTowerProducer.h.
|
static |
Definition at line 37 of file EgammaHLTCaloTowerProducer.cc.
References edm::ConfigurationDescriptions::add(), and edm::ParameterSetDescription::add().
|
overrideprivatevirtual |
Implements edm::EDProducer.
Definition at line 51 of file EgammaHLTCaloTowerProducer.cc.
References HiRecoJets_cff::caloTowers, cone_, delta, reco::LeafCandidate::energy(), CaloTower::et(), reco::LeafCandidate::eta(), EThreshold_, EtThreshold_, lumiContext::fill, edm::Event::getByToken(), customizeTrackingMonitorSeedNumber::idx, l1isoseeds_, l1nonisoseeds_, AlCaHLTBitMon_ParallelJobs::p, reco::LeafCandidate::phi(), edm::Event::put(), and towers_.
|
private |
Definition at line 35 of file EgammaHLTCaloTowerProducer.h.
Referenced by produce().
|
private |
Definition at line 39 of file EgammaHLTCaloTowerProducer.h.
Referenced by produce().
|
private |
Definition at line 38 of file EgammaHLTCaloTowerProducer.h.
Referenced by produce().
|
private |
Definition at line 36 of file EgammaHLTCaloTowerProducer.h.
Referenced by produce().
|
private |
Definition at line 37 of file EgammaHLTCaloTowerProducer.h.
Referenced by produce().
|
private |
Definition at line 34 of file EgammaHLTCaloTowerProducer.h.
Referenced by produce().