|
ATLAS Offline Software
|
Go to the documentation of this file.
13 : m_config(std::move(
config)), m_element(element)
21 Eigen::Matrix3d vectorset;
29 ret.
center = vectorset.col(0);
30 ret.
left = vectorset.col(1);
31 ret.
right = vectorset.col(2);
51 ret = (
sx+1.0)*center -
sx*left;
53 ret = (1.0-
sx)*center +
sx*right;
const Element & m_element
Amg::Vector3D pitchvector
PcbElement(stripConfiguration_t config, const Element &element)
Amg::Vector3D getPositionAlongStrip(ParameterClass iclass, int stripNumber, double sx, double sy) const
Eigen::Matrix< double, 3, 1 > Vector3D
strip_t getStrip(ParameterClass iclass, int stripNumber) const
Element: a node in a hierarchy of alignment frames.
void transformToFrame(ParameterClass iclass, const VectorSetRef &local, const Element *frame) const
stripConfiguration_t m_config