LArSoft
v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
|
#include "SelectorBase.h"
Public Member Functions | |
virtual | ~SelectorBase () |
bool | match (BranchDescription const &p) const |
virtual SelectorBase * | clone () const =0 |
Private Member Functions | |
virtual bool | doMatch (BranchDescription const &p) const =0 |
Definition at line 19 of file SelectorBase.h.
|
virtual |
Definition at line 15 of file SelectorBase.cc.
|
pure virtual |
|
privatepure virtual |
|
inline |
Definition at line 23 of file SelectorBase.h.
References clone(), and doMatch().
Referenced by art::Principal::findGroupsForProcess().