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

Constructor & Destructor Documentation

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

Definition at line 889 of file GsfElectron.h.

889  :
890  dPhi1(-999),
891  dPhi2(-999),
892  dRz1(-999),
893  dRz2(-999),
894  subdetectors(0)
895  {}
float dPhi1
Pixel match variable: deltaPhi for innermost hit.
Definition: GsfElectron.h:880
unsigned char subdetectors
Subdetectors for first and second pixel hit.
Definition: GsfElectron.h:888
float dRz2
Pixel match variable: deltaRz for second hit.
Definition: GsfElectron.h:886
float dPhi2
Pixel match variable: deltaPhi for second hit.
Definition: GsfElectron.h:882
float dRz1
Pixel match variable: deltaRz for innermost hit.
Definition: GsfElectron.h:884
reco::GsfElectron::PixelMatchVariables::~PixelMatchVariables ( )
inline

Definition at line 896 of file GsfElectron.h.

896 {}

Member Data Documentation

float reco::GsfElectron::PixelMatchVariables::dPhi1

Pixel match variable: deltaPhi for innermost hit.

Definition at line 880 of file GsfElectron.h.

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

float reco::GsfElectron::PixelMatchVariables::dPhi2

Pixel match variable: deltaPhi for second hit.

Definition at line 882 of file GsfElectron.h.

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

float reco::GsfElectron::PixelMatchVariables::dRz1

Pixel match variable: deltaRz for innermost hit.

Definition at line 884 of file GsfElectron.h.

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

float reco::GsfElectron::PixelMatchVariables::dRz2

Pixel match variable: deltaRz for second hit.

Definition at line 886 of file GsfElectron.h.

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

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

Subdetectors for first and second pixel hit.

Definition at line 888 of file GsfElectron.h.

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