CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
PixelCPEGeneric::ClusterParamGeneric Struct Reference

#include <PixelCPEGeneric.h>

Inheritance diagram for PixelCPEGeneric::ClusterParamGeneric:
PixelCPEBase::ClusterParam

Public Member Functions

 ClusterParamGeneric (const SiPixelCluster &cl)
 
- Public Member Functions inherited from PixelCPEBase::ClusterParam
 ClusterParam ()
 
 ClusterParam (const SiPixelCluster &cl)
 
virtual ~ClusterParam ()=default
 

Public Attributes

float deltax
 
float deltay
 
float dx1
 
float dx2
 
float dy1
 
float dy2
 
int pixmx
 
float sigmax
 
float sigmay
 
float sx1
 
float sx2
 
float sy1
 
float sy2
 
- Public Attributes inherited from PixelCPEBase::ClusterParam
float cotalpha
 
float cotbeta
 
int edgeTypeX_ = 0
 
int edgeTypeY_ = 0
 
bool filled_from_2d = false
 
bool hasBadPixels_ = false
 
bool hasFilledProb_ = false
 
bool isOnEdge_
 
Topology::LocalTrackPred loc_trk_pred
 
float probabilityQ_
 
float probabilityX_
 
float probabilityY_
 
int qBin_
 
bool spansTwoROCs_
 
const SiPixelClustertheCluster = nullptr
 
float trk_lp_x
 
float trk_lp_y
 
bool with_track_angle
 

Detailed Description

Definition at line 54 of file PixelCPEGeneric.h.

Constructor & Destructor Documentation

◆ ClusterParamGeneric()

PixelCPEGeneric::ClusterParamGeneric::ClusterParamGeneric ( const SiPixelCluster cl)
inline

Definition at line 55 of file PixelCPEGeneric.h.

55 : ClusterParam(cl) {}

Member Data Documentation

◆ deltax

float PixelCPEGeneric::ClusterParamGeneric::deltax

Definition at line 72 of file PixelCPEGeneric.h.

Referenced by PixelCPEGeneric::localPosition().

◆ deltay

float PixelCPEGeneric::ClusterParamGeneric::deltay

Definition at line 71 of file PixelCPEGeneric.h.

Referenced by PixelCPEGeneric::localPosition().

◆ dx1

float PixelCPEGeneric::ClusterParamGeneric::dx1

Definition at line 75 of file PixelCPEGeneric.h.

Referenced by PixelCPEGeneric::localPosition().

◆ dx2

float PixelCPEGeneric::ClusterParamGeneric::dx2

Definition at line 76 of file PixelCPEGeneric.h.

Referenced by PixelCPEGeneric::localPosition().

◆ dy1

float PixelCPEGeneric::ClusterParamGeneric::dy1

Definition at line 73 of file PixelCPEGeneric.h.

Referenced by PixelCPEGeneric::localPosition().

◆ dy2

float PixelCPEGeneric::ClusterParamGeneric::dy2

Definition at line 74 of file PixelCPEGeneric.h.

Referenced by PixelCPEGeneric::localPosition().

◆ pixmx

int PixelCPEGeneric::ClusterParamGeneric::pixmx

◆ sigmax

float PixelCPEGeneric::ClusterParamGeneric::sigmax

◆ sigmay

float PixelCPEGeneric::ClusterParamGeneric::sigmay

◆ sx1

float PixelCPEGeneric::ClusterParamGeneric::sx1

◆ sx2

float PixelCPEGeneric::ClusterParamGeneric::sx2

◆ sy1

float PixelCPEGeneric::ClusterParamGeneric::sy1

◆ sy2

float PixelCPEGeneric::ClusterParamGeneric::sy2
GetRecoTauVFromDQM_MC_cff.cl
cl
Definition: GetRecoTauVFromDQM_MC_cff.py:38
PixelCPEBase::ClusterParam::ClusterParam
ClusterParam()
Definition: PixelCPEBase.h:70