LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "Selector.h"
Public Member Functions | |
ProcessNameSelector (std::string const &pn) | |
bool | match (BranchDescription const &p) const |
std::string | print (std::string const &indent) const |
Private Member Functions | |
bool | doMatch (BranchDescription const &p) const override |
std::string | doPrint (std::string const &indent) const override |
Private Attributes | |
std::string | pn_ |
Definition at line 63 of file Selector.h.
|
inlineexplicit |
Definition at line 65 of file Selector.h.
|
inlineoverrideprivatevirtual |
Implements art::SelectorBase.
Definition at line 71 of file Selector.h.
References pn_, and art::BranchDescription::processName().
Referenced by art::Selector::Selector().
|
inlineoverrideprivatevirtual |
Implements art::SelectorBase.
Definition at line 77 of file Selector.h.
References pn_.
Referenced by art::Selector::Selector().
|
inlineinherited |
Definition at line 41 of file SelectorBase.h.
References art::SelectorBase::doMatch().
Referenced by art::Principal::findGroupsForProcess().
|
inlineinherited |
Definition at line 47 of file SelectorBase.h.
References art::SelectorBase::doMatch(), art::SelectorBase::doPrint(), and art::detail::indent().
Referenced by art::Principal::getBySelector().
|
private |
Definition at line 88 of file Selector.h.