6 using namespace GeomDetEnumerators;
17 float r0 = h*(B +
b)/(B - b);
18 float striplength = h*2;
20 float pitch = (b +
B)/strips;
21 int nstrip =
static_cast<int>(
strips);
22 _top =
new TrapezoidalStripTopology(nstrip, pitch, striplength, r0);
25 float pad_pitch = (b +
B)/pads;
26 int npad =
static_cast<int>(pads);
27 _top_pad =
new TrapezoidalStripTopology(npad, pad_pitch, striplength, r0);
The Signals That Services Can Subscribe To This is based on ActivityRegistry h
Helper function to determine trigger accepts.