11 std::vector<const DDsvalues_type *>
result;
13 std::vector<const DDsvalues_type *>::iterator it = result.begin();
15 for (; it != result.end(); ++it) {
20 std::vector<std::string>
const &
temp = val.
strings();
21 if (temp.size() != 1) {
22 throw cms::Exception(
"Configuration")<<
" ERROR: I need 1 "<< s <<
" tags";
bool DDfetch(const DDsvalues_type *, DDValue &)
helper for retrieving DDValues from DDsvalues_type *.
const std::vector< std::string > & strings() const
a reference to the std::string-valued values stored in the given instance of DDValue ...
void specificsV(std::vector< const DDsvalues_type * > &result) const
User specific data attached to the current node.