Classes | |
class | SingleDeposit |
Public Types | |
typedef edm::ValueMap< double > | CandDoubleMap |
enum | Mode { Sum, SumRelative, Sum2, Sum2Relative, Max, MaxRelative, Count, NearestDR, MeanDR, SumDR } |
Public Types inherited from edm::stream::EDProducer<> | |
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 | |
CandIsolatorFromDeposits (const edm::ParameterSet &) | |
constructor with config More... | |
void | produce (edm::Event &, const edm::EventSetup &) override |
build deposits More... | |
~CandIsolatorFromDeposits () override | |
destructor More... | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
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 26 of file CandIsolatorFromDeposits.cc.
typedef edm::ValueMap<double> CandIsolatorFromDeposits::CandDoubleMap |
Definition at line 28 of file CandIsolatorFromDeposits.cc.
Enumerator | |
---|---|
Sum | |
SumRelative | |
Sum2 | |
Sum2Relative | |
Max | |
MaxRelative | |
Count | |
NearestDR | |
MeanDR | |
SumDR |
Definition at line 30 of file CandIsolatorFromDeposits.cc.
CandIsolatorFromDeposits::CandIsolatorFromDeposits | ( | const edm::ParameterSet & | par | ) |
constructor with config
Definition at line 174 of file CandIsolatorFromDeposits.cc.
References edm::ParameterSet::getParameter(), sources_, and HistogramManager_cfi::VPSet().
|
override |
destructor
Definition at line 186 of file CandIsolatorFromDeposits.cc.
References SplitLinear::begin, dataset::end, and sources_.
|
override |
build deposits
Definition at line 193 of file CandIsolatorFromDeposits.cc.
References SplitLinear::begin, edm::View< T >::begin(), edm::ValueMap< T >::begin(), edm::ValueMap< T >::empty(), edm::ValueMap< T >::end(), dataset::end, eostools::move(), edm::View< T >::refAt(), runTheMatrix::ret, and sources_.
|
private |
Definition at line 59 of file CandIsolatorFromDeposits.cc.
Referenced by CandIsolatorFromDeposits(), produce(), and ~CandIsolatorFromDeposits().