#include <RecoVertex/VertexTools/interface/DummyVertexTrackUpdator.h>
Public Member Functions | |
virtual DummyVertexTrackUpdator * | clone () const |
virtual CachingVertex< N > ::RefCountedVertexTrack | update (const CachingVertex< N > &v, typename CachingVertex< N >::RefCountedVertexTrack t) const |
Computes the constrained track parameters. |
Definition at line 12 of file DummyVertexTrackUpdator.h.
DummyVertexTrackUpdator< N > * DummyVertexTrackUpdator< N >::clone | ( | void | ) | const [inline, virtual] |
Implements VertexTrackUpdator< N >.
Definition at line 14 of file DummyVertexTrackUpdator.cc.
00015 { 00016 return new DummyVertexTrackUpdator(*this); 00017 }
CachingVertex< N >::RefCountedVertexTrack DummyVertexTrackUpdator< N >::update | ( | const CachingVertex< N > & | v, | |
typename CachingVertex< N >::RefCountedVertexTrack | t | |||
) | const [inline, virtual] |
Computes the constrained track parameters.
Implements VertexTrackUpdator< N >.
Definition at line 6 of file DummyVertexTrackUpdator.cc.
00008 { 00009 return t; 00010 }