Public Member Functions | |
IsolatedTrackCleaner (edm::ParameterSet const ¶ms) | |
void | produce (edm::Event &iEvent, const edm::EventSetup &iSetup) override |
~IsolatedTrackCleaner () override | |
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 |
Protected Attributes | |
StringCutObjectSelector < pat::IsolatedTrack > | cut_ |
std::vector< edm::EDGetTokenT < reco::CandidateView > > | leptons_ |
edm::EDGetTokenT< std::vector < pat::IsolatedTrack > > | tracks_ |
Additional Inherited Members | |
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 |
Definition at line 12 of file IsolatedTrackCleaner.cc.
|
inline |
Definition at line 14 of file IsolatedTrackCleaner.cc.
References edm::ParameterSet::getParameter(), leptons_, and GlobalPosition_Frontier_DevDB_cff::tag.
|
inlineoverride |
Definition at line 23 of file IsolatedTrackCleaner.cc.
|
inlineoverride |
Definition at line 25 of file IsolatedTrackCleaner.cc.
References cut_, edm::Event::getByToken(), mps_fire::i, HLT_FULL_cff::leptons, leptons_, eostools::move(), dqmiodumpmetadata::n, submitPVResolutionJobs::out, edm::Event::put(), edm::refToPtr(), unpackBuffers-CaloStage2::token, HLT_FULL_cff::track, tracks, and tracks_.
|
protected |
Definition at line 61 of file IsolatedTrackCleaner.cc.
Referenced by produce().
|
protected |
Definition at line 62 of file IsolatedTrackCleaner.cc.
Referenced by IsolatedTrackCleaner(), and produce().
|
protected |
Definition at line 60 of file IsolatedTrackCleaner.cc.
Referenced by produce().