CMS 3D CMS Logo

AbstractLTSFactory.h
Go to the documentation of this file.
1 #ifndef VertexTools_AbstractLTSFactory_H
2 #define VertexTools_AbstractLTSFactory_H
3 
6 
11 template <unsigned int N>
13 public:
15 
17  const reco::TransientTrack& track) const = 0;
18 
21  const TrajectoryStateOnSurface& tsos) const = 0;
22 
23  virtual ~AbstractLTSFactory(){};
24 
25  virtual const AbstractLTSFactory* clone() const = 0;
26 };
27 
28 #endif
virtual RefCountedLinearizedTrackState linearizedTrackState(const GlobalPoint &linP, const reco::TransientTrack &track) const =0
virtual const AbstractLTSFactory * clone() const =0
ReferenceCountingPointer< LinearizedTrackState< N > > RefCountedLinearizedTrackState