#include <PFCandIsolatorFromDeposit.h>
Classes | |
class | SingleDeposit |
Public Types | |
typedef edm::ValueMap< double > | CandDoubleMap |
enum | Mode { Sum, SumRelative, Sum2, Sum2Relative, Max, MaxRelative, Count, NearestDR } |
Public Types inherited from edm::stream::EDProducer<> | |
typedef CacheContexts< T... > | CacheTypes |
typedef CacheTypes::GlobalCache | GlobalCache |
typedef AbilityChecker< T... > | HasAbility |
typedef CacheTypes::LuminosityBlockCache | LuminosityBlockCache |
typedef LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > | LuminosityBlockContext |
typedef CacheTypes::LuminosityBlockSummaryCache | LuminosityBlockSummaryCache |
typedef CacheTypes::RunCache | RunCache |
typedef RunContextT< RunCache, GlobalCache > | RunContext |
typedef CacheTypes::RunSummaryCache | RunSummaryCache |
Public Types inherited from edm::stream::EDProducerBase | |
typedef EDProducerAdaptorBase | ModuleType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
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 PFCandIsolatorFromDeposit.h.
typedef edm::ValueMap<double> PFCandIsolatorFromDeposits::CandDoubleMap |
Definition at line 26 of file PFCandIsolatorFromDeposit.h.
Enumerator | |
---|---|
Sum | |
SumRelative | |
Sum2 | |
Sum2Relative | |
Max | |
MaxRelative | |
Count | |
NearestDR |
Definition at line 28 of file PFCandIsolatorFromDeposit.h.
PFCandIsolatorFromDeposits::PFCandIsolatorFromDeposits | ( | const edm::ParameterSet & | par | ) |
constructor with config
Definition at line 163 of file PFCandIsolatorFromDeposit.cc.
References edm::EDConsumerBase::consumesCollector(), edm::ParameterSet::getParameter(), PFCandIsolatorFromDeposits::SingleDeposit::SingleDeposit(), sources_, and HistogramManager_cfi::VPSet().
|
virtual |
destructor
Definition at line 174 of file PFCandIsolatorFromDeposit.cc.
References begin, end, and sources_.
|
virtual |
build deposits
Definition at line 180 of file PFCandIsolatorFromDeposit.cc.
References begin, edm::View< T >::begin(), edm::ValueMap< T >::begin(), DEFINE_FWK_MODULE, end, edm::ValueMap< T >::end(), edm::helper::Filler< Map >::fill(), objects.autophobj::filler, edm::helper::Filler< Map >::insert(), PFCandIsolatorFromDeposits::SingleDeposit::map(), eostools::move(), edm::View< T >::refAt(), edm::ValueMap< T >::size(), and sources_.
Referenced by JSONExport.JsonExport::export(), HTMLExport.HTMLExport::export(), and HTMLExport.HTMLExportStatic::export().
|
private |
Definition at line 62 of file PFCandIsolatorFromDeposit.h.
Referenced by PFCandIsolatorFromDeposits(), produce(), and ~PFCandIsolatorFromDeposits().