#include <Phase2TrackerCluster1D.h>
Public Member Functions | |
std::pair< float, float > | barycenter () const |
float | center () const |
unsigned int | column () const |
unsigned int | edge () const |
const Phase2TrackerDigi & | firstDigi () const |
unsigned int | firstRow () const |
unsigned int | firstStrip () const |
Phase2TrackerCluster1D () | |
Phase2TrackerCluster1D (unsigned int row, unsigned int col, unsigned int size) | |
Phase2TrackerCluster1D (unsigned int row, unsigned int col, unsigned int size, unsigned int threshold) | |
Phase2TrackerCluster1D (const Phase2TrackerDigi &firstDigi, unsigned int size) | |
Phase2TrackerCluster1D (const Phase2TrackerDigi &firstDigi, unsigned int size, unsigned int threshold) | |
uint16_t | size () const |
uint16_t | threshold () const |
Private Attributes | |
uint16_t | data_ |
Phase2TrackerDigi | firstDigi_ |
Definition at line 10 of file Phase2TrackerCluster1D.h.
|
inline |
Definition at line 14 of file Phase2TrackerCluster1D.h.
|
inline |
Definition at line 15 of file Phase2TrackerCluster1D.h.
|
inline |
Definition at line 16 of file Phase2TrackerCluster1D.h.
|
inline |
Definition at line 17 of file Phase2TrackerCluster1D.h.
|
inline |
Definition at line 18 of file Phase2TrackerCluster1D.h.
|
inline |
Definition at line 28 of file Phase2TrackerCluster1D.h.
References center(), and column().
Referenced by Phase2StripCPETrivial::localParameters().
|
inline |
Definition at line 27 of file Phase2TrackerCluster1D.h.
References data_, and firstStrip().
Referenced by barycenter().
|
inline |
Definition at line 24 of file Phase2TrackerCluster1D.h.
References Phase2TrackerDigi::column(), and firstDigi_.
Referenced by barycenter().
|
inline |
Definition at line 23 of file Phase2TrackerCluster1D.h.
References Phase2TrackerDigi::edge(), and firstDigi_.
|
inline |
Definition at line 20 of file Phase2TrackerCluster1D.h.
References firstDigi_.
|
inline |
Definition at line 22 of file Phase2TrackerCluster1D.h.
References firstDigi_, and Phase2TrackerDigi::row().
|
inline |
Definition at line 21 of file Phase2TrackerCluster1D.h.
References firstDigi_, and Phase2TrackerDigi::strip().
Referenced by center(), and operator<().
|
inline |
|
inline |
|
private |
Definition at line 33 of file Phase2TrackerCluster1D.h.
Referenced by center(), size(), and threshold().
|
private |
Definition at line 32 of file Phase2TrackerCluster1D.h.
Referenced by column(), edge(), firstDigi(), firstRow(), and firstStrip().