ATLAS Offline Software
|
#include <SiWidth.h>
Public Member Functions | |
SiWidth () | |
SiWidth (const SiWidth &position) | |
SiWidth (SiWidth &&position)=default | |
SiWidth (const Amg::Vector2D &colrow, const Amg::Vector2D &phiRZ) | |
SiWidth (const Amg::Vector2D &colrow) | |
~SiWidth ()=default | |
SiWidth & | operator= (const SiWidth &width) |
SiWidth & | operator= (SiWidth &&width)=default |
const Amg::Vector2D & | colRow () const |
const Amg::Vector2D & | widthPhiRZ () const |
double | phiR () const |
double | z () const |
bool | operator< (const SiWidth &width) const |
bool | operator> (const SiWidth &width) const |
void | setColumn (const double col) |
void | setRow (const double row) |
void | setColRow (const Amg::Vector2D &colRow) |
void | setPhirWidth (const double phirWidth) |
void | setZWidth (const double zWidth) |
void | setPhirzWidth (const Amg::Vector2D &phirzWidth) |
MsgStream & | dump (MsgStream &stream) const |
dump information about the PRD object. More... | |
std::ostream & | dump (std::ostream &stream) const |
dump information about the PRD object. More... | |
Private Attributes | |
Amg::Vector2D | m_colrow |
Amg::Vector2D | m_phirzWidth |
InDet::SiWidth::SiWidth | ( | ) |
Definition at line 16 of file SiWidth.cxx.
|
default |
InDet::SiWidth::SiWidth | ( | const Amg::Vector2D & | colrow, |
const Amg::Vector2D & | phiRZ | ||
) |
Definition at line 27 of file SiWidth.cxx.
InDet::SiWidth::SiWidth | ( | const Amg::Vector2D & | colrow | ) |
Definition at line 34 of file SiWidth.cxx.
|
default |
|
inline |
MsgStream & InDet::SiWidth::dump | ( | MsgStream & | stream | ) | const |
std::ostream & InDet::SiWidth::dump | ( | std::ostream & | stream | ) | const |
InDet::SiWidth & InDet::SiWidth::operator= | ( | const SiWidth & | width | ) |
Definition at line 41 of file SiWidth.cxx.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |