#include <UniqueObjectSelector.h>
Private Types | |
typedef std::vector< T > | ObjectCollection |
typedef std::vector < edm::InputTag > | vInputTag |
Private Member Functions | |
bool | filter (edm::Event &, const edm::EventSetup &) |
Private Attributes | |
StringCutObjectSelector< T > * | cut_ |
bool | filter_ |
StringObjectFunction< T > * | rank_ |
vInputTag | src_ |
Additional Inherited Members | |
Public Types inherited from edm::EDFilter | |
typedef EDFilter | ModuleType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Static Public Member Functions inherited from edm::EDFilter | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
Protected Member Functions inherited from edm::ProducerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
Select unique object. The objects contained in the input collection are first filtered by cuts and then ranked according to user-defined criteria. The highest ranked object passing all cuts is stored in the output collection.
Definition at line 30 of file UniqueObjectSelector.h.
|
private |
Definition at line 47 of file UniqueObjectSelector.h.
|
private |
Definition at line 39 of file UniqueObjectSelector.h.
|
explicit |
Definition at line 4 of file UniqueObjectSelector.cc.
References UniqueObjectSelector< T >::cut_, edm::ParameterSet::exists(), edm::ParameterSet::existsAs(), UniqueObjectSelector< T >::filter_, edm::ParameterSet::getParameter(), UniqueObjectSelector< T >::rank_, UniqueObjectSelector< T >::src_, and AlCaHLTBitMon_QueryRunRegistry::string.
UniqueObjectSelector< T >::~UniqueObjectSelector | ( | ) |
Definition at line 20 of file UniqueObjectSelector.cc.
|
privatevirtual |
Implements edm::EDFilter.
Definition at line 46 of file UniqueObjectSelector.cc.
References edm::Event::getByLabel(), dbtoconf::object, edm::Event::put(), and python.multivaluedict::sort().
|
private |
Definition at line 42 of file UniqueObjectSelector.h.
Referenced by UniqueObjectSelector< T >::UniqueObjectSelector().
|
private |
Definition at line 45 of file UniqueObjectSelector.h.
Referenced by UniqueObjectSelector< T >::UniqueObjectSelector().
|
private |
Definition at line 43 of file UniqueObjectSelector.h.
Referenced by UniqueObjectSelector< T >::UniqueObjectSelector().
|
private |
Definition at line 40 of file UniqueObjectSelector.h.
Referenced by UniqueObjectSelector< T >::UniqueObjectSelector().