Base producer for particle flow rechits (PFRecHit) More...
#include <PFRecHitProducer.h>
Protected Types | |
typedef std::map< unsigned, unsigned >::const_iterator | IDH |
Protected Member Functions | |
virtual void | createRecHits (std::vector< reco::PFRecHit > &rechits, std::vector< reco::PFRecHit > &rechitsCleaned, edm::Event &, const edm::EventSetup &)=0 |
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) |
Protected Attributes | |
const HcalPFCorrs * | myPFCorr |
const EcalChannelStatus * | theEcalChStatus |
const HcalChannelQuality * | theHcalChStatus |
const CaloTowerConstituentsMap * | theTowerConstituentsMap |
double | thresh_Barrel_ |
rechits with E < threshold will not give rise to a PFRecHit More... | |
double | thresh_Endcap_ |
bool | verbose_ |
verbose ? 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) |
Base producer for particle flow rechits (PFRecHit)
Definition at line 33 of file PFRecHitProducer.h.
|
protected |
Definition at line 47 of file PFRecHitProducer.h.
|
explicit |
Definition at line 21 of file PFRecHitProducer.cc.
References edm::ParameterSet::getParameter(), and edm::ParameterSet::getUntrackedParameter().
PFRecHitProducer::~PFRecHitProducer | ( | ) |
Definition at line 58 of file PFRecHitProducer.cc.
|
overridevirtual |
Reimplemented from edm::EDProducer.
Definition at line 62 of file PFRecHitProducer.cc.
References edm::EventSetup::get(), and edm::ESHandle< class >::product().
|
protectedpure virtual |
translate the standard rechits ( or calotowers) them to PFRecHits, which are stored in the rechits vector
Implemented in PFRecHitProducerECAL, PFRecHitProducerHO, PFRecHitProducerHCAL, PFHCALDualTimeRecHitProducer, and PFRecHitProducerPS.
|
overridevirtual |
Implements edm::EDProducer.
Definition at line 42 of file PFRecHitProducer.cc.
References edm::Event::put().
|
protected |
Definition at line 68 of file PFRecHitProducer.h.
|
protected |
Definition at line 70 of file PFRecHitProducer.h.
Referenced by PFHCALDualTimeRecHitProducer::createRecHits(), and PFRecHitProducerHCAL::createRecHits().
|
protected |
Definition at line 69 of file PFRecHitProducer.h.
Referenced by PFHCALDualTimeRecHitProducer::createRecHits(), PFRecHitProducerHCAL::createRecHits(), and PFRecHitProducerHO::createRecHits().
|
protected |
Definition at line 71 of file PFRecHitProducer.h.
Referenced by PFHCALDualTimeRecHitProducer::createRecHits(), and PFRecHitProducerHCAL::createRecHits().
|
protected |
rechits with E < threshold will not give rise to a PFRecHit
Definition at line 63 of file PFRecHitProducer.h.
Referenced by PFHCALDualTimeRecHitProducer::createRecHits(), PFRecHitProducerHCAL::createRecHits(), PFRecHitProducerHO::createRecHits(), and PFRecHitProducerECAL::createRecHits().
|
protected |
Definition at line 64 of file PFRecHitProducer.h.
Referenced by PFHCALDualTimeRecHitProducer::createRecHits(), PFRecHitProducerPS::createRecHits(), PFRecHitProducerHCAL::createRecHits(), PFRecHitProducerHO::createRecHits(), and PFRecHitProducerECAL::createRecHits().
|
protected |
verbose ?
Definition at line 60 of file PFRecHitProducer.h.