#include <Selector.h>
Public Member Functions | |
virtual MatchAllSelector * | clone () const |
virtual bool | doMatch (ConstBranchDescription const &) const |
MatchAllSelector () |
Class MatchAllSelector. Dummy selector whose match function always returns true.
Definition at line 146 of file Selector.h.
edm::MatchAllSelector::MatchAllSelector | ( | ) | [inline] |
virtual MatchAllSelector* edm::MatchAllSelector::clone | ( | void | ) | const [inline, virtual] |
Implements edm::SelectorBase.
Definition at line 155 of file Selector.h.
References MatchAllSelector().
{ return new MatchAllSelector; }
virtual bool edm::MatchAllSelector::doMatch | ( | ConstBranchDescription const & | ) | const [inline, virtual] |