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