1 #ifndef CTPPS_CTPPSDigi_CTPPSPixelDigiCollection_h 2 #define CTPPS_CTPPSDigi_CTPPSPixelDigiCollection_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;
21 void put(Range
input,
unsigned int detID);
22 const Range
get(
unsigned int detID)
const;
23 const std::vector<unsigned int>
detIDs()
const;
std::vector< CTPPSPixelDigi > container_
std::map< unsigned int, IndexRange >::const_iterator RegistryIterator
static std::string const input
std::vector< CTPPSPixelDigi >::const_iterator ContainerIterator
std::pair< ContainerIterator, ContainerIterator > Range
std::map< unsigned int, IndexRange > Registry
const std::vector< unsigned int > detIDs() const
CTPPSPixelDigiCollection()
std::pair< unsigned int, unsigned int > IndexRange
void put(Range input, unsigned int detID)