#include "CondFormats/SiPixelObjects/interface/SiPixelTemplate.h"
#include <vector>
#include "boost/multi_array.hpp"
Go to the source code of this file.
Namespaces | |
namespace | SiPixelTemplateReco |
Defines | |
#define | BHX 8 |
#define | BHY 12 |
#define | BXM1 TXSIZE+3 |
#define | BXM2 TXSIZE+2 |
#define | BXM3 TXSIZE+1 |
#define | BXSIZE TXSIZE+4 |
#define | BYM1 TYSIZE+3 |
#define | BYM2 TYSIZE+2 |
#define | BYM3 TYSIZE+1 |
#define | BYSIZE TYSIZE+4 |
#define | TXSIZE 13 |
#define | TYSIZE 21 |
Typedefs | |
typedef boost::multi_array < float, 2 > | SiPixelTemplateReco::array_2d |
Functions | |
int | SiPixelTemplateReco::PixelTempReco2D (int id, bool fpix, float cotalpha, float cotbeta, array_2d cluster, std::vector< bool > ydouble, std::vector< bool > xdouble, SiPixelTemplate &templ, float &yrec, float &sigmay, float &proby, float &xrec, float &sigmax, float &probx, int &qbin, int speed) |
Reconstruct the best estimate of the hit position for pixel clusters. | |
int | SiPixelTemplateReco::PixelTempReco2D (int id, bool fpix, float cotalpha, float cotbeta, array_2d cluster, std::vector< bool > ydouble, std::vector< bool > xdouble, SiPixelTemplate &templ, float &yrec, float &sigmay, float &proby, float &xrec, float &sigmax, float &probx, int &qbin, int speed, bool deadpix, std::vector< std::pair< int, int > > zeropix) |
Reconstruct the best estimate of the hit position for pixel clusters. |
#define BHX 8 |
Definition at line 44 of file SiPixelTemplateReco.h.
#define BHY 12 |
Definition at line 38 of file SiPixelTemplateReco.h.
#define BXM1 TXSIZE+3 |
Definition at line 45 of file SiPixelTemplateReco.h.
#define BXM2 TXSIZE+2 |
Definition at line 46 of file SiPixelTemplateReco.h.
#define BXM3 TXSIZE+1 |
Definition at line 47 of file SiPixelTemplateReco.h.
#define BXSIZE TXSIZE+4 |
Definition at line 43 of file SiPixelTemplateReco.h.
#define BYM1 TYSIZE+3 |
Definition at line 39 of file SiPixelTemplateReco.h.
#define BYM2 TYSIZE+2 |
Definition at line 40 of file SiPixelTemplateReco.h.
#define BYM3 TYSIZE+1 |
Definition at line 41 of file SiPixelTemplateReco.h.
#define BYSIZE TYSIZE+4 |
Definition at line 37 of file SiPixelTemplateReco.h.
#define TXSIZE 13 |
Definition at line 42 of file SiPixelTemplateReco.h.
#define TYSIZE 21 |
Definition at line 36 of file SiPixelTemplateReco.h.