LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
#include "GroupSelector.h"
Public Member Functions | |
GroupSelector (GroupSelectorRules const &rules, ProductList const &branchDescriptions) | |
bool | selected (BranchDescription const &desc) const |
void | print (std::ostream &os) const |
Private Attributes | |
std::vector< BranchDescription const * > | groupsToSelect_ {} |
Definition at line 27 of file GroupSelector.h.
|
explicit |
Definition at line 17 of file GroupSelector.cc.
References art::GroupSelectorRules::applyToAll().
void GroupSelector::print | ( | std::ostream & | os | ) | const |
Definition at line 52 of file GroupSelector.cc.
Referenced by art::operator<<().
bool GroupSelector::selected | ( | BranchDescription const & | desc | ) | const |
Definition at line 46 of file GroupSelector.cc.
|
private |
Definition at line 40 of file GroupSelector.h.