![]() |
![]() |
#include <Selector.h>
Public Member Functions | |
virtual ProcessNameSelector * | clone () const |
virtual bool | doMatch (ConstBranchDescription const &p) const |
std::string const & | name () const |
ProcessNameSelector (const std::string &pn) | |
![]() | |
bool | match (ConstBranchDescription const &p) const |
virtual | ~SelectorBase () |
Private Attributes | |
std::string | pn_ |
Class ProcessNameSelector. Selects EDProducts based upon process name.
As a special case, a ProcessNameSelector created with the string "*" matches any process (and so is rather like having no ProcessNameSelector at all).
Definition at line 69 of file Selector.h.
|
inline |
|
inlinevirtual |
Implements edm::SelectorBase.
Definition at line 79 of file Selector.h.
References ProcessNameSelector().
|
inlinevirtual |
Implements edm::SelectorBase.
Definition at line 75 of file Selector.h.
References pn_, and edm::ConstBranchDescription::processName().
|
inline |
Definition at line 83 of file Selector.h.
References pn_.
Referenced by Vispa.Views.PropertyView.Property::valueChanged().
|
private |
Definition at line 88 of file Selector.h.