#include <HcalLutManager.h>
Definition at line 164 of file HcalLutManager.h.
static int HcalLutManager_test::getInt_test |
( |
std::string |
number | ) |
|
|
static |
int HcalLutManager_test::getLutSetFromFile_test |
( |
std::string |
_filename | ) |
|
|
static |
Definition at line 135 of file HcalLutManager.cc.
References python.rootplot.argparse::_set, gather_cfg::cout, HcalLutSet::depth_max, HcalLutSet::depth_min, HcalLutSet::eta_max, HcalLutSet::eta_min, citk::for(), i, j, diffTwoXMLs::label, HcalLutSet::lut, HcalLutSet::phi_max, HcalLutSet::phi_min, and HcalLutSet::subdet.
139 std::cout <<
"===> Test of HcalLutSet HcalLutManager::getLutSetFromFile( std::string _filename )" << std::endl << std::endl;
155 for (
unsigned int j = 0;
j != _set.
lut[0].size();
j++){
156 for (
unsigned int i = 0;
i != _set.
lut.size();
i++){
std::vector< std::vector< unsigned int > > lut
std::vector< int > phi_max
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
std::vector< int > eta_max
for(const auto &isodef:isoDefs)
std::vector< int > eta_min
static int HcalLutManager_test::getLutXml_test |
( |
std::vector< unsigned int > & |
_lut | ) |
|
|
inlinestatic |
LutXml* HcalLutManager_test::lut_xml |
|
protected |