#include <FTLCluster.h>
Public Member Functions | |
constexpr int | col () const |
constexpr | FTLHitPos () |
constexpr | FTLHitPos (int row, int col) |
constexpr FTLHitPos | operator+ (const Shift &shift) const |
constexpr int | row () const |
Private Attributes | |
int | col_ |
int | row_ |
Definition at line 58 of file FTLCluster.h.
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
Definition at line 63 of file FTLCluster.h.
References col_.
Referenced by python.rootplot.root2matplotlib.Hist2D::colz(), MTDArrayBuffer::index(), operator+(), and MTDArrayBuffer::set().
Definition at line 64 of file FTLCluster.h.
References col(), FTLHitPos(), row(), and edm::shift.
|
inlineconstexpr |
Definition at line 62 of file FTLCluster.h.
References row_.
Referenced by MTDArrayBuffer::index(), operator+(), and MTDArrayBuffer::set().
|
private |
Definition at line 70 of file FTLCluster.h.
Referenced by col().
|
private |
Definition at line 69 of file FTLCluster.h.
Referenced by row().