ATLAS Offline Software
Loading...
Searching...
No Matches
Muon::STgcClusterPosition Class Reference

#include <STgcClusterPosition.h>

Collaboration diagram for Muon::STgcClusterPosition:

Public Member Functions

 STgcClusterPosition ()=default
 STgcClusterPosition (const Identifier &id, double pos, double err)
void setClusterId (const Identifier &id)
void setMeanPosition (double pos)
void setErrorSquared (double err)
Identifier getClusterId () const
double getMeanPosition () const
double getErrorSquared () const

Private Attributes

Identifier m_clusterId {}
double m_meanPosition {0.}
double m_errorSquared {-1.}

Detailed Description

Definition at line 12 of file STgcClusterPosition.h.

Constructor & Destructor Documentation

◆ STgcClusterPosition() [1/2]

Muon::STgcClusterPosition::STgcClusterPosition ( )
default

◆ STgcClusterPosition() [2/2]

Muon::STgcClusterPosition::STgcClusterPosition ( const Identifier & id,
double pos,
double err )
inline

Member Function Documentation

◆ getClusterId()

Identifier Muon::STgcClusterPosition::getClusterId ( ) const
inline

Definition at line 20 of file STgcClusterPosition.h.

20{return m_clusterId;}

◆ getErrorSquared()

double Muon::STgcClusterPosition::getErrorSquared ( ) const
inline

Definition at line 22 of file STgcClusterPosition.h.

22{return m_errorSquared;}

◆ getMeanPosition()

double Muon::STgcClusterPosition::getMeanPosition ( ) const
inline

Definition at line 21 of file STgcClusterPosition.h.

21{return m_meanPosition;}

◆ setClusterId()

void Muon::STgcClusterPosition::setClusterId ( const Identifier & id)
inline

◆ setErrorSquared()

void Muon::STgcClusterPosition::setErrorSquared ( double err)
inline

◆ setMeanPosition()

void Muon::STgcClusterPosition::setMeanPosition ( double pos)
inline

Member Data Documentation

◆ m_clusterId

Identifier Muon::STgcClusterPosition::m_clusterId {}
private

Definition at line 26 of file STgcClusterPosition.h.

26{};

◆ m_errorSquared

double Muon::STgcClusterPosition::m_errorSquared {-1.}
private

Definition at line 30 of file STgcClusterPosition.h.

30{-1.};

◆ m_meanPosition

double Muon::STgcClusterPosition::m_meanPosition {0.}
private

Definition at line 28 of file STgcClusterPosition.h.

28{0.};

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