6 using namespace GeomDetEnumerators;
13 int nstrip =
static_cast<int>(
_p[2]);
14 float pitch =
_p[0]*2/
_p[2];
15 float striplength =
_p[1]*2;
16 _top =
new RectangularStripTopology(nstrip,pitch,striplength);
21 float r0 = h*(B+
b)/(B-b);
22 float striplength = h*2;
24 float pitch = (b+
B)/strips;
25 int nstrip =
static_cast<int>(
strips);
27 _top =
new TrapezoidalStripTopology(nstrip,pitch,striplength,r0);
RPCRollSpecs(SubDetector rss, const std::string &name, const RPCSpecs &pars)
const StripTopology & specificTopology() const
const std::string & detName() const
The Signals That Services Can Subscribe To This is based on ActivityRegistry h
Helper function to determine trigger accepts.
std::vector< float > RPCSpecs
const Topology & topology() const