|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef DCMATH_MDTCHAMBERGEOMETRY_H
6 #define DCMATH_MDTCHAMBERGEOMETRY_H
65 void print(MsgStream&
msg)
const override;
67 bool validId(
unsigned int ml,
unsigned int lay,
unsigned int tube)
const;
70 double xPosTube(
unsigned int ml,
unsigned int lay,
unsigned int tube)
const;
71 double yPosTube(
unsigned int ml,
unsigned int lay)
const;
const LocVec2D & firstTubeMl0() const
void print(MsgStream &msg) const override
bool m_isSecondMultiLayer
double yPosTube(unsigned int ml, unsigned int lay) const
unsigned int ntubesml1() const
std::vector< unsigned int > m_ntubesml
Function object to check whether two Segments are sub/super sets or different.
DCVec tubesPassedByLine(const Line &line) const override
Retrieves the vector of drift circles traveresed by the line.
Implementation of 2 dimensional vector class.
std::vector< DriftCircle > DCVec
unsigned int ntubesml0() const
const Identifier & stationId() const override
std::vector< LocVec2D > m_firstTube
void isSecondMultiLayer(bool isSecond)
set that this is the second multi layer instead of the first, used in case the first ML is dead
double stationTheta() const override
std::vector< bool > m_wasInit
double xPosTube(unsigned int ml, unsigned int lay, unsigned int tube) const
double tubeRadius() const override
void tubesPassedByLine(const Line &line, DCVec &crossedTubes) const
void setGeometry(unsigned int nml, unsigned int nlay, unsigned int ntubesml0, unsigned int ntubesml1, const LocVec2D &tube0ml0, const LocVec2D &tube0ml1, double tubeDist, double tubeStage, double layDist, double stationTheta)
DCVec tubesPassedByLine(const Line &line, int ml) const
bool validGeometry() const override
Interface for Helper service that creates muon Identifiers and can be used to print Identifiers.
LocVec2D tubePosition(unsigned int ml, unsigned int lay, unsigned int tube) const override
virtual ~MdtChamberGeometry()=default
const LocVec2D & firstTubeMl1() const
unsigned int nlay() const override
bool validId(unsigned int ml, unsigned int lay, unsigned int tube) const