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

#include <gFEXDBCondData.h>

Collaboration diagram for LVL1::gFEXDBCondData:

Public Member Functions

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_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::array< int, 12 > m_Aslopes {0}
std::array< int, 12 > m_Bslopes {0}
std::array< int, 12 > m_Cslopes {0}
std::array< int, 12 > m_AnoiseCuts {0}
std::array< int, 12 > m_BnoiseCuts {0}
std::array< int, 12 > m_CnoiseCuts {0}

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 25 of file gFEXDBCondData.cxx.

25 {
26 return m_AnoiseCuts;
27}
std::array< int, 12 > m_AnoiseCuts

◆ get_Aslopes()

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

Definition at line 15 of file gFEXDBCondData.cxx.

15 {
16 return m_Aslopes;
17}
std::array< int, 12 > m_Aslopes

◆ get_BnoiseCuts()

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

Definition at line 28 of file gFEXDBCondData.cxx.

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

◆ get_Bslopes()

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

Definition at line 18 of file gFEXDBCondData.cxx.

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

◆ get_CnoiseCuts()

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

Definition at line 31 of file gFEXDBCondData.cxx.

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

◆ get_Cslopes()

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

Definition at line 21 of file gFEXDBCondData.cxx.

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

◆ 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 36 of file gFEXDBCondData.cxx.

36 {
38}

◆ set_BnoiseCuts()

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

Definition at line 49 of file gFEXDBCondData.cxx.

49 {
51}

◆ set_Bslopes()

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

Definition at line 39 of file gFEXDBCondData.cxx.

39 {
41}

◆ set_CnoiseCuts()

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

Definition at line 52 of file gFEXDBCondData.cxx.

52 {
54}

◆ set_Cslopes()

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

Definition at line 42 of file gFEXDBCondData.cxx.

42 {
44}

Member Data Documentation

◆ m_AnoiseCuts

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

Definition at line 48 of file gFEXDBCondData.h.

48{0};

◆ m_Aslopes

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

Definition at line 44 of file gFEXDBCondData.h.

44{0};

◆ m_BnoiseCuts

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

Definition at line 49 of file gFEXDBCondData.h.

49{0};

◆ m_Bslopes

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

Definition at line 45 of file gFEXDBCondData.h.

45{0};

◆ m_CnoiseCuts

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

Definition at line 50 of file gFEXDBCondData.h.

50{0};

◆ m_Cslopes

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

Definition at line 46 of file gFEXDBCondData.h.

46{0};

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