11 const float fprec = 1.E-06;
16 if ( fabs(strangle) > fprec ) ms =
tan( strangle );
21 LogTrace(
"CSCStripTopology|CSC") <<
"CSCStripTopology: strip=" << strip <<
22 ", strip angle = " << strangle <<
23 ", intercept on y axis=" <<
cs;
25 return std::pair<float,float>(
ms,
cs);
33 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