LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
Selector.cc
Go to the documentation of this file.
2 // vim: set sw=2 expandtab :
3 
4 namespace art {
5 
6  bool
8  {
9  return sel_->match(prov);
10  }
11 
12  std::string
13  Selector::doPrint(std::string const& indent) const
14  {
15  return sel_->print(indent);
16  }
17 
18 } // namespace art
std::shared_ptr< SelectorBase > sel_
Definition: Selector.h:385
std::string doPrint(std::string const &indent) const override
Definition: Selector.cc:13
bool doMatch(BranchDescription const &p) const override
Definition: Selector.cc:7
std::string indent(std::size_t const i)
Definition: MVAAlg.h:12