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 23 of file CandIsolatorFromDeposits.cc.
typedef edm::ValueMap<double> CandIsolatorFromDeposits::CandDoubleMap |
Definition at line 25 of file CandIsolatorFromDeposits.cc.
Enumerator | |
---|---|
Sum | |
SumRelative | |
Sum2 | |
Sum2Relative | |
Max | |
MaxRelative | |
Count | |
NearestDR | |
MeanDR | |
SumDR |
Definition at line 27 of file CandIsolatorFromDeposits.cc.
CandIsolatorFromDeposits::CandIsolatorFromDeposits | ( | const edm::ParameterSet & | par | ) |
constructor with config
Definition at line 171 of file CandIsolatorFromDeposits.cc.
References edm::ParameterSet::getParameter(), sources_, and HistogramManager_cfi::VPSet().
|
override |
destructor
Definition at line 183 of file CandIsolatorFromDeposits.cc.
References mps_fire::end, and sources_.
|
override |
build deposits
Definition at line 190 of file CandIsolatorFromDeposits.cc.
References edm::View< T >::begin(), mps_fire::end, options_cfi::eventSetup, trigObjTnPSource_cfi::filler, genParticles_cff::map, eostools::move(), edm::View< T >::refAt(), runTheMatrix::ret, and sources_.
|
private |
Definition at line 56 of file CandIsolatorFromDeposits.cc.
Referenced by CandIsolatorFromDeposits(), produce(), and ~CandIsolatorFromDeposits().