Go to the documentation of this file. 1 #ifndef TRACKINGOBJECTS_PIXELDIGI_H
2 #define TRACKINGOBJECTS_PIXELDIGI_H
38 std::cout <<
"PixelDigi constructor: row or column out packing range " <<
row <<
' ' <<
col << std::endl;
60 unsigned short adc()
const {
68 return std::pair<int, int>(
row,
col);
92 return o <<
" " << digi.
channel() <<
" " << digi.
adc();
const PackedDigiType rowcol_mask
PackedDigiType packedData() const
void init(int row, int col, int adc)
std::ostream & operator<<(std::ostream &o, const PixelDigi &digi)
PixelDigi(int row, int col, int adc)
const PackedDigiType row_mask
constexpr static Packing thePacking
bool operator<(const PixelDigi &one, const PixelDigi &other)
PixelDigi(int chan, int adc)
static int pixelToChannel(int row, int col)
PixelDigi(PackedDigiType packed_value)
static int pixelToChannel(int row, int col)
chan
lumi = TPaveText(lowX+0.38, lowY+0.061, lowX+0.45, lowY+0.161, "NDC") lumi.SetBorderSize( 0 ) lumi....
unsigned short adc() const
const PackedDigiType column_mask
unsigned int PackedDigiType
const PackedDigiType adc_mask
static std::pair< int, int > channelToPixel(int ch)