![]() |
ATLAS Offline Software
|
groups Idetifier, tot vector and lvl1 vector together facilitates interface of IClusterSplitter More...
#include <PixelClusterParts.h>
Public Member Functions | |
| PixelClusterParts (const std::vector< Identifier > &group, const std::vector< int > &totgroup, const std::vector< int > &lvl1group) | |
| constructor | |
| PixelClusterParts (const std::vector< Identifier > &group, const std::vector< int > &totgroup, const std::vector< int > &lvl1group, const Amg::Vector2D &position) | |
| constructor | |
| PixelClusterParts (const std::vector< Identifier > &group, const std::vector< int > &totgroup, const std::vector< int > &lvl1group, const Amg::Vector2D &position, const Amg::MatrixX &error) | |
| constructor | |
| PixelClusterParts (const PixelClusterParts &pcp)=default | |
| default ctors and move | |
| PixelClusterParts (PixelClusterParts &&pcp) noexcept=default | |
| PixelClusterParts & | operator= (const PixelClusterParts &pcp)=default |
| PixelClusterParts & | operator= (PixelClusterParts &&pcp) noexcept=default |
| ~PixelClusterParts ()=default | |
| destructor | |
| const std::vector< Identifier > & | identifierGroup () const |
| return method identifiers | |
| const std::vector< int > & | totGroup () const |
| return method tot | |
| const std::vector< int > & | lvl1Group () const |
| return method lvl1 Group | |
| const Amg::Vector2D & | localPosition () const |
| return lcoal positions | |
| const Amg::MatrixX & | errorMatrix () const |
| return error description | |
Private Attributes | |
| std::vector< Identifier > | m_idgroup |
| std::vector< int > | m_totgroup |
| std::vector< int > | m_lvl1group |
| Amg::Vector2D | m_localPosition |
| Amg::MatrixX | m_errorMatrix |
groups Idetifier, tot vector and lvl1 vector together facilitates interface of IClusterSplitter
Definition at line 28 of file PixelClusterParts.h.
|
inline |
constructor
Definition at line 33 of file PixelClusterParts.h.
|
inline |
constructor
Definition at line 45 of file PixelClusterParts.h.
|
inline |
constructor
Definition at line 58 of file PixelClusterParts.h.
|
default |
default ctors and move
|
defaultnoexcept |
|
default |
destructor
|
inline |
return error description
Definition at line 124 of file PixelClusterParts.h.
|
inline |
return method identifiers
Definition at line 104 of file PixelClusterParts.h.
|
inline |
return lcoal positions
Definition at line 119 of file PixelClusterParts.h.
|
inline |
return method lvl1 Group
Definition at line 114 of file PixelClusterParts.h.
|
default |
|
defaultnoexcept |
|
inline |
return method tot
Definition at line 109 of file PixelClusterParts.h.
|
private |
Definition at line 99 of file PixelClusterParts.h.
|
private |
Definition at line 95 of file PixelClusterParts.h.
|
private |
Definition at line 98 of file PixelClusterParts.h.
|
private |
Definition at line 97 of file PixelClusterParts.h.
|
private |
Definition at line 96 of file PixelClusterParts.h.