#include <LutCam.h>
|
std::ostream & | indent (std::ostream &o, int lvl, int size) const |
|
Definition at line 16 of file LutCam.h.
◆ LutCam()
◆ ~LutCam()
virtual TrigConf::LutCam::~LutCam |
( |
| ) |
|
|
overridevirtualdefault |
◆ __str__()
string TrigConfData::__str__ |
( |
| ) |
const |
|
virtualinherited |
◆ cam()
const std::vector< uint32_t > & LutCam::cam |
( |
| ) |
const |
◆ comment()
const std::string& TrigConf::TrigConfData::comment |
( |
| ) |
const |
|
inlineinherited |
◆ id()
unsigned int TrigConf::TrigConfData::id |
( |
| ) |
const |
|
inlineinherited |
◆ indent()
std::ostream & TrigConfData::indent |
( |
std::ostream & |
o, |
|
|
int |
lvl, |
|
|
int |
size |
|
) |
| const |
|
protectedinherited |
◆ lut()
const std::vector< uint32_t > & LutCam::lut |
( |
| ) |
const |
◆ lvl1MasterTableId()
unsigned int TrigConf::L1DataBaseclass::lvl1MasterTableId |
( |
| ) |
const |
|
inlineinherited |
◆ name()
const std::string& TrigConf::TrigConfData::name |
( |
| ) |
const |
|
inlineinherited |
◆ print()
void LutCam::print |
( |
const std::string & |
indent = "" , |
|
|
unsigned int |
detail = 1 |
|
) |
| const |
|
overridevirtual |
Implements TrigConf::TrigConfData.
Definition at line 41 of file LutCam.cxx.
42 cout <<
indent <<
"LutCam: " << endl;
44 cout <<
indent <<
"Print the LUT" << endl;
46 cout <<
indent <<
i <<
"\t:\t0x" << setw(8) << setfill(
'0')
47 << hex <<
m_lut[
i] << dec << endl;
48 cout <<
indent <<
"Print the CAM" << endl;
50 cout <<
indent <<
i <<
"\t:\t0x" << setw(8) << setfill(
'0')
51 << hex <<
m_cam[
i] << dec << endl;
◆ printNameIdV()
void TrigConfData::printNameIdV |
( |
const std::string & |
indent = "" | ) |
const |
|
inherited |
◆ setCam()
void LutCam::setCam |
( |
const u_int |
c[], |
|
|
const int |
size |
|
) |
| |
◆ setComment()
void TrigConf::TrigConfData::setComment |
( |
const std::string & |
c | ) |
|
|
inlineinherited |
◆ setId()
void TrigConf::TrigConfData::setId |
( |
unsigned int |
id | ) |
|
|
inlineinherited |
◆ setLut()
void LutCam::setLut |
( |
const u_int |
l[], |
|
|
const int |
size |
|
) |
| |
◆ setLvl1MasterTableId()
void TrigConf::L1DataBaseclass::setLvl1MasterTableId |
( |
unsigned int |
id | ) |
|
|
inlineinherited |
◆ setName()
void TrigConf::TrigConfData::setName |
( |
const std::string & |
name | ) |
|
|
inlineinherited |
◆ setSMK()
void TrigConf::TrigConfData::setSMK |
( |
int |
id | ) |
|
|
inlineinherited |
◆ setSuperMasterTableId()
void TrigConf::TrigConfData::setSuperMasterTableId |
( |
int |
id | ) |
|
|
inlineinherited |
◆ setVersion()
void TrigConf::TrigConfData::setVersion |
( |
unsigned int |
version | ) |
|
|
inlineinherited |
◆ smk()
unsigned int TrigConf::TrigConfData::smk |
( |
| ) |
const |
|
inlineinherited |
◆ superMasterTableId()
int TrigConf::TrigConfData::superMasterTableId |
( |
| ) |
const |
|
inlineinherited |
◆ version()
unsigned int TrigConf::TrigConfData::version |
( |
| ) |
const |
|
inlineinherited |
◆ ALL_CAM_SIZE
const u_int TrigConf::LutCam::ALL_CAM_SIZE = 8192 |
|
static |
◆ ALL_LUT_SIZE
const u_int TrigConf::LutCam::ALL_LUT_SIZE = 49664 |
|
static |
◆ m_cam
std::vector<uint32_t> TrigConf::LutCam::m_cam |
|
private |
◆ m_comment
std::string TrigConf::TrigConfData::m_comment |
|
privateinherited |
◆ m_id
unsigned int TrigConf::TrigConfData::m_id |
|
privateinherited |
◆ m_lut
std::vector<uint32_t> TrigConf::LutCam::m_lut |
|
private |
◆ m_Lvl1MasterId
unsigned int TrigConf::L1DataBaseclass::m_Lvl1MasterId |
|
privateinherited |
◆ m_name
std::string TrigConf::TrigConfData::m_name |
|
privateinherited |
◆ m_smk
unsigned int TrigConf::TrigConfData::m_smk |
|
privateinherited |
◆ m_version
unsigned int TrigConf::TrigConfData::m_version |
|
privateinherited |
The documentation for this class was generated from the following files: