#include <math.h>
#include <algorithm>
#include <vector>
#include <iostream>
#include "TMath.h"
#include "RecoLocalTracker/SiPixelRecHits/interface/SiPixelTemplateSplit.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::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. | |
Variables | |
static int | theVerboseLevel = {2} |
#define ENDL " " |
Definition at line 31 of file SiPixelTemplateSplit.cc.
#define LOGDEBUG | ( | x | ) | LogDebug(x) |
Definition at line 30 of file SiPixelTemplateSplit.cc.
#define LOGERROR | ( | x | ) | edm::LogError(x) |
Definition at line 29 of file SiPixelTemplateSplit.cc.
int theVerboseLevel = {2} [static] |
Definition at line 39 of file SiPixelTemplateSplit.cc.