#include <GroupSelector.h>
Definition at line 26 of file GroupSelector.h.
Definition at line 14 of file GroupSelector.cc.
21 vector<BranchSelectState> branchstates;
22 branchstates.reserve(descriptions.size());
23 for (
auto const& pr : descriptions) {
24 branchstates.push_back(BranchSelectState{&pr.second});
29 rules.applyToAll(branchstates);
34 for (
auto const& state : branchstates) {
void sort_all(RandCont &)
std::vector< BranchDescription const * > groupsToSelect_
void GroupSelector::print |
( |
std::ostream & |
os | ) |
const |
Definition at line 49 of file GroupSelector.cc.
51 os <<
"GroupSelector at: " <<
static_cast<void const*
>(
this) <<
" has " 54 os << bd_ptr->branchName() <<
'\n';
std::vector< BranchDescription const * > groupsToSelect_
Definition at line 43 of file GroupSelector.cc.
std::vector< BranchDescription const * > groupsToSelect_
bool binary_search_all(FwdCont const &, Datum const &)
The documentation for this class was generated from the following files: