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 | |
virtual void | produce (edm::Event &, const edm::EventSetup &) |
Private Attributes | |
bool | doEqualize_ |
double | equalizeR_ |
double | equalizeThreshold0_ |
double | equalizeThreshold1_ |
int | etaBins_ |
int | fourierOrder_ |
bool | isCalo_ |
edm::EDGetTokenT < reco::CandidateView > | src_ |
VoronoiAlgorithm * | voronoi_ |
std::vector < reco::VoronoiBackground > | vvm |
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) |
Definition at line 26 of file VoronoiBackgroundProducer.cc.
|
explicit |
Definition at line 63 of file VoronoiBackgroundProducer.cc.
References edm::ParameterSet::getParameter(), and src_.
VoronoiBackgroundProducer::~VoronoiBackgroundProducer | ( | ) |
Definition at line 82 of file VoronoiBackgroundProducer.cc.
|
static |
Definition at line 143 of file VoronoiBackgroundProducer.cc.
References edm::ConfigurationDescriptions::addDefault(), and edm::ParameterSetDescription::setUnknown().
|
privatevirtual |
Implements edm::EDProducer.
Definition at line 93 of file VoronoiBackgroundProducer.cc.
References VoronoiAlgorithm::clear(), data, doEqualize_, equalizeR_, equalizeThreshold0_, equalizeThreshold1_, edm::helper::Filler< Map >::fill(), edm::Event::getByToken(), i, edm::helper::Filler< Map >::insert(), isCalo_, edm::EventBase::isRealData(), LogDebug, VoronoiAlgorithm::particle_area(), VoronoiAlgorithm::perp_fourier(), VoronoiAlgorithm::push_back_particle(), edm::Event::put(), mathSSE::sqrt(), src_, VoronoiAlgorithm::subtracted_equalized_perp(), VoronoiAlgorithm::subtracted_unequalized_perp(), voronoi_, and vvm.
|
private |
Definition at line 40 of file VoronoiBackgroundProducer.cc.
Referenced by produce().
|
private |
Definition at line 43 of file VoronoiBackgroundProducer.cc.
Referenced by produce().
|
private |
Definition at line 41 of file VoronoiBackgroundProducer.cc.
Referenced by produce().
|
private |
Definition at line 42 of file VoronoiBackgroundProducer.cc.
Referenced by produce().
|
private |
Definition at line 45 of file VoronoiBackgroundProducer.cc.
|
private |
Definition at line 46 of file VoronoiBackgroundProducer.cc.
|
private |
Definition at line 44 of file VoronoiBackgroundProducer.cc.
Referenced by produce().
|
private |
Definition at line 38 of file VoronoiBackgroundProducer.cc.
Referenced by produce(), and VoronoiBackgroundProducer().
|
private |
Definition at line 39 of file VoronoiBackgroundProducer.cc.
Referenced by produce().
|
private |
Definition at line 47 of file VoronoiBackgroundProducer.cc.
Referenced by produce().