![]() |
![]() |
Classes | |
class | SingleDeposit |
Public Types | |
typedef edm::ValueMap< double > | CandDoubleMap |
enum | Mode { Sum, SumRelative, Sum2, Sum2Relative, Max, MaxRelative, Count, NearestDR } |
![]() | |
using | CacheTypes = CacheContexts< T...> |
using | GlobalCache = typename CacheTypes::GlobalCache |
using | HasAbility = AbilityChecker< T...> |
using | InputProcessBlockCache = typename CacheTypes::InputProcessBlockCache |
using | LuminosityBlockCache = typename CacheTypes::LuminosityBlockCache |
using | LuminosityBlockContext = LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > |
using | LuminosityBlockSummaryCache = typename CacheTypes::LuminosityBlockSummaryCache |
using | RunCache = typename CacheTypes::RunCache |
using | RunContext = RunContextT< RunCache, GlobalCache > |
using | RunSummaryCache = typename CacheTypes::RunSummaryCache |
Public Member Functions | |
PFCandIsolatorFromDeposits (const edm::ParameterSet &) | |
constructor with config More... | |
void | produce (edm::Event &, const edm::EventSetup &) override |
build deposits More... | |
~PFCandIsolatorFromDeposits () override | |
destructor More... | |
![]() | |
EDProducer ()=default | |
EDProducer (const EDProducer &)=delete | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () const final |
const EDProducer & | operator= (const EDProducer &)=delete |
Private Attributes | |
std::vector< SingleDeposit > | sources_ |
Definition at line 33 of file PFCandIsolatorFromDeposit.cc.
typedef edm::ValueMap<double> PFCandIsolatorFromDeposits::CandDoubleMap |
Definition at line 35 of file PFCandIsolatorFromDeposit.cc.
Enumerator | |
---|---|
Sum | |
SumRelative | |
Sum2 | |
Sum2Relative | |
Max | |
MaxRelative | |
Count | |
NearestDR |
Definition at line 37 of file PFCandIsolatorFromDeposit.cc.
PFCandIsolatorFromDeposits::PFCandIsolatorFromDeposits | ( | const edm::ParameterSet & | par | ) |
constructor with config
Definition at line 224 of file PFCandIsolatorFromDeposit.cc.
References edm::ParameterSet::getParameter(), sources_, and HistogramManager_cfi::VPSet().
|
override |
destructor
Definition at line 236 of file PFCandIsolatorFromDeposit.cc.
References SplitLinear::begin, dataset::end, and sources_.
|
override |
build deposits
Definition at line 243 of file PFCandIsolatorFromDeposit.cc.
References SplitLinear::begin, edm::View< T >::begin(), edm::ValueMap< T >::begin(), edm::ValueMap< T >::empty(), edm::ValueMap< T >::end(), dataset::end, edm::helper::Filler< Map >::fill(), edm::helper::Filler< Map >::insert(), eostools::move(), edm::View< T >::refAt(), runTheMatrix::ret, and sources_.
|
private |
Definition at line 72 of file PFCandIsolatorFromDeposit.cc.
Referenced by PFCandIsolatorFromDeposits(), produce(), and ~PFCandIsolatorFromDeposits().