#include <HcalQIECodersGPU.h>
Definition at line 13 of file HcalQIECodersGPU.h.
◆ HcalQIECodersGPU()
HcalQIECodersGPU::HcalQIECodersGPU |
( |
HcalQIEData const & |
qiedata | ) |
|
Definition at line 5 of file HcalQIECodersGPU.cc.
6 :
totalChannels_{qiedata.getAllContainers()[0].second.size() + qiedata.getAllContainers()[1].second.size()},
9 auto const containers = qiedata.getAllContainers();
12 auto const& barrelValues = containers[0].second;
13 for (
uint64_t i = 0;
i < barrelValues.size(); ++
i) {
14 for (uint32_t
k = 0;
k < 4;
k++)
15 for (uint32_t
l = 0;
l < 4;
l++) {
23 auto const& endcapValues = containers[1].second;
24 auto const offset = barrelValues.size();
25 for (
uint64_t i = 0;
i < endcapValues.size(); ++
i) {
27 for (uint32_t
k = 0;
k < 4;
k++)
28 for (uint32_t
l = 0;
l < 4;
l++) {
References HcalCondObjectContainer< Item >::getAllContainers().
◆ ~HcalQIECodersGPU()
HcalQIECodersGPU::~HcalQIECodersGPU |
( |
| ) |
|
|
default |
◆ getProduct()
◆ numValuesPerChannel
constexpr uint32_t HcalQIECodersGPU::numValuesPerChannel = 16 |
|
staticconstexpr |
◆ offsets_
◆ product_
◆ slopes_
◆ totalChannels_
uint64_t HcalQIECodersGPU::totalChannels_ |
|
private |