1 #ifndef DATAFORMATS_PHASE2TRACKERCLUSTER_PHASE2TRACKERCLUSTER1D_H
2 #define DATAFORMATS_PHASE2TRACKERCLUSTER_PHASE2TRACKERCLUSTER1D_H
16 :
firstDigi_(row, col),
data_(((threshold & 0x1) << 15) | (size & 0x7fff)) {}
20 :
firstDigi_(firstDigi),
data_(((threshold & 0x1) << 15) | (size & 0x7fff)) {}
unsigned int column() const
unsigned int edge() const
unsigned int firstStrip() const
edmNew::DetSetVector< Phase2TrackerCluster1D > Phase2TrackerCluster1DCollectionNew
unsigned int firstRow() const
Phase2TrackerCluster1D(const Phase2TrackerDigi &firstDigi, unsigned int size)
unsigned int column() const
Phase2TrackerCluster1D(unsigned int row, unsigned int col, unsigned int size, unsigned int threshold)
uint16_t threshold() const
unsigned int edge() const
bool operator<(DTCELinkId const &lhs, DTCELinkId const &rhs)
Phase2TrackerCluster1D(const Phase2TrackerDigi &firstDigi, unsigned int size, unsigned int threshold)
std::pair< float, float > barycenter() const
Phase2TrackerCluster1D(unsigned int row, unsigned int col, unsigned int size)
unsigned int strip() const
const Phase2TrackerDigi & firstDigi() const
Phase2TrackerDigi firstDigi_