#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 |
|
inline |
Definition at line 27 of file Phase2TrackerCluster1D.h.
References firstStrip(), objects.autophobj::float, and size().
Referenced by barycenter(), Phase2StripCPEGeometric::localParameters(), and Phase2StripCPE::localParameters().
|
inline |
Definition at line 24 of file Phase2TrackerCluster1D.h.
References Phase2TrackerDigi::column(), and firstDigi_.
Referenced by barycenter(), Phase2StripCPEGeometric::localParameters(), Phase2StripCPE::localParameters(), and ClusterTPAssociationProducer::produce().
|
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().
Referenced by ClusterTPAssociationProducer::produce().
|
inline |
Definition at line 21 of file Phase2TrackerCluster1D.h.
References firstDigi_, and Phase2TrackerDigi::strip().
Referenced by center(), operator<(), and TkPhase2OTMeasurementDet::recHits().
|
inline |
Definition at line 25 of file Phase2TrackerCluster1D.h.
References data_.
Referenced by ntupleDataFormat._Collection::__iter__(), ntupleDataFormat._Collection::__len__(), center(), and ClusterTPAssociationProducer::produce().
|
inline |
|
private |
Definition at line 33 of file Phase2TrackerCluster1D.h.
Referenced by size(), and threshold().
|
private |
Definition at line 32 of file Phase2TrackerCluster1D.h.
Referenced by column(), edge(), firstDigi(), firstRow(), and firstStrip().