![]() |
ATLAS Offline Software
|
#include <STgcClusterPosition.h>
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.} |
Definition at line 12 of file STgcClusterPosition.h.
|
default |
|
inline |
Definition at line 34 of file STgcClusterPosition.h.
|
inline |
Definition at line 20 of file STgcClusterPosition.h.
|
inline |
Definition at line 22 of file STgcClusterPosition.h.
|
inline |
Definition at line 21 of file STgcClusterPosition.h.
|
inline |
Definition at line 17 of file STgcClusterPosition.h.
|
inline |
Definition at line 19 of file STgcClusterPosition.h.
|
inline |
Definition at line 18 of file STgcClusterPosition.h.
|
private |
Definition at line 26 of file STgcClusterPosition.h.
|
private |
Definition at line 30 of file STgcClusterPosition.h.
|
private |
Definition at line 28 of file STgcClusterPosition.h.