10 const float fprec = 1.E-06;
15 if (fabs(strangle) > fprec)
21 LogTrace(
"CSCStripTopology|CSC") <<
"CSCStripTopology: strip=" << strip <<
", strip angle = " << strangle
22 <<
", intercept on y axis=" <<
cs;
24 return std::pair<float, float>(
ms,
cs);
32 return std::pair<float, float>(ylow, yhigh);
friend std::ostream & operator<<(std::ostream &s, const CSCStripTopology &r)
CSCStripTopology(int ns, float aw, float dh, float r, float aoff, float ymid)
float strip(const LocalPoint &) const override
virtual std::ostream & put(std::ostream &) const =0
unique_ptr< ClusterSequence > cs
float yCentreOfStripPlane() const override
Tan< T >::type tan(const T &t)
float originToIntersection() const override
float yExtentOfStripPlane() const override
std::pair< float, float > equationOfStrip(float strip) const
float stripAngle(float strip) const override
std::pair< float, float > yLimitsOfStripPlane() const
~CSCStripTopology() override