#include <CandIsolatorFromDeposits.h>
Classes | |
class | SingleDeposit |
Private Attributes | |
std::vector< SingleDeposit > | sources_ |
Additional Inherited Members | |
Static Public Member Functions inherited from edm::stream::EDProducerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
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 23 of file CandIsolatorFromDeposits.h.
typedef edm::ValueMap<double> CandIsolatorFromDeposits::CandDoubleMap |
Definition at line 26 of file CandIsolatorFromDeposits.h.
Enumerator | |
---|---|
Sum | |
SumRelative | |
Sum2 | |
Sum2Relative | |
Max | |
MaxRelative | |
Count | |
NearestDR | |
MeanDR | |
SumDR |
Definition at line 28 of file CandIsolatorFromDeposits.h.
CandIsolatorFromDeposits::CandIsolatorFromDeposits | ( | const edm::ParameterSet & | par | ) |
constructor with config
Definition at line 118 of file CandIsolatorFromDeposits.cc.
References edm::EDConsumerBase::consumesCollector(), edm::ParameterSet::getParameter(), CandIsolatorFromDeposits::SingleDeposit::SingleDeposit(), sources_, and HistogramManager_cfi::VPSet().
|
virtual |
destructor
Definition at line 129 of file CandIsolatorFromDeposits.cc.
References begin, end, and sources_.
|
virtual |
build deposits
Definition at line 135 of file CandIsolatorFromDeposits.cc.
References begin, edm::View< T >::begin(), edm::ValueMap< T >::begin(), DEFINE_FWK_MODULE, end, edm::ValueMap< T >::end(), objects.autophobj::filler, CandIsolatorFromDeposits::SingleDeposit::map(), eostools::move(), edm::View< T >::refAt(), edm::ValueMap< T >::size(), and sources_.
|
private |
Definition at line 56 of file CandIsolatorFromDeposits.h.
Referenced by CandIsolatorFromDeposits(), produce(), and ~CandIsolatorFromDeposits().