15 std::fill_n(&
m_bco[0][0][0],100,UINT64_MAX);
18 std::fill_n(&
m_last_bco[0][0][0],100,UINT64_MAX);
19 std::fill_n(&
m_modebits[0][0][0],100,UINT8_MAX);
24 os <<
"---TpcTpotEventInfov1--------------------" << std::endl;
26 for (
int i = 0;
i < 25;
i++)
28 os <<
"Sector " <<
i <<
": (PCIe 0 lvl1, PCIe 0 EnDat, PCIe 1 lvl1, PCIe 1 EnDat)" << std::endl;
29 os <<
"BCO - " <<
m_bco[
i][0][0] <<
", " <<
m_bco[
i][0][1] <<
", " <<
m_bco[
i][1][0] <<
", " <<
m_bco[
i][1][1] << std::endl;
37 os <<
"-----------------------------------------------" << std::endl;
50 if(
this == &source )
return;
55 for (
int i = 0;
i < 25;
i++)
57 for (
int j = 0;
j < 2;
j++)
59 for (
int k = 0;
k < 2;
k++)
61 setBCO(source.
getBCO(static_cast<SectorID>(
i), static_cast<PCIeEndPointID>(
j), static_cast<TaggerID>(
k)),
static_cast<SectorID>(
i), static_cast<PCIeEndPointID>(
j),
static_cast<TaggerID>(
k));