#include "CondFormats/SiPixelObjects/interface/SiPixelTemplate.h"
#include <vector>
#include "boost/multi_array.hpp"
Go to the source code of this file.
Namespaces | |
namespace | SiPixelTemplateReco |
Typedefs | |
typedef boost::multi_array < float, 3 > | SiPixelTemplateReco::array_3d |
Functions | |
int | SiPixelTemplateReco::PixelTempSplit (int id, bool fpix, float cotalpha, float cotbeta, array_2d cluster, std::vector< bool > ydouble, std::vector< bool > xdouble, SiPixelTemplate &templ, float &yrec1, float &yrec2, float &sigmay, float &proby, float &xrec1, float &xrec2, float &sigmax, float &probx, int &qbin) |
Reconstruct the best estimate of the hit positions for pixel clusters. | |
int | SiPixelTemplateReco::PixelTempSplit (int id, bool fpix, float cotalpha, float cotbeta, array_2d cluster, std::vector< bool > ydouble, std::vector< bool > xdouble, SiPixelTemplate &templ, float &yrec1, float &yrec2, float &sigmay, float &proby, float &xrec1, float &xrec2, float &sigmax, float &probx, int &qbin, bool deadpix, std::vector< std::pair< int, int > > zeropix) |
Reconstruct the best estimate of the hit positions for pixel clusters. |