#include <Selector.h>
Public Member Functions | |
virtual ModuleLabelSelector * | clone () const |
virtual bool | doMatch (ConstBranchDescription const &p) const |
ModuleLabelSelector (const std::string &label) | |
Private Attributes | |
std::string | label_ |
Class ModuleLabelSelector. Selects EDProducts based upon module label.
Definition at line 122 of file Selector.h.
edm::ModuleLabelSelector::ModuleLabelSelector | ( | const std::string & | label | ) | [inline] |
virtual ModuleLabelSelector* edm::ModuleLabelSelector::clone | ( | void | ) | const [inline, virtual] |
Implements edm::SelectorBase.
Definition at line 132 of file Selector.h.
References ModuleLabelSelector().
{ return new ModuleLabelSelector(*this); }
virtual bool edm::ModuleLabelSelector::doMatch | ( | ConstBranchDescription const & | p | ) | const [inline, virtual] |
Implements edm::SelectorBase.
Definition at line 128 of file Selector.h.
References label_, and edm::ConstBranchDescription::moduleLabel().
std::string edm::ModuleLabelSelector::label_ [private] |
Definition at line 136 of file Selector.h.
Referenced by doMatch().