ATLAS Offline Software
Public Member Functions | Private Attributes | List of all members
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 }

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

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

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

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

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

◆ set_AnoiseCuts()

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

Definition at line 46 of file gFEXDBCondData.cxx.

46  {
48 }

◆ set_Aslopes()

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

Definition at line 36 of file gFEXDBCondData.cxx.

36  {
37  m_Aslopes = params;
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  {
40  m_Bslopes = params;
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  {
43  m_Cslopes = params;
44 }

Member Data Documentation

◆ m_AnoiseCuts

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

Definition at line 48 of file gFEXDBCondData.h.

◆ m_Aslopes

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

Definition at line 44 of file gFEXDBCondData.h.

◆ m_BnoiseCuts

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

Definition at line 49 of file gFEXDBCondData.h.

◆ m_Bslopes

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

Definition at line 45 of file gFEXDBCondData.h.

◆ m_CnoiseCuts

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

Definition at line 50 of file gFEXDBCondData.h.

◆ m_Cslopes

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

Definition at line 46 of file gFEXDBCondData.h.


The documentation for this class was generated from the following files:
LVL1::gFEXDBCondData::m_Aslopes
std::array< int, 12 > m_Aslopes
Definition: gFEXDBCondData.h:44
LVL1::gFEXDBCondData::m_AnoiseCuts
std::array< int, 12 > m_AnoiseCuts
Definition: gFEXDBCondData.h:48
LVL1::gFEXDBCondData::m_BnoiseCuts
std::array< int, 12 > m_BnoiseCuts
Definition: gFEXDBCondData.h:49
LVL1::gFEXDBCondData::m_CnoiseCuts
std::array< int, 12 > m_CnoiseCuts
Definition: gFEXDBCondData.h:50
LVL1::gFEXDBCondData::m_Cslopes
std::array< int, 12 > m_Cslopes
Definition: gFEXDBCondData.h:46
LVL1::gFEXDBCondData::m_Bslopes
std::array< int, 12 > m_Bslopes
Definition: gFEXDBCondData.h:45
PowhegControl_ttFCNC_NLO.params
params
Definition: PowhegControl_ttFCNC_NLO.py:226