10 theNumberOfStrips(ns), thePitch(p),
11 theDistToBeam(r0), theDetHeight(l) {
15 cout<<
"Constructing TrapezoidalStripTopology with"
27 theNumberOfStrips(ns), thePitch(p),
28 theDistToBeam(r0), theDetHeight(l), theYAxOr(yAx){
31 cout<<
"Constructing TrapezoidalStripTopology with"
36 <<
" yAxOrientation ="<<yAx
56 float lt,lc2,ls2,lslc;
57 float localL2,localP2;
67 sp2 = stripErr2*localP2;
76 float lt,lc2,ls2,lslc;
86 sp2 = merr.
uu() * localP*localP;
87 sl2 = merr.
vv() * localL*localL;
88 spl = merr.
uv() * localP*localL;
90 lslc*(sp2-sl2)+(lc2-ls2)*spl,
91 ls2*sp2+lc2*sl2+2*lslc*spl);
98 if (aStrip < 0 ) aStrip = 0;
113 float lt,lc2,ls2,lslc;
122 sp2 = lc2*lerr.
xx()+ls2*lerr.
yy()+2*lslc*lerr.
xy();
123 sl2 = ls2*lerr.
xx()+lc2*lerr.
yy()-2*lslc*lerr.
xy();
124 spl = lslc*(lerr.
yy()-lerr.
xx())+(lc2-ls2)*lerr.
xy();
127 sl2/(localL*localL));
virtual float stripAngle(float strip) const
virtual float shiftOffset(float pitch_fraction)
virtual LocalError localError(float strip, float stripErr2) const
virtual float localPitch(const LocalPoint &) const
virtual float pitch() const
Measurement2DPoint MeasurementPoint
Measurement points are two-dimensional by default.
< trclass="colgroup">< tdclass="colgroup"colspan=5 > Muon Digi collections</td >< tr >< td >< ahref="classDTDigi.html"> DTDigi</a ></td >< td >< ahref="DataFormats_DTDigi.html"> MuonDigiCollection & lt
virtual float localStripLength(const LocalPoint &aLP) const
virtual int channel(const LocalPoint &) const
TrapezoidalStripTopology(int nstrip, float pitch, float detheight, float r0)
virtual LocalPoint localPosition(float strip) const
virtual int nstrips() const
virtual MeasurementError measurementError(const LocalPoint &, const LocalError &) const
virtual float strip(const LocalPoint &) const
virtual MeasurementPoint measurementPosition(const LocalPoint &) const