LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
#include "Selector.h"
Public Member Functions | |
ProcessNameSelector (const std::string &pn) | |
virtual ProcessNameSelector * | clone () const override |
std::string const & | name () const |
bool | match (BranchDescription const &p) const |
Private Member Functions | |
virtual bool | doMatch (BranchDescription const &p) const override |
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 73 of file Selector.h.
|
inline |
|
inlineoverridevirtual |
Implements art::SelectorBase.
Definition at line 80 of file Selector.h.
References ProcessNameSelector().
|
inlineoverrideprivatevirtual |
Implements art::SelectorBase.
Definition at line 93 of file Selector.h.
References pn_, and art::BranchDescription::processName().
|
inlineinherited |
Definition at line 23 of file SelectorBase.h.
References art::SelectorBase::clone(), and art::SelectorBase::doMatch().
Referenced by art::Principal::findGroupsForProcess().
|
inline |
Definition at line 86 of file Selector.h.
References pn_.
|
private |
Definition at line 98 of file Selector.h.