#include <TopProjector.h>
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<> | |
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 | |
void | produce (edm::Event &, const edm::EventSetup &) override |
TopProjector (const edm::ParameterSet &) | |
~TopProjector ()=default | |
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 |
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 144 of file TopProjector.h.
typedef std::vector<Bottom> TopProjector< Top, Bottom, Matcher >::BottomCollection |
Definition at line 150 of file TopProjector.h.
typedef edm::FwdPtr<Bottom> TopProjector< Top, Bottom, Matcher >::BottomFwdPtr |
Definition at line 151 of file TopProjector.h.
typedef std::vector<BottomFwdPtr> TopProjector< Top, Bottom, Matcher >::BottomFwdPtrCollection |
Definition at line 152 of file TopProjector.h.
typedef std::vector<Top> TopProjector< Top, Bottom, Matcher >::TopCollection |
Definition at line 146 of file TopProjector.h.
typedef edm::FwdPtr<Top> TopProjector< Top, Bottom, Matcher >::TopFwdPtr |
Definition at line 147 of file TopProjector.h.
typedef std::vector<TopFwdPtr> TopProjector< Top, Bottom, Matcher >::TopFwdPtrCollection |
Definition at line 148 of file TopProjector.h.
TopProjector< Top, Bottom, Matcher >::TopProjector | ( | const edm::ParameterSet & | iConfig | ) |
Definition at line 180 of file TopProjector.h.
|
default |
|
static |
Definition at line 192 of file TopProjector.h.
References edm::ParameterSetDescription::add(), edm::ParameterSetDescription::addUntracked(), submitPVResolutionJobs::desc, and AlCaHLTBitMon_QueryRunRegistry::string.
|
override |
Definition at line 206 of file TopProjector.h.
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 167 of file TopProjector.h.
|
private |
Matching method.
Definition at line 164 of file TopProjector.h.
|
private |
name of the top projection
Definition at line 170 of file TopProjector.h.
|
private |
input tag for the masked collection.
Definition at line 176 of file TopProjector.h.
|
private |
input tag for the top (masking) collection
Definition at line 173 of file TopProjector.h.