ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
TrigL2MuonSA::PtEndcapLUT::TableType Struct Reference
Collaboration diagram for TrigL2MuonSA::PtEndcapLUT::TableType:

Public Member Functions

 TableType ()
 

Public Attributes

double m_xcepts [ETAS][PHISEE]
 
double m_slopes [ETAS][PHISEE]
 

Detailed Description

Definition at line 61 of file PtEndcapLUT.h.

Constructor & Destructor Documentation

◆ TableType()

TrigL2MuonSA::PtEndcapLUT::TableType::TableType ( )
inline

Definition at line 65 of file PtEndcapLUT.h.

66  {
67  memset(m_xcepts, 0, sizeof(m_xcepts));
68  memset(m_slopes, 0, sizeof(m_slopes));
69  }

Member Data Documentation

◆ m_slopes

double TrigL2MuonSA::PtEndcapLUT::TableType::m_slopes[ETAS][PHISEE]

Definition at line 64 of file PtEndcapLUT.h.

◆ m_xcepts

double TrigL2MuonSA::PtEndcapLUT::TableType::m_xcepts[ETAS][PHISEE]

Definition at line 63 of file PtEndcapLUT.h.


The documentation for this struct was generated from the following file:
TrigL2MuonSA::PtEndcapLUT::TableType::m_slopes
double m_slopes[ETAS][PHISEE]
Definition: PtEndcapLUT.h:64
TrigL2MuonSA::PtEndcapLUT::TableType::m_xcepts
double m_xcepts[ETAS][PHISEE]
Definition: PtEndcapLUT.h:63