Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
18 const std::vector<uint32_t> &
29 const std::vector<uint32_t> &
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;
virtual void print(const std::string &indent="", unsigned int detail=1) const override
const std::vector< uint32_t > & lut() const
static const u_int ALL_LUT_SIZE
void setLut(const u_int l[], const int size)
Forward iterator to traverse the main components of the trigger configuration.
std::vector< uint32_t > m_lut
static const u_int ALL_CAM_SIZE
void setCam(const u_int c[], const int size)
const std::vector< uint32_t > & cam() const
std::ostream & indent(std::ostream &o, int lvl, int size) const
void printNameIdV(const std::string &indent="") const
std::vector< uint32_t > m_cam