![]() |
ATLAS Offline Software
|
#include <L1MuonPtEncoding.h>
Classes | |
| struct | code |
Public Member Functions | |
| 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 |
Private Attributes | |
| code | m_encoding [6] |
Definition at line 10 of file L1MuonPtEncoding.h.
|
default |
| void L1MuonPtEncoding::getCodingInfo | ( | unsigned int | idx, |
| unsigned int & | ptCode, | ||
| unsigned int & | thresholdValue ) const |
Definition at line 20 of file L1MuonPtEncoding.cxx.
| void L1MuonPtEncoding::print | ( | const std::string & | indent = "", |
| unsigned int | detail = 1 ) const |
Definition at line 27 of file L1MuonPtEncoding.cxx.
| void L1MuonPtEncoding::setCodingInfo | ( | unsigned int | idx, |
| unsigned int | ptCode, | ||
| unsigned int | thresholdValue ) |
Definition at line 13 of file L1MuonPtEncoding.cxx.
| void L1MuonPtEncoding::writeXML | ( | std::ostream & | xmlfile, |
| int | indentLevel = 0, | ||
| int | indentWidth = 2 ) const |
Definition at line 37 of file L1MuonPtEncoding.cxx.
|
private |
Definition at line 29 of file L1MuonPtEncoding.h.