#include <L1MuonPtEncoding.h>
|
| | L1MuonPtEncoding ()=default |
| void | setCodingInfo (unsigned int idx, unsigned int ptCode, unsigned int thresholdValue) |
| void | getCodingInfo (unsigned int idx, unsigned int &ptCode, unsigned int &thresholdValue) const |
| void | print (const std::string &indent="", unsigned int detail=1) const |
| void | writeXML (std::ostream &xmlfile, int indentLevel=0, int indentWidth=2) const |
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.
27 {
31 <<
", thr " <<
x.thresholdValue
32 <<
" -> code = " <<
x.ptCode << endl;
33 }
34}
◆ 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.
37 {
42 <<
"<PtCodeElement pt=\"" <<
idx++
43 <<
"\" code=\"" <<
x.ptCode
44 <<
"\" value=\"" <<
x.thresholdValue
45 << "\"/>\n";
46 }
48}
std::ostream & mioctIndent(std::ostream &o, int lvl, int size)
static std::vector< std::string > xmlfile
◆ m_encoding
| code L1MuonPtEncoding::m_encoding[6] |
|
private |
The documentation for this class was generated from the following files: