7 std::vector<Python11ParameterSet>
v = edm::toVector<Python11ParameterSet>(
value);
8 std::vector<edm::ParameterSet> v2;
10 for (std::vector<Python11ParameterSet>::iterator ppsetItr =
v.begin(), ppsetItrEnd =
v.end(); ppsetItr != ppsetItrEnd;
12 v2.push_back(ppsetItr->theParameterSet);
18 std::vector<edm::ParameterSet>
const&
v =
23 for (std::vector<edm::ParameterSet>::const_iterator psetItr =
v.begin(), psetItrEnd =
v.end(); psetItr != psetItrEnd;
void addParameter(bool tracked, std::string const &name, T const &value)
void addNewFileInPath(bool tracked, std::string const &name, std::string const &value)
edm::ParameterSet theParameterSet
pybind11::list getVPSet(bool tracked, std::string const &name)
VParameterSet getUntrackedParameterSetVector(std::string const &name, VParameterSet const &defaultValue) const
VParameterSet const & getParameterSetVector(std::string const &name) const
void addVPSet(bool tracked, std::string const &name, pybind11::list value)