#include <GsfElectron.h>
Public Member Functions | |
ClosestCtfTrack () | |
ClosestCtfTrack (TrackRef track, float sh) | |
Public Attributes | |
TrackRef | ctfTrack |
float | shFracInnerHits |
Definition at line 177 of file GsfElectron.h.
reco::GsfElectron::ClosestCtfTrack::ClosestCtfTrack | ( | ) | [inline] |
Definition at line 181 of file GsfElectron.h.
: shFracInnerHits(0.) {}
reco::GsfElectron::ClosestCtfTrack::ClosestCtfTrack | ( | TrackRef | track, |
float | sh | ||
) | [inline] |
Definition at line 182 of file GsfElectron.h.
: ctfTrack(track), shFracInnerHits(sh) {}
Definition at line 179 of file GsfElectron.h.
Referenced by GsfElectronAlgo::createElectron(), and reco::GsfElectron::GsfElectron().
Definition at line 180 of file GsfElectron.h.
Referenced by GsfElectronAlgo::createElectron(), and reco::GsfElectron::GsfElectron().