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