ATLAS Offline Software
|
Estimate the initial track parameters for a list of spacepoints/measurements (i.e. Track candidates), which latter can be used as input for the track fitter. The method is based on a simple linear conformal mapping. More...
#include <SeedFitterTool.h>
Public Member Functions | |
SeedFitterTool (const std::string &, const std::string &, const IInterface *) | |
virtual std::unique_ptr< const Trk::TrackParameters > | fit (const std::vector< const Trk::SpacePoint * > &spacepoints) const override |
virtual MsgStream & | dump (MsgStream &out) const override |
virtual std::ostream & | dump (std::ostream &out) const override |
MsgStream & | dumpevent (MsgStream &out) const |
Protected Member Functions | |
SeedFitterTool ()=delete | |
SeedFitterTool (const SeedFitterTool &)=delete | |
SeedFitterTool & | operator= (const SeedFitterTool &)=delete |
Estimate the initial track parameters for a list of spacepoints/measurements (i.e. Track candidates), which latter can be used as input for the track fitter. The method is based on a simple linear conformal mapping.
Definition at line 22 of file SeedFitterTool.h.
InDet::SeedFitterTool::SeedFitterTool | ( | const std::string & | type, |
const std::string & | name, | ||
const IInterface * | parent | ||
) |
Definition at line 11 of file SeedFitterTool.cxx.
|
protecteddelete |
|
protecteddelete |
|
overridevirtual |
Definition at line 120 of file SeedFitterTool.cxx.
|
overridevirtual |
Definition at line 126 of file SeedFitterTool.cxx.
MsgStream & InDet::SeedFitterTool::dumpevent | ( | MsgStream & | out | ) | const |
Definition at line 131 of file SeedFitterTool.cxx.
|
overridevirtual |
get the first cluster on the first hit
and use the surface from this cluster as our reference plane
local x of the surface in the global frame
local y of the surface in the global frame
centre of the surface in the global frame
location of the first SP w.r.t centre of the surface
local x, y - coordinates of the first SP in the local frame
Definition at line 18 of file SeedFitterTool.cxx.
|
protecteddelete |