CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
reco::GsfElectron::PixelMatchVariables Struct Reference

#include <GsfElectron.h>

Public Member Functions

 PixelMatchVariables ()
 
 ~PixelMatchVariables ()
 

Public Attributes

float dPhi1
 Pixel match variable: deltaPhi for innermost hit. More...
 
float dPhi2
 Pixel match variable: deltaPhi for second hit. More...
 
float dRz1
 Pixel match variable: deltaRz for innermost hit. More...
 
float dRz2
 Pixel match variable: deltaRz for second hit. More...
 
unsigned char subdetectors
 Subdetectors for first and second pixel hit. More...
 

Detailed Description

Definition at line 805 of file GsfElectron.h.

Constructor & Destructor Documentation

reco::GsfElectron::PixelMatchVariables::PixelMatchVariables ( )
inline

Definition at line 816 of file GsfElectron.h.

reco::GsfElectron::PixelMatchVariables::~PixelMatchVariables ( )
inline

Definition at line 823 of file GsfElectron.h.

Member Data Documentation

float reco::GsfElectron::PixelMatchVariables::dPhi1

Pixel match variable: deltaPhi for innermost hit.

Definition at line 807 of file GsfElectron.h.

float reco::GsfElectron::PixelMatchVariables::dPhi2

Pixel match variable: deltaPhi for second hit.

Definition at line 809 of file GsfElectron.h.

float reco::GsfElectron::PixelMatchVariables::dRz1

Pixel match variable: deltaRz for innermost hit.

Definition at line 811 of file GsfElectron.h.

float reco::GsfElectron::PixelMatchVariables::dRz2

Pixel match variable: deltaRz for second hit.

Definition at line 813 of file GsfElectron.h.

unsigned char reco::GsfElectron::PixelMatchVariables::subdetectors

Subdetectors for first and second pixel hit.

Definition at line 815 of file GsfElectron.h.