![]() |
ATLAS Offline Software
|
#include <gFEXDBCondData.h>
Public Member Functions | |
| const std::string & | get_FWVersion () const |
| const std::array< int, 12 > & | get_Aslopes () const |
| const std::array< int, 12 > & | get_Bslopes () const |
| const std::array< int, 12 > & | get_Cslopes () const |
| const std::array< int, 12 > & | get_AnoiseCuts () const |
| const std::array< int, 12 > & | get_BnoiseCuts () const |
| const std::array< int, 12 > & | get_CnoiseCuts () const |
| void | set_FWVersion (const std::string &fwVersion) |
| void | set_Aslopes (const std::array< int, 12 > ¶ms) |
| void | set_Bslopes (const std::array< int, 12 > ¶ms) |
| void | set_Cslopes (const std::array< int, 12 > ¶ms) |
| void | set_AnoiseCuts (const std::array< int, 12 > ¶ms) |
| void | set_BnoiseCuts (const std::array< int, 12 > ¶ms) |
| void | set_CnoiseCuts (const std::array< int, 12 > ¶ms) |
Private Attributes | |
| std::string | m_FWVersion {"0.0"} |
| std::array< int, 12 > | m_Aslopes {} |
| std::array< int, 12 > | m_Bslopes {} |
| std::array< int, 12 > | m_Cslopes {} |
| std::array< int, 12 > | m_AnoiseCuts {} |
| std::array< int, 12 > | m_BnoiseCuts {} |
| std::array< int, 12 > | m_CnoiseCuts {} |
Definition at line 20 of file gFEXDBCondData.h.
| const std::array< int, 12 > & LVL1::gFEXDBCondData::get_AnoiseCuts | ( | ) | const |
Definition at line 28 of file gFEXDBCondData.cxx.
| const std::array< int, 12 > & LVL1::gFEXDBCondData::get_Aslopes | ( | ) | const |
Definition at line 18 of file gFEXDBCondData.cxx.
| const std::array< int, 12 > & LVL1::gFEXDBCondData::get_BnoiseCuts | ( | ) | const |
Definition at line 31 of file gFEXDBCondData.cxx.
| const std::array< int, 12 > & LVL1::gFEXDBCondData::get_Bslopes | ( | ) | const |
Definition at line 21 of file gFEXDBCondData.cxx.
| const std::array< int, 12 > & LVL1::gFEXDBCondData::get_CnoiseCuts | ( | ) | const |
Definition at line 34 of file gFEXDBCondData.cxx.
| const std::array< int, 12 > & LVL1::gFEXDBCondData::get_Cslopes | ( | ) | const |
Definition at line 24 of file gFEXDBCondData.cxx.
| const std::string & LVL1::gFEXDBCondData::get_FWVersion | ( | ) | const |
Definition at line 15 of file gFEXDBCondData.cxx.
| void LVL1::gFEXDBCondData::set_AnoiseCuts | ( | const std::array< int, 12 > & | params | ) |
Definition at line 51 of file gFEXDBCondData.cxx.
| void LVL1::gFEXDBCondData::set_Aslopes | ( | const std::array< int, 12 > & | params | ) |
Definition at line 41 of file gFEXDBCondData.cxx.
| void LVL1::gFEXDBCondData::set_BnoiseCuts | ( | const std::array< int, 12 > & | params | ) |
Definition at line 54 of file gFEXDBCondData.cxx.
| void LVL1::gFEXDBCondData::set_Bslopes | ( | const std::array< int, 12 > & | params | ) |
Definition at line 44 of file gFEXDBCondData.cxx.
| void LVL1::gFEXDBCondData::set_CnoiseCuts | ( | const std::array< int, 12 > & | params | ) |
Definition at line 57 of file gFEXDBCondData.cxx.
| void LVL1::gFEXDBCondData::set_Cslopes | ( | const std::array< int, 12 > & | params | ) |
Definition at line 47 of file gFEXDBCondData.cxx.
| void LVL1::gFEXDBCondData::set_FWVersion | ( | const std::string & | fwVersion | ) |
Definition at line 38 of file gFEXDBCondData.cxx.
|
private |
Definition at line 53 of file gFEXDBCondData.h.
|
private |
Definition at line 49 of file gFEXDBCondData.h.
|
private |
Definition at line 54 of file gFEXDBCondData.h.
|
private |
Definition at line 50 of file gFEXDBCondData.h.
|
private |
Definition at line 55 of file gFEXDBCondData.h.
|
private |
Definition at line 51 of file gFEXDBCondData.h.
|
private |
Definition at line 48 of file gFEXDBCondData.h.