#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... | |
Definition at line 902 of file GsfElectron.h.
|
inline |
Definition at line 913 of file GsfElectron.h.
|
inline |
Definition at line 914 of file GsfElectron.h.
References reco::GsfElectron::pixelMatchVariables_, and subdetectors.
float reco::GsfElectron::PixelMatchVariables::dPhi1 |
Pixel match variable: deltaPhi for innermost hit.
Definition at line 904 of file GsfElectron.h.
Referenced by reco::GsfElectron::correctMomentum(), and reco::GsfElectron::setPixelMatchSubdetectors().
float reco::GsfElectron::PixelMatchVariables::dPhi2 |
Pixel match variable: deltaPhi for second hit.
Definition at line 906 of file GsfElectron.h.
Referenced by reco::GsfElectron::correctMomentum(), and reco::GsfElectron::setPixelMatchDPhi1().
float reco::GsfElectron::PixelMatchVariables::dRz1 |
Pixel match variable: deltaRz for innermost hit.
Definition at line 908 of file GsfElectron.h.
Referenced by reco::GsfElectron::correctMomentum(), and reco::GsfElectron::setPixelMatchDPhi2().
float reco::GsfElectron::PixelMatchVariables::dRz2 |
Pixel match variable: deltaRz for second hit.
Definition at line 910 of file GsfElectron.h.
Referenced by reco::GsfElectron::setPixelMatchDRz1().
unsigned char reco::GsfElectron::PixelMatchVariables::subdetectors |
Subdetectors for first and second pixel hit.
Definition at line 912 of file GsfElectron.h.
Referenced by ~PixelMatchVariables().