#include "DataFormats/DetId/interface/DetId.h"
#include "DataFormats/SiStripCommon/interface/SiStripConstants.h"
#include <boost/cstdint.hpp>
#include <iomanip>
#include <vector>
#include <algorithm>
Go to the source code of this file.
Definition at line 111 of file SiStripHashedDetId.cc.
References SiStripHashedDetId::begin(), and SiStripHashedDetId::end().
112 std::stringstream ss;
113 ss <<
"[SiStripHashedDetId::" << __func__ <<
"]"
115 <<
" entries in DetId hash map:"
118 for ( ; iter !=
input.end(); ++iter ) {
120 << std::dec << std::setw(5) << std::setfill(
' ')
121 << iter -
input.begin()
123 << std::hex << std::setw(8) << std::setfill(
'0')
124 << *iter << std::endl;
std::vector< uint32_t >::const_iterator const_iterator
static std::string const input