12 std::vector<CTPPSPixelDigi> temporary;
14 auto sort_begin = input.first;
15 auto sort_end = input.second;
17 temporary.insert(
std::end(temporary), sort_begin, sort_end);
19 std::sort(temporary.begin(),temporary.end());
36 returnIndexRange =
found->second;
40 returnRange.first =
container_.begin()+returnIndexRange.first;
41 returnRange.second =
container_.begin()+returnIndexRange.second+1;
52 std::vector<unsigned int>
output;
56 output.push_back(
begin->first);
std::vector< CTPPSPixelDigi > container_
static std::string const input
std::pair< ContainerIterator, ContainerIterator > Range
const std::vector< unsigned int > detIDs() const
const Range get(unsigned int detID) const
inputRange
Get input source.
std::pair< unsigned int, unsigned int > IndexRange
void put(Range input, unsigned int detID)