Public Member Functions | |
CaloTowerCandidateCreator (const edm::ParameterSet &) | |
constructor from parameter set More... | |
~CaloTowerCandidateCreator () override | |
destructor More... | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
EDProducer (const EDProducer &)=delete | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () const final |
const EDProducer & | operator= (const EDProducer &)=delete |
Private Member Functions | |
void | produce (edm::Event &e, const edm::EventSetup &) override |
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::stream::EDProducer<> | |
using | CacheTypes = CacheContexts< T...> |
using | GlobalCache = typename CacheTypes::GlobalCache |
using | HasAbility = AbilityChecker< T...> |
using | InputProcessBlockCache = typename CacheTypes::InputProcessBlockCache |
using | LuminosityBlockCache = typename CacheTypes::LuminosityBlockCache |
using | LuminosityBlockContext = LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > |
using | LuminosityBlockSummaryCache = typename CacheTypes::LuminosityBlockSummaryCache |
using | RunCache = typename CacheTypes::RunCache |
using | RunContext = RunContextT< RunCache, GlobalCache > |
using | RunSummaryCache = typename CacheTypes::RunSummaryCache |
Framework module that produces a collection of candidates with a CaloTowerCandidate compoment
Definition at line 22 of file CaloTowerCandidateCreator.cc.
CaloTowerCandidateCreator::CaloTowerCandidateCreator | ( | const edm::ParameterSet & | p | ) |
constructor from parameter set
Definition at line 51 of file CaloTowerCandidateCreator.cc.
References edm::ParameterSet::getParameter(), and tok_src_.
|
override |
|
overrideprivate |
process one event
Definition at line 62 of file CaloTowerCandidateCreator.cc.
References c, HiRecoJets_cff::caloTowers, HLT_FULL_cff::cands, gather_cfg::cout, reco::LeafCandidate::energy(), CaloTower::et(), reco::LeafCandidate::eta(), edm::Event::getByToken(), mEThreshold, mEtThreshold, eostools::move(), mVerbose, AlCaHLTBitMon_ParallelJobs::p, reco::LeafCandidate::phi(), edm::Event::put(), and tok_src_.
|
private |
|
private |
|
private |
|
private |
token of source collection
Definition at line 35 of file CaloTowerCandidateCreator.cc.
Referenced by CaloTowerCandidateCreator(), and produce().