10#ifndef MUONREADOUTGEOMETRY_MUONSTRIPDESIGN_H
11#define MUONREADOUTGEOMETRY_MUONSTRIPDESIGN_H
51 if (st < 1)
return -1;
57 if (st < 1 || st >
nstrips)
return false;
Eigen::Matrix< double, 2, 1 > Vector2D
Ensure that the Athena extensions are properly loaded.
bool stripPosition(int strip, Amg::Vector2D &pos) const
calculate local strip position for a given strip number
double distanceToReadout(const Amg::Vector2D &pos) const
distance to readout
Amg::Vector2D firstStripPos
int stripNumber(const Amg::Vector2D &pos) const
calculate local strip number, range 1=nstrips like identifiers.