|
ATLAS Offline Software
|
Go to the documentation of this file.
13 const std::vector<const Trk::RIO_OnTrack*>&
hits) :
14 AlignmentDeviation (
hits, 0, false),
15 m_center(std::move(center)), m_axis(std::move(
axis)), m_sigma(
sigma)
34 <<
", " <<
m_axis.y() <<
", " <<
m_axis.z() <<
") with sigma=" <<
m_sigma <<
" mrad applied to " <<
m_hits.size() <<
" hits"
virtual Amg::Transform3D getTransform(const std::vector< double > ¶meters) const
Return a Transform in the global coordinate system, given a list of parameters.
virtual double getCovariance(int ipar, int jpar) const
The error matrix on the free parameters.
Eigen::Affine3d Transform3D
AlignmentRotationDeviation(Amg::Vector3D center, Amg::Vector3D axis, double sigma, const std::vector< const Trk::RIO_OnTrack * > &hits)
Eigen::Matrix< double, 3, 1 > Vector3D
std::vector< const Trk::RIO_OnTrack * > m_hits
virtual int nPar() const
The number of free parameters.
Eigen::Translation< double, 3 > Translation3D
Eigen::AngleAxisd AngleAxis3D
virtual void print(std::ostream &out) const
Verbose.