#include <CaloTowerCandidateCreator.h>
Private Member Functions | |
void | produce (edm::Event &e, const edm::EventSetup &) |
process one event More... | |
Private Attributes | |
double | mEThreshold |
E threshold. More... | |
double | mEtThreshold |
ET threshold. More... | |
int | mVerbose |
verbosity More... | |
edm::EDGetTokenT < CaloTowerCollection > | tok_src_ |
token of source collection More... | |
Additional Inherited Members | |
Public Types inherited from edm::EDProducer | |
typedef EDProducer | ModuleType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Static Public Member Functions inherited from edm::EDProducer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
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 candidates with a CaloTowerCandidate compoment
Definition at line 20 of file CaloTowerCandidateCreator.h.
CaloTowerCandidateCreator::CaloTowerCandidateCreator | ( | const edm::ParameterSet & | p | ) |
constructor from parameter set
Definition at line 14 of file CaloTowerCandidateCreator.cc.
References edm::ParameterSet::getParameter(), and tok_src_.
CaloTowerCandidateCreator::~CaloTowerCandidateCreator | ( | ) |
|
privatevirtual |
process one event
Implements edm::EDProducer.
Definition at line 28 of file CaloTowerCandidateCreator.cc.
References trackerHits::c, HiRecoJets_cff::caloTowers, gather_cfg::cout, reco::LeafCandidate::energy(), CaloTower::et(), reco::LeafCandidate::eta(), edm::Event::getByToken(), customizeTrackingMonitorSeedNumber::idx, mEThreshold, mEtThreshold, mVerbose, AlCaHLTBitMon_ParallelJobs::p, reco::LeafCandidate::phi(), edm::Event::put(), and tok_src_.
|
private |
|
private |
|
private |
|
private |
token of source collection
Definition at line 33 of file CaloTowerCandidateCreator.h.
Referenced by CaloTowerCandidateCreator(), and produce().