#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 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... | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () const final |
Private Attributes | |
std::vector< SingleDeposit > | sources_ |
Definition at line 27 of file PFCandIsolatorFromDeposit.h.
typedef edm::ValueMap<double> PFCandIsolatorFromDeposits::CandDoubleMap |
Definition at line 29 of file PFCandIsolatorFromDeposit.h.
Enumerator | |
---|---|
Sum | |
SumRelative | |
Sum2 | |
Sum2Relative | |
Max | |
MaxRelative | |
Count | |
NearestDR |
Definition at line 31 of file PFCandIsolatorFromDeposit.h.
PFCandIsolatorFromDeposits::PFCandIsolatorFromDeposits | ( | const edm::ParameterSet & | par | ) |
constructor with config
Definition at line 179 of file PFCandIsolatorFromDeposit.cc.
References edm::ParameterSet::getParameter(), sources_, and HistogramManager_cfi::VPSet().
|
override |
destructor
Definition at line 191 of file PFCandIsolatorFromDeposit.cc.
References mps_fire::end, and sources_.
|
override |
build deposits
Definition at line 198 of file PFCandIsolatorFromDeposit.cc.
References edm::View< T >::begin(), mps_fire::end, trigObjTnPSource_cfi::filler, genParticles_cff::map, eostools::move(), edm::View< T >::refAt(), runTheMatrix::ret, and sources_.
|
private |
Definition at line 66 of file PFCandIsolatorFromDeposit.h.
Referenced by PFCandIsolatorFromDeposits(), produce(), and ~PFCandIsolatorFromDeposits().