2 #include "DSMAlgo_BC101_2009.hh"
3 #include "DSMLayer_B001_2009.hh"
4 #include "DSMLayer_B101_2009.hh"
6 #include "DSMAlgo_BC101_2013.hh"
11 for (
size_t dsm = 0; dsm < size(); ++dsm)
12 (*
this)[dsm].setName(
"BC", 1, dsm);
17 bool bc1_in =
event.MainX[BC1_CONF_NUM].offset &&
event.MainX[BC1_CONF_NUM].length;
21 for (
size_t dsm = 0; dsm < size(); ++dsm)
22 copy_and_swap8((*
this)[dsm].channels, &bc1->BEMClayer1[dsm*8]);
30 for (
int ch = 0; ch < 6; ++ch)
31 layer[0].channels[ch] = (*
this)[ch].output;
34 void DSMLayer_B101_2009::run()