#include <L1MuonPtEncoding.h>
Definition at line 10 of file L1MuonPtEncoding.h.
◆ L1MuonPtEncoding()
L1MuonPtEncoding::L1MuonPtEncoding |
( |
| ) |
|
|
default |
◆ getCodingInfo()
void L1MuonPtEncoding::getCodingInfo |
( |
unsigned int |
idx, |
|
|
unsigned int & |
ptCode, |
|
|
unsigned int & |
thresholdValue |
|
) |
| const |
◆ print()
void L1MuonPtEncoding::print |
( |
const std::string & |
indent = "" , |
|
|
unsigned int |
detail = 1 |
|
) |
| const |
Definition at line 27 of file L1MuonPtEncoding.cxx.
31 <<
", thr " <<
x.thresholdValue
32 <<
" -> code = " <<
x.ptCode << endl;
◆ setCodingInfo()
void L1MuonPtEncoding::setCodingInfo |
( |
unsigned int |
idx, |
|
|
unsigned int |
ptCode, |
|
|
unsigned int |
thresholdValue |
|
) |
| |
◆ writeXML()
void L1MuonPtEncoding::writeXML |
( |
std::ostream & |
xmlfile, |
|
|
int |
indentLevel = 0 , |
|
|
int |
indentWidth = 2 |
|
) |
| const |
Definition at line 37 of file L1MuonPtEncoding.cxx.
39 mioctIndent(xmlfile, indentLevel, indentWidth) <<
"<PtEncoding>" << endl;
42 <<
"<PtCodeElement pt=\"" <<
idx++
43 <<
"\" code=\"" <<
x.ptCode
44 <<
"\" value=\"" <<
x.thresholdValue
47 mioctIndent(xmlfile, indentLevel, indentWidth) <<
"</PtEncoding>" << endl;
◆ m_encoding
code L1MuonPtEncoding::m_encoding[6] |
|
private |
The documentation for this class was generated from the following files: