ATLAS Offline Software
Loading...
Searching...
No Matches
L0MDT::Segment Class Reference

#include <L0MDTSegment.h>

Collaboration diagram for L0MDT::Segment:

Public Member Functions

 Segment (const float slope, const float intercept)
 ~Segment ()=default
float slope () const
float intercept () const

Private Attributes

float m_slope {0.f}
float m_intercept {0.f}

Detailed Description

Definition at line 17 of file L0MDTSegment.h.

Constructor & Destructor Documentation

◆ Segment()

L0MDT::Segment::Segment ( const float slope,
const float intercept )
inline

Definition at line 19 of file L0MDTSegment.h.

float slope() const
float intercept() const

◆ ~Segment()

L0MDT::Segment::~Segment ( )
default

Member Function Documentation

◆ intercept()

float L0MDT::Segment::intercept ( ) const
inline

Definition at line 23 of file L0MDTSegment.h.

23{ return m_intercept; }

◆ slope()

float L0MDT::Segment::slope ( ) const
inline

Definition at line 22 of file L0MDTSegment.h.

22{ return m_slope; }

Member Data Documentation

◆ m_intercept

float L0MDT::Segment::m_intercept {0.f}
private

Definition at line 28 of file L0MDTSegment.h.

28{0.f};

◆ m_slope

float L0MDT::Segment::m_slope {0.f}
private

Definition at line 27 of file L0MDTSegment.h.

27{0.f};

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