#include <ModuleLabelMatch.h>
Public Member Functions | |
ModuleLabelMatch (std::string const &moduleLabel) | |
bool | operator() (edm::BranchDescription const &branchDescription) |
Private Attributes | |
std::string | moduleLabel_ |
This is intended to be used with the class GetterOfProducts. See comments in the file GetterOfProducts.h for a description.
Definition at line 19 of file ModuleLabelMatch.h.
edm::ModuleLabelMatch::ModuleLabelMatch | ( | std::string const & | moduleLabel | ) | [inline] |
Definition at line 22 of file ModuleLabelMatch.h.
: moduleLabel_(moduleLabel) { }
bool edm::ModuleLabelMatch::operator() | ( | edm::BranchDescription const & | branchDescription | ) | [inline] |
Definition at line 24 of file ModuleLabelMatch.h.
References edm::BranchDescription::moduleLabel(), and moduleLabel_.
{ return branchDescription.moduleLabel() == moduleLabel_; }
std::string edm::ModuleLabelMatch::moduleLabel_ [private] |
Definition at line 29 of file ModuleLabelMatch.h.
Referenced by operator()().