Definition at line 72 of file MultiDuctor.cxx.
Definition at line 77 of file MultiDuctor.cxx.
80 std::cerr <<
"Gen::MultiDuctor::Wirebounds: error: no depo given\n";
90 for (
auto jregion :
jargs) {
94 for (
auto jrange: jregion) {
95 int iplane = jrange[
"plane"].asInt();
96 int imin = jrange[
"min"].asInt();
97 int imax = jrange[
"max"].asInt();
100 double pitch =
pimpos[iplane]->distance(depo->pos(), 2);
101 int iwire =
pimpos[iplane]->region_binning().bin(pitch);
102 inregion = inregion && (imin <= iwire && iwire <= imax);
std::vector< const Pimpos * > pimpos
The documentation for this struct was generated from the following file: