ATLAS Offline Software
Loading...
Searching...
No Matches
LVL1::gFEXDBCondData Class Reference

#include <gFEXDBCondData.h>

Collaboration diagram for LVL1::gFEXDBCondData:

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 > &params)
void set_Bslopes (const std::array< int, 12 > &params)
void set_Cslopes (const std::array< int, 12 > &params)
void set_AnoiseCuts (const std::array< int, 12 > &params)
void set_BnoiseCuts (const std::array< int, 12 > &params)
void set_CnoiseCuts (const std::array< int, 12 > &params)

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 {}

Detailed Description

Definition at line 20 of file gFEXDBCondData.h.

Member Function Documentation

◆ get_AnoiseCuts()

const std::array< int, 12 > & LVL1::gFEXDBCondData::get_AnoiseCuts ( ) const

Definition at line 28 of file gFEXDBCondData.cxx.

28 {
29 return m_AnoiseCuts;
30}
std::array< int, 12 > m_AnoiseCuts

◆ get_Aslopes()

const std::array< int, 12 > & LVL1::gFEXDBCondData::get_Aslopes ( ) const

Definition at line 18 of file gFEXDBCondData.cxx.

18 {
19 return m_Aslopes;
20}
std::array< int, 12 > m_Aslopes

◆ get_BnoiseCuts()

const std::array< int, 12 > & LVL1::gFEXDBCondData::get_BnoiseCuts ( ) const

Definition at line 31 of file gFEXDBCondData.cxx.

31 {
32 return m_BnoiseCuts;
33}
std::array< int, 12 > m_BnoiseCuts

◆ get_Bslopes()

const std::array< int, 12 > & LVL1::gFEXDBCondData::get_Bslopes ( ) const

Definition at line 21 of file gFEXDBCondData.cxx.

21 {
22 return m_Bslopes;
23}
std::array< int, 12 > m_Bslopes

◆ get_CnoiseCuts()

const std::array< int, 12 > & LVL1::gFEXDBCondData::get_CnoiseCuts ( ) const

Definition at line 34 of file gFEXDBCondData.cxx.

34 {
35 return m_CnoiseCuts;
36}
std::array< int, 12 > m_CnoiseCuts

◆ get_Cslopes()

const std::array< int, 12 > & LVL1::gFEXDBCondData::get_Cslopes ( ) const

Definition at line 24 of file gFEXDBCondData.cxx.

24 {
25 return m_Cslopes;
26}
std::array< int, 12 > m_Cslopes

◆ get_FWVersion()

const std::string & LVL1::gFEXDBCondData::get_FWVersion ( ) const

Definition at line 15 of file gFEXDBCondData.cxx.

15 {
16 return m_FWVersion;
17}

◆ set_AnoiseCuts()

void LVL1::gFEXDBCondData::set_AnoiseCuts ( const std::array< int, 12 > & params)

◆ set_Aslopes()

void LVL1::gFEXDBCondData::set_Aslopes ( const std::array< int, 12 > & params)

Definition at line 41 of file gFEXDBCondData.cxx.

41 {
43}

◆ set_BnoiseCuts()

void LVL1::gFEXDBCondData::set_BnoiseCuts ( const std::array< int, 12 > & params)

Definition at line 54 of file gFEXDBCondData.cxx.

54 {
56}

◆ set_Bslopes()

void LVL1::gFEXDBCondData::set_Bslopes ( const std::array< int, 12 > & params)

Definition at line 44 of file gFEXDBCondData.cxx.

44 {
46}

◆ set_CnoiseCuts()

void LVL1::gFEXDBCondData::set_CnoiseCuts ( const std::array< int, 12 > & params)

Definition at line 57 of file gFEXDBCondData.cxx.

57 {
59}

◆ set_Cslopes()

void LVL1::gFEXDBCondData::set_Cslopes ( const std::array< int, 12 > & params)

Definition at line 47 of file gFEXDBCondData.cxx.

47 {
49}

◆ set_FWVersion()

void LVL1::gFEXDBCondData::set_FWVersion ( const std::string & fwVersion)

Definition at line 38 of file gFEXDBCondData.cxx.

38 {
39 m_FWVersion = fwVersion;
40}

Member Data Documentation

◆ m_AnoiseCuts

std::array<int,12> LVL1::gFEXDBCondData::m_AnoiseCuts {}
private

Definition at line 53 of file gFEXDBCondData.h.

53{};

◆ m_Aslopes

std::array<int,12> LVL1::gFEXDBCondData::m_Aslopes {}
private

Definition at line 49 of file gFEXDBCondData.h.

49{};

◆ m_BnoiseCuts

std::array<int,12> LVL1::gFEXDBCondData::m_BnoiseCuts {}
private

Definition at line 54 of file gFEXDBCondData.h.

54{};

◆ m_Bslopes

std::array<int,12> LVL1::gFEXDBCondData::m_Bslopes {}
private

Definition at line 50 of file gFEXDBCondData.h.

50{};

◆ m_CnoiseCuts

std::array<int,12> LVL1::gFEXDBCondData::m_CnoiseCuts {}
private

Definition at line 55 of file gFEXDBCondData.h.

55{};

◆ m_Cslopes

std::array<int,12> LVL1::gFEXDBCondData::m_Cslopes {}
private

Definition at line 51 of file gFEXDBCondData.h.

51{};

◆ m_FWVersion

std::string LVL1::gFEXDBCondData::m_FWVersion {"0.0"}
private

Definition at line 48 of file gFEXDBCondData.h.

48{"0.0"};

The documentation for this class was generated from the following files: