#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.
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.
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;
std::vector< std::vector< unsigned int > > lut
std::vector< int > phi_max
for(int i=first, nt=offsets[nh];i< nt;i+=gridDim.x *blockDim.x)
std::vector< std::string > subdet
Various manipulations with trigger Lookup Tables.
std::vector< int > phi_min
std::vector< int > depth_max
std::vector< int > depth_min
HcalLutSet getLutSetFromFile(std::string _filename, int _type=1)
Log< level::Info, false > LogInfo
std::vector< int > eta_max
std::vector< int > eta_min
◆ getLutXml_test()
static int HcalLutManager_test::getLutXml_test |
( |
std::vector< unsigned int > & |
_lut | ) |
|
|
inlinestatic |
◆ lut_xml
LutXml* HcalLutManager_test::lut_xml |
|
protected |