CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
reco::GsfElectron::ClosestCtfTrack Struct Reference

#include <GsfElectron.h>

Public Member Functions

 ClosestCtfTrack ()
 
 ClosestCtfTrack (TrackRef track, float sh)
 

Public Attributes

TrackRef ctfTrack
 
float shFracInnerHits
 

Detailed Description

Definition at line 191 of file GsfElectron.h.

Constructor & Destructor Documentation

reco::GsfElectron::ClosestCtfTrack::ClosestCtfTrack ( )
inline

Definition at line 195 of file GsfElectron.h.

reco::GsfElectron::ClosestCtfTrack::ClosestCtfTrack ( TrackRef  track,
float  sh 
)
inline

Definition at line 196 of file GsfElectron.h.

196 : ctfTrack(track), shFracInnerHits(sh) {}
virtual reco::TrackRef track() const
reference to a Track

Member Data Documentation

TrackRef reco::GsfElectron::ClosestCtfTrack::ctfTrack

Definition at line 193 of file GsfElectron.h.

Referenced by GsfElectronAlgo::createElectron().

float reco::GsfElectron::ClosestCtfTrack::shFracInnerHits

Definition at line 194 of file GsfElectron.h.

Referenced by GsfElectronAlgo::createElectron().