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

Constructor & Destructor Documentation

◆ PixelMatchVariables()

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

Definition at line 926 of file GsfElectron.h.

926 : dPhi1(-999), dPhi2(-999), dRz1(-999), dRz2(-999), subdetectors(0) {}
float dPhi1
Pixel match variable: deltaPhi for innermost hit.
Definition: GsfElectron.h:917
unsigned char subdetectors
Subdetectors for first and second pixel hit.
Definition: GsfElectron.h:925
float dRz2
Pixel match variable: deltaRz for second hit.
Definition: GsfElectron.h:923
float dPhi2
Pixel match variable: deltaPhi for second hit.
Definition: GsfElectron.h:919
float dRz1
Pixel match variable: deltaRz for innermost hit.
Definition: GsfElectron.h:921

◆ ~PixelMatchVariables()

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

Definition at line 927 of file GsfElectron.h.

927 {}

Member Data Documentation

◆ dPhi1

float reco::GsfElectron::PixelMatchVariables::dPhi1

Pixel match variable: deltaPhi for innermost hit.

Definition at line 917 of file GsfElectron.h.

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

◆ dPhi2

float reco::GsfElectron::PixelMatchVariables::dPhi2

Pixel match variable: deltaPhi for second hit.

Definition at line 919 of file GsfElectron.h.

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

◆ dRz1

float reco::GsfElectron::PixelMatchVariables::dRz1

Pixel match variable: deltaRz for innermost hit.

Definition at line 921 of file GsfElectron.h.

Referenced by reco::GsfElectron::pixelMatchDRz1(), and reco::GsfElectron::setPixelMatchDRz1().

◆ dRz2

float reco::GsfElectron::PixelMatchVariables::dRz2

Pixel match variable: deltaRz for second hit.

Definition at line 923 of file GsfElectron.h.

Referenced by reco::GsfElectron::pixelMatchDRz2(), and reco::GsfElectron::setPixelMatchDRz2().

◆ subdetectors

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

Subdetectors for first and second pixel hit.

Definition at line 925 of file GsfElectron.h.

Referenced by reco::GsfElectron::pixelMatchSubdetector1(), reco::GsfElectron::pixelMatchSubdetector2(), and reco::GsfElectron::setPixelMatchSubdetectors().