10 #include "boost/multi_array.hpp"
24 std::map<std::pair<unsigned int, std::pair<int,int> >, std::pair<LocalPoint,LocalError> >::const_iterator pixel_link =
26 if (pixel_link != pos_err_map.end()) {
27 std::pair<LocalPoint,LocalError> pos_err_info = pixel_link->second;
28 return std::make_pair(pos_err_info.first, pos_err_info.second);
34 pos_err_map.insert(std::make_pair(std::make_pair(
id,row_col), pos_err_info));
std::pair< LocalPoint, LocalError > LocalValues
uint32_t rawId() const
get the raw id
DetId geographicalId() const
The label of this GeomDet.
Pixel cluster – collection of neighboring pixels above threshold.
PixelClusterParameterEstimator::LocalValues localParameters(const SiPixelCluster &cl, const GeomDetUnit &det) const
The constructor.
void enterLocalParameters(unsigned int id, std::pair< int, int > &row_col, std::pair< LocalPoint, LocalError > pos_err_info) const