CMS 3D CMS Logo

GsfElectronTools.h
Go to the documentation of this file.
1 #ifndef RecoEgamma_EgammaElectronAlgos_GsfElectronTools_h
2 #define RecoEgamma_EgammaElectronAlgos_GsfElectronTools_h
3 
7 
8 namespace gsfElectronTools {
9 
10  // From Puneeth Kalavase : returns the CTF track that has the highest fraction
11  // of shared hits in Pixels and the inner strip tracker with the electron Track
12  std::pair<reco::TrackRef,float> getClosestCtfToGsf( reco::GsfTrackRef const&,
13  edm::Handle<reco::TrackCollection> const& ctfTracksH );
14 
15 }
16 
17 
18 #endif
std::pair< reco::TrackRef, float > getClosestCtfToGsf(reco::GsfTrackRef const &, edm::Handle< reco::TrackCollection > const &ctfTracksH)