#include <HcalLutManager.h>
Definition at line 190 of file HcalLutManager.h.
◆ getInt_test()
static int HcalLutManager_test::getInt_test |
( |
std::string |
number | ) |
|
|
static |
◆ getLutSetFromFile_test()
int HcalLutManager_test::getLutSetFromFile_test |
( |
std::string |
_filename | ) |
|
|
static |
Definition at line 133 of file HcalLutManager.cc.
137 s <<
"===> Test of HcalLutSet HcalLutManager::getLutSetFromFile( std::string _filename )" << std::endl << std::endl;
138 s << _set.
label << std::endl;
139 for (
unsigned int i = 0;
i != _set.
subdet.size();
i++)
160 for (
unsigned int j = 0;
j != _set.
lut[0].size();
j++) {
161 for (
unsigned int i = 0;
i != _set.
lut.size();
i++) {
162 s << _set.
lut[
i][
j] <<
" ";
164 s <<
"---> " <<
j << std::endl;
References HcalLutSet::depth_max, HcalLutSet::depth_min, HcalLutSet::eta_max, HcalLutSet::eta_min, cms::cuda::for(), HcalLutManager::getLutSetFromFile(), mps_fire::i, dqmiolumiharvest::j, HcalLutSet::label, HcalLutSet::lut, HcalLutSet::phi_max, HcalLutSet::phi_min, alignCSCRings::s, and HcalLutSet::subdet.
◆ getLutXml_test()
static int HcalLutManager_test::getLutXml_test |
( |
std::vector< unsigned int > & |
_lut | ) |
|
|
inlinestatic |
◆ lut_xml
LutXml* HcalLutManager_test::lut_xml |
|
protected |