CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_6_1_1/src/TrackingTools/TransientTrack/interface/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