1 #ifndef DATAFORMATS_SISTRIPCLUSTERCOLLECTION_H
2 #define DATAFORMATS_SISTRIPCLUSTERCOLLECTION_H
15 typedef std::pair<ContainerIterator, ContainerIterator>
Range;
16 typedef std::pair<unsigned int, unsigned int>
IndexRange;
17 typedef std::map<unsigned int, IndexRange>
Registry;
23 const Range get(
unsigned int detID)
const;
24 const std::vector<unsigned int>
detIDs()
const;
std::pair< unsigned int, unsigned int > IndexRange
std::map< unsigned int, IndexRange >::const_iterator RegistryIterator
std::vector< SiStripCluster > container
const std::vector< unsigned int > detIDs() const
static std::string const input
std::map< unsigned int, IndexRange > Registry
Container::value_type value_type
void put(Range input, unsigned int detID)
SiStripClusterCollection()
container::const_iterator ContainerIterator
std::pair< ContainerIterator, ContainerIterator > Range
container::value_type value_type