CMS 3D CMS Logo

List of all members | Public Member Functions
SurveyPxbDicer::findParByName Struct Reference

Function object for searching for a parameter in the VPSet. More...

Public Member Functions

bool operator() (const std::string &name, const edm::ParameterSet &parset) const
 

Detailed Description

Function object for searching for a parameter in the VPSet.

Definition at line 69 of file SurveyPxbDicer.h.

Member Function Documentation

◆ operator()()

bool SurveyPxbDicer::findParByName::operator() ( const std::string &  name,
const edm::ParameterSet parset 
) const
inline

Definition at line 70 of file SurveyPxbDicer.h.

References edm::ParameterSet::getParameter(), Skims_PA_cff::name, and AlCaHLTBitMon_QueryRunRegistry::string.

70  {
71  return (parset.getParameter<std::string>("name") == name);
72  }
T getParameter(std::string const &) const
Definition: ParameterSet.h:303