CMS 3D CMS Logo

TransientTrackFromFTSFactory Class Reference

Helper class to build TransientTrack from a FreeTrajectoryState. More...

#include <TrackingTools/TransientTrack/interface/TransientTrackFromFTSFactory.h>

List of all members.

Public Member Functions

reco::TransientTrack build (const FreeTrajectoryState &fts, const edm::ESHandle< GlobalTrackingGeometry > &trackingGeometry) const
reco::TransientTrack build (const FreeTrajectoryState &fts) const


Detailed Description

Helper class to build TransientTrack from a FreeTrajectoryState.

Definition at line 10 of file TransientTrackFromFTSFactory.h.


Member Function Documentation

TransientTrack TransientTrackFromFTSFactory::build ( const FreeTrajectoryState fts,
const edm::ESHandle< GlobalTrackingGeometry > &  trackingGeometry 
) const

Definition at line 11 of file TransientTrackFromFTSFactory.cc.

00012                                                                            {
00013   return TransientTrack(new TransientTrackFromFTS(fts, trackingGeometry));
00014 }

TransientTrack TransientTrackFromFTSFactory::build ( const FreeTrajectoryState fts  )  const

Definition at line 7 of file TransientTrackFromFTSFactory.cc.

Referenced by SingleTrackVertexConstraint::constrain(), LinearizationPointFinder::getLinearizationPoint(), MultiRefittedTS::transientTrack(), PerigeeRefittedTrackState::transientTrack(), and MuonUpdatorAtVertex::update().

00007                                                                                          {
00008   return TransientTrack(new TransientTrackFromFTS(fts));
00009 }


The documentation for this class was generated from the following files:
Generated on Tue Jun 9 18:34:24 2009 for CMSSW by  doxygen 1.5.4