LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "GroupSelector.h"
Public Member Functions | |
GroupSelector (GroupSelectorRules const &rules, ProductDescriptionsByID const &descriptions) | |
bool | selected (BranchDescription const &desc) const |
void | print (std::ostream &os) const |
Private Attributes | |
std::vector< BranchDescription const * > | groupsToSelect_ {} |
Definition at line 26 of file GroupSelector.h.
|
explicit |
Definition at line 16 of file GroupSelector.cc.
References art::GroupSelectorRules::applyToAll(), and util::values().
void GroupSelector::print | ( | std::ostream & | os | ) | const |
Definition at line 50 of file GroupSelector.cc.
Referenced by art::operator<<().
bool GroupSelector::selected | ( | BranchDescription const & | desc | ) | const |
Definition at line 44 of file GroupSelector.cc.
|
private |
Definition at line 39 of file GroupSelector.h.