LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
#include "Selector.h"
Public Member Functions | |
MatchAllSelector () | |
virtual MatchAllSelector * | clone () const override |
bool | match (BranchDescription const &p) const |
Private Member Functions | |
virtual bool | doMatch (BranchDescription const &) const override |
Class MatchAllSelector. Dummy selector whose match function always returns true.
Definition at line 162 of file Selector.h.
|
inline |
Definition at line 164 of file Selector.h.
|
inlineoverridevirtual |
|
inlineoverrideprivatevirtual |
Implements art::SelectorBase.
Definition at line 174 of file Selector.h.
|
inlineinherited |
Definition at line 23 of file SelectorBase.h.
References art::SelectorBase::clone(), and art::SelectorBase::doMatch().
Referenced by art::Principal::findGroupsForProcess().