#include <math.h>
#include <algorithm>
#include <vector>
#include <utility>
#include <iostream>
#include "TMath.h"
#include "RecoLocalTracker/SiPixelRecHits/interface/SiPixelTemplateReco.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
Go to the source code of this file.
Defines | |
#define | ENDL " " |
#define | LOGDEBUG(x) LogDebug(x) |
#define | LOGERROR(x) edm::LogError(x) |
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. | |
Variables | |
static int | theVerboseLevel = {2} |
#define ENDL " " |
Definition at line 47 of file SiPixelTemplateReco.cc.
#define LOGDEBUG | ( | x | ) | LogDebug(x) |
Definition at line 46 of file SiPixelTemplateReco.cc.
#define LOGERROR | ( | x | ) | edm::LogError(x) |
Definition at line 45 of file SiPixelTemplateReco.cc.
int theVerboseLevel = {2} [static] |
Definition at line 55 of file SiPixelTemplateReco.cc.
Referenced by SiPixelTemplateReco::PixelTempReco2D(), SiPixelTemplateReco::PixelTempSplit(), and cms::SiPixelRecHitConverter::run().