7 if (input.first == input.second)
return ;
16 std::vector<SiStripCluster> temporary;
19 for ( ;sort_begin != sort_end; ++sort_begin ) {
20 temporary.push_back(*sort_begin);
22 std::sort(temporary.begin(),temporary.end());
46 if (returnIndex ==
map_.end()){
53 returnRange.first =
container_.begin()+returnIndexRange.first;
54 returnRange.second =
container_.begin()+returnIndexRange.second+1;
65 std::vector<unsigned int>
output;
68 output.push_back(begin->first);
inputRange
Get input source.
std::pair< unsigned int, unsigned int > IndexRange
std::map< unsigned int, IndexRange >::const_iterator RegistryIterator
const std::vector< unsigned int > detIDs() const
static std::string const input
void put(Range input, unsigned int detID)
return(e1-e2)*(e1-e2)+dp *dp
container::const_iterator ContainerIterator
std::pair< ContainerIterator, ContainerIterator > Range
const Range get(unsigned int detID) const