#include <Selector.h>
Public Member Functions | |
virtual ModuleLabelSelector * | clone () const |
virtual bool | doMatch (ConstBranchDescription const &p) const |
ModuleLabelSelector (const std::string &label) | |
Public Member Functions inherited from edm::SelectorBase | |
bool | match (ConstBranchDescription const &p) const |
virtual | ~SelectorBase () |
Private Attributes | |
std::string | label_ |
Class ModuleLabelSelector. Selects EDProducts based upon module label.
Definition at line 132 of file Selector.h.
|
inline |
|
inlinevirtual |
Implements edm::SelectorBase.
Definition at line 144 of file Selector.h.
References ModuleLabelSelector().
|
inlinevirtual |
Implements edm::SelectorBase.
Definition at line 139 of file Selector.h.
References label_, and edm::ConstBranchDescription::moduleLabel().
|
private |
Definition at line 149 of file Selector.h.
Referenced by Mixins._Labelable::_findDependencies(), doMatch(), and Mixins._TypedParameterizable::dumpPython().