1 #ifndef ClusterCollectionFP420_h 2 #define ClusterCollectionFP420_h 14 typedef std::pair<ContainerIterator, ContainerIterator>
Range;
15 typedef std::pair<unsigned int, unsigned int>
IndexRange;
16 typedef std::map<unsigned int, IndexRange>
Registry;
31 void put(Range
input,
unsigned int detID);
32 const Range
get(
unsigned int detID)
const;
33 const std::vector<unsigned int>
detIDs()
const;
34 void putclear(Range input,
unsigned int detID);
std::pair< unsigned int, unsigned int > IndexRange
std::vector< ClusterFP420 > container_
std::vector< ClusterFP420 >::const_iterator ContainerIterator
void put(Range input, unsigned int detID)
static std::string const input
std::map< unsigned int, std::vector< ClusterFP420 > > ClusterFP420Container
ClusterFP420Container clusterMap_
std::map< unsigned int, IndexRange > Registry
std::map< unsigned int, IndexRange >::const_iterator RegistryIterator
void putclear(Range input, unsigned int detID)
std::pair< ContainerIterator, ContainerIterator > Range
const std::vector< unsigned int > detIDs() const