1 #ifndef DETECTOR_DESCRIPTION_CORE_DDSVALUES_H
2 #define DETECTOR_DESCRIPTION_CORE_DDSVALUES_H
16 return lh.first < rh.first;
19 inline DDsvalues_type::const_iterator
find(DDsvalues_type::const_iterator begin,
20 DDsvalues_type::const_iterator
end,
25 if (it !=
end && (*it).first ==
id)
40 unsigned int DDfetch(
const std::vector<const DDsvalues_type *> &sp,
DDValue &toFetch, std::vector<DDValue> &
result);
43 std::ostream &
operator<<(std::ostream &,
const std::vector<const DDsvalues_type *> &);