#include <HcalLutManager.h>
Definition at line 172 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 149 of file HcalLutManager.cc.
References python.rootplot.argparse::_set, HcalLutSet::depth_max, HcalLutSet::depth_min, HcalLutSet::eta_max, HcalLutSet::eta_min, mps_fire::i, diffTwoXMLs::label, HcalLutSet::lut, HcalLutSet::phi_max, HcalLutSet::phi_min, alignCSCRings::s, and HcalLutSet::subdet.
154 s <<
"===> Test of HcalLutSet HcalLutManager::getLutSetFromFile( std::string _filename )" << std::endl << std::endl;
155 s << _set .
label << std::endl;
156 for (
unsigned int i = 0;
i != _set.
subdet.size();
i++) s << _set.
subdet[
i] <<
" ";
170 for (
unsigned int j = 0; j != _set.
lut[0].size(); j++){
171 for (
unsigned int i = 0;
i != _set.
lut.size();
i++){
172 s << _set.
lut[
i][j] <<
" ";
174 s <<
"---> " << j << std::endl;
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
std::vector< int > eta_min
static int HcalLutManager_test::getLutXml_test |
( |
std::vector< unsigned int > & |
_lut | ) |
|
|
inlinestatic |
LutXml* HcalLutManager_test::lut_xml |
|
protected |