Public Types | |
typedef std::vector< Bottom > | BottomCollection |
typedef edm::FwdPtr< Bottom > | BottomFwdPtr |
typedef std::vector< BottomFwdPtr > | BottomFwdPtrCollection |
typedef std::vector< Top > | TopCollection |
typedef edm::FwdPtr< Top > | TopFwdPtr |
typedef std::vector< TopFwdPtr > | TopFwdPtrCollection |
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 | |
void | produce (edm::Event &, const edm::EventSetup &) override |
TopProjector (const edm::ParameterSet &) | |
~TopProjector () override=default | |
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 |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Private Attributes | |
const bool | enable_ |
enable? if not, all candidates in the bottom collection are copied to the output collection More... | |
Matcher | match_ |
Matching method. More... | |
const std::string | name_ |
name of the top projection More... | |
const edm::EDGetTokenT< BottomFwdPtrCollection > | tokenBottom_ |
input tag for the masked collection. More... | |
const edm::EDGetTokenT< TopFwdPtrCollection > | tokenTop_ |
input tag for the top (masking) collection More... | |
Definition at line 141 of file TopProjector.cc.
typedef std::vector<Bottom> TopProjector< Top, Bottom, Matcher >::BottomCollection |
Definition at line 147 of file TopProjector.cc.
typedef edm::FwdPtr<Bottom> TopProjector< Top, Bottom, Matcher >::BottomFwdPtr |
Definition at line 148 of file TopProjector.cc.
typedef std::vector<BottomFwdPtr> TopProjector< Top, Bottom, Matcher >::BottomFwdPtrCollection |
Definition at line 149 of file TopProjector.cc.
typedef std::vector<Top> TopProjector< Top, Bottom, Matcher >::TopCollection |
Definition at line 143 of file TopProjector.cc.
typedef edm::FwdPtr<Top> TopProjector< Top, Bottom, Matcher >::TopFwdPtr |
Definition at line 144 of file TopProjector.cc.
typedef std::vector<TopFwdPtr> TopProjector< Top, Bottom, Matcher >::TopFwdPtrCollection |
Definition at line 145 of file TopProjector.cc.
TopProjector< Top, Bottom, Matcher >::TopProjector | ( | const edm::ParameterSet & | iConfig | ) |
Definition at line 177 of file TopProjector.cc.
|
overridedefault |
|
static |
Definition at line 189 of file TopProjector.cc.
References edm::ParameterSetDescription::add(), edm::ParameterSetDescription::addUntracked(), submitPVResolutionJobs::desc, and AlCaHLTBitMon_QueryRunRegistry::string.
|
override |
Definition at line 203 of file TopProjector.cc.
References newFWLiteAna::found, iEvent, LogDebug, and eostools::move().
|
private |
enable? if not, all candidates in the bottom collection are copied to the output collection
Definition at line 164 of file TopProjector.cc.
|
private |
Matching method.
Definition at line 161 of file TopProjector.cc.
|
private |
name of the top projection
Definition at line 167 of file TopProjector.cc.
|
private |
input tag for the masked collection.
Definition at line 173 of file TopProjector.cc.
|
private |
input tag for the top (masking) collection
Definition at line 170 of file TopProjector.cc.