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 egamma {
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 } // namespace egamma
16 
17 #endif
Handle.h
edm::Handle< reco::TrackCollection >
edm::Ref< GsfTrackCollection >
TrackFwd.h
egamma
Definition: EgAmbiguityTools.h:10
GsfTrackFwd.h
egamma::getClosestCtfToGsf
std::pair< reco::TrackRef, float > getClosestCtfToGsf(reco::GsfTrackRef const &, edm::Handle< reco::TrackCollection > const &ctfTracksH)
Definition: GsfElectronTools.cc:17