CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TransientTrackFromFTSFactory.cc
Go to the documentation of this file.
3 
4 using namespace reco;
5 using namespace std;
6 
8  return TransientTrack(new TransientTrackFromFTS(fts));
9 }
10 
12  const edm::ESHandle<GlobalTrackingGeometry>& trackingGeometry) const {
13  return TransientTrack(new TransientTrackFromFTS(fts, trackingGeometry));
14 }
15 
reco::TransientTrack build(const FreeTrajectoryState &fts) const