#include <CaloRecHitCandidateProducer.h>
Private Attributes | |
bool | mAllowMissingInputs |
double | mEBthreshold |
double | mEBweight |
std::vector< edm::InputTag > | mEcalLabels |
source collection tag More... | |
double | mEEthreshold |
double | mEEweight |
double | mHBthreshold |
double | mHBweight |
double | mHEDthreshold |
double | mHEDweight |
double | mHESthreshold |
double | mHESweight |
double | mHF1threshold |
double | mHF1weight |
double | mHF2threshold |
double | mHF2weight |
double | mHOthreshold |
double | mHOweight |
bool | mUseHO |
edm::EDGetTokenT < HBHERecHitCollection > | tok_hbhe_ |
edm::EDGetTokenT < HFRecHitCollection > | tok_hf_ |
edm::EDGetTokenT < HORecHitCollection > | tok_ho_ |
std::vector< edm::EDGetTokenT < EcalRecHitCollection > > | toks_ecal_ |
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) |
Definition at line 15 of file CaloRecHitCandidateProducer.h.
CaloRecHitCandidateProducer::CaloRecHitCandidateProducer | ( | const edm::ParameterSet & | fConfig | ) |
Definition at line 65 of file CaloRecHitCandidateProducer.cc.
References edm::ParameterSet::getParameter(), i, mEcalLabels, tok_hbhe_, tok_hf_, tok_ho_, and toks_ecal_.
|
inline |
Definition at line 18 of file CaloRecHitCandidateProducer.h.
double CaloRecHitCandidateProducer::cellTresholdAndWeight | ( | const CaloRecHit & | fHit, |
const HcalTopology & | fTopology | ||
) | const |
Definition at line 162 of file CaloRecHitCandidateProducer.cc.
References HcalDetId::depth(), DetId::det(), CaloRecHit::detid(), DetId::Ecal, EcalBarrel, EcalEndcap, CaloRecHit::energy(), HcalTopology::firstHEDoublePhiRing(), DetId::Hcal, HcalBarrel, HcalEndcap, HcalForward, HcalOuter, HcalDetId::ietaAbs(), mEBthreshold, mEBweight, mEEthreshold, mEEweight, mHBthreshold, mHBweight, mHEDthreshold, mHEDweight, mHESthreshold, mHESweight, mHF1threshold, mHF1weight, mHF2threshold, mHF2weight, mHOthreshold, mHOweight, HcalDetId::subdet(), DetId::subdetId(), and dtDQMClient_cfg::threshold.
|
virtual |
Implements edm::EDProducer.
Definition at line 99 of file CaloRecHitCandidateProducer.cc.
References geometry, edm::EventSetup::get(), edm::eventsetup::EventSetupRecord::get(), edm::Event::getByToken(), i, edm::HandleBase::isValid(), mAllowMissingInputs, mUseHO, convertSQLitetoXML_cfg::output, edm::Event::put(), GlobalPosition_Frontier_DevDB_cff::record, tok_hbhe_, tok_hf_, tok_ho_, and toks_ecal_.
|
private |
Definition at line 29 of file CaloRecHitCandidateProducer.h.
Referenced by produce().
|
private |
Definition at line 31 of file CaloRecHitCandidateProducer.h.
Referenced by cellTresholdAndWeight().
|
private |
Definition at line 34 of file CaloRecHitCandidateProducer.h.
Referenced by cellTresholdAndWeight().
|
private |
source collection tag
Definition at line 24 of file CaloRecHitCandidateProducer.h.
Referenced by CaloRecHitCandidateProducer().
|
private |
Definition at line 31 of file CaloRecHitCandidateProducer.h.
Referenced by cellTresholdAndWeight().
|
private |
Definition at line 34 of file CaloRecHitCandidateProducer.h.
Referenced by cellTresholdAndWeight().
|
private |
Definition at line 32 of file CaloRecHitCandidateProducer.h.
Referenced by cellTresholdAndWeight().
|
private |
Definition at line 35 of file CaloRecHitCandidateProducer.h.
Referenced by cellTresholdAndWeight().
|
private |
Definition at line 32 of file CaloRecHitCandidateProducer.h.
Referenced by cellTresholdAndWeight().
|
private |
Definition at line 35 of file CaloRecHitCandidateProducer.h.
Referenced by cellTresholdAndWeight().
|
private |
Definition at line 32 of file CaloRecHitCandidateProducer.h.
Referenced by cellTresholdAndWeight().
|
private |
Definition at line 35 of file CaloRecHitCandidateProducer.h.
Referenced by cellTresholdAndWeight().
|
private |
Definition at line 33 of file CaloRecHitCandidateProducer.h.
Referenced by cellTresholdAndWeight().
|
private |
Definition at line 35 of file CaloRecHitCandidateProducer.h.
Referenced by cellTresholdAndWeight().
|
private |
Definition at line 33 of file CaloRecHitCandidateProducer.h.
Referenced by cellTresholdAndWeight().
|
private |
Definition at line 35 of file CaloRecHitCandidateProducer.h.
Referenced by cellTresholdAndWeight().
|
private |
Definition at line 33 of file CaloRecHitCandidateProducer.h.
Referenced by cellTresholdAndWeight().
|
private |
Definition at line 35 of file CaloRecHitCandidateProducer.h.
Referenced by cellTresholdAndWeight().
|
private |
Definition at line 30 of file CaloRecHitCandidateProducer.h.
Referenced by produce().
|
private |
Definition at line 25 of file CaloRecHitCandidateProducer.h.
Referenced by CaloRecHitCandidateProducer(), and produce().
|
private |
Definition at line 27 of file CaloRecHitCandidateProducer.h.
Referenced by CaloRecHitCandidateProducer(), and produce().
|
private |
Definition at line 26 of file CaloRecHitCandidateProducer.h.
Referenced by CaloRecHitCandidateProducer(), and produce().
|
private |
Definition at line 28 of file CaloRecHitCandidateProducer.h.
Referenced by CaloRecHitCandidateProducer(), and produce().