CMS 3D CMS Logo

TransientTrackFromFTSFactory.h

Go to the documentation of this file.
00001 #ifndef TransientTrackFromFTSFactory_H
00002 #define TransientTrackFromFTSFactory_H
00003 
00004 #include "TrackingTools/TransientTrack/interface/TransientTrack.h"
00005 
00010 class TransientTrackFromFTSFactory {
00011  public:
00012 
00013     reco::TransientTrack build (const FreeTrajectoryState & fts) const;
00014     reco::TransientTrack build (const FreeTrajectoryState & fts,
00015         const edm::ESHandle<GlobalTrackingGeometry>& trackingGeometry)  const;
00016 
00017 };
00018 
00019 
00020 #endif

Generated on Tue Jun 9 17:48:40 2009 for CMSSW by  doxygen 1.5.4