LArSoft
v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
|
#include "Selector.h"
Public Member Functions | |
ModuleLabelSelector (const std::string &label) | |
virtual ModuleLabelSelector * | clone () const override |
bool | match (BranchDescription const &p) const |
Private Member Functions | |
virtual bool | doMatch (BranchDescription const &p) const override |
Private Attributes | |
std::string | label_ |
Class ModuleLabelSelector. Selects EDProducts based upon module label.
Definition at line 135 of file Selector.h.
|
inline |
Definition at line 137 of file Selector.h.
|
inlineoverridevirtual |
Implements art::SelectorBase.
Definition at line 140 of file Selector.h.
|
inlineoverrideprivatevirtual |
Implements art::SelectorBase.
Definition at line 147 of file Selector.h.
References art::BranchDescription::moduleLabel().
|
inlineinherited |
Definition at line 23 of file SelectorBase.h.
References art::SelectorBase::clone(), and art::SelectorBase::doMatch().
Referenced by art::Principal::findGroupsForProcess().
|
private |
Definition at line 152 of file Selector.h.