CMS 3D CMS Logo

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 839 of file GsfElectron.h.

Constructor & Destructor Documentation

◆ PixelMatchVariables()

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

Definition at line 850 of file GsfElectron.h.

851 { return pixelMatchVariables_.subdetectors / 10; }

◆ ~PixelMatchVariables()

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

Definition at line 851 of file GsfElectron.h.

851 { return pixelMatchVariables_.subdetectors / 10; }

References reco::GsfElectron::pixelMatchVariables_, and subdetectors.

Member Data Documentation

◆ dPhi1

float reco::GsfElectron::PixelMatchVariables::dPhi1

Pixel match variable: deltaPhi for innermost hit.

Definition at line 841 of file GsfElectron.h.

Referenced by reco::GsfElectron::correctMomentum(), and reco::GsfElectron::setPixelMatchSubdetectors().

◆ dPhi2

float reco::GsfElectron::PixelMatchVariables::dPhi2

Pixel match variable: deltaPhi for second hit.

Definition at line 843 of file GsfElectron.h.

Referenced by reco::GsfElectron::correctMomentum(), and reco::GsfElectron::setPixelMatchDPhi1().

◆ dRz1

float reco::GsfElectron::PixelMatchVariables::dRz1

Pixel match variable: deltaRz for innermost hit.

Definition at line 845 of file GsfElectron.h.

Referenced by reco::GsfElectron::correctMomentum(), and reco::GsfElectron::setPixelMatchDPhi2().

◆ dRz2

float reco::GsfElectron::PixelMatchVariables::dRz2

Pixel match variable: deltaRz for second hit.

Definition at line 847 of file GsfElectron.h.

Referenced by reco::GsfElectron::setPixelMatchDRz1().

◆ subdetectors

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

Subdetectors for first and second pixel hit.

Definition at line 849 of file GsfElectron.h.

Referenced by ~PixelMatchVariables().

reco::GsfElectron::PixelMatchVariables::subdetectors
unsigned char subdetectors
Subdetectors for first and second pixel hit.
Definition: GsfElectron.h:849
reco::GsfElectron::pixelMatchVariables_
PixelMatchVariables pixelMatchVariables_
Definition: GsfElectron.h:867