identify pixel inside single ROC More...
#include <LocalPixel.h>
Classes | |
struct | DcolPxid |
double collumn and pixel ID in double collumn representation More... | |
struct | RocRowCol |
row and collumn in ROC representation More... | |
Public Member Functions | |
int | dcol () const |
LocalPixel (const DcolPxid &pixel) | |
LocalPixel (const RocRowCol &pixel) | |
int | pxid () const |
int | rocCol () const |
int | rocRow () const |
bool | valid () const |
Static Public Attributes | |
static const int | numColsInRoc = 52 |
static const int | numRowsInRoc = 80 |
Private Attributes | |
RocRowCol | thePixel |
identify pixel inside single ROC
Definition at line 7 of file LocalPixel.h.
|
inline |
Definition at line 27 of file LocalPixel.h.
References sipixelobjects::LocalPixel::DcolPxid::dcol, sipixelobjects::LocalPixel::DcolPxid::pxid, sipixelobjects::LocalPixel::RocRowCol::rocCol, sipixelobjects::LocalPixel::RocRowCol::rocRow, and thePixel.
|
inline |
Definition at line 32 of file LocalPixel.h.
|
inline |
Definition at line 34 of file LocalPixel.h.
References sipixelobjects::LocalPixel::RocRowCol::rocCol, and thePixel.
Referenced by SiPixelFrameReverter::toCabling(), and SiPixelFrameConverter::toCabling().
|
inline |
Definition at line 35 of file LocalPixel.h.
References sipixelobjects::LocalPixel::RocRowCol::rocCol, sipixelobjects::LocalPixel::RocRowCol::rocRow, and thePixel.
Referenced by SiPixelFrameReverter::toCabling(), and SiPixelFrameConverter::toCabling().
|
inline |
Definition at line 38 of file LocalPixel.h.
References sipixelobjects::LocalPixel::RocRowCol::rocCol, and thePixel.
Referenced by SiPixelCalibDigiProducer::checkPixel(), SiPixelOfflineCalibAnalysisBase::checkPixel(), SiPixelInformationExtractor::findNoisyPixels(), SiPixelSCurveCalibrationAnalysis::makeThresholdSummary(), SiPixelStatusProducer::onlineRocColRow(), sipixelobjects::PixelROC::toGlobal(), and PixelDataFormatter::word2digi().
|
inline |
Definition at line 37 of file LocalPixel.h.
References sipixelobjects::LocalPixel::RocRowCol::rocRow, and thePixel.
Referenced by SiPixelCalibDigiProducer::checkPixel(), SiPixelOfflineCalibAnalysisBase::checkPixel(), SiPixelInformationExtractor::findNoisyPixels(), SiPixelSCurveCalibrationAnalysis::makeThresholdSummary(), SiPixelStatusProducer::onlineRocColRow(), sipixelobjects::PixelROC::toGlobal(), and PixelDataFormatter::word2digi().
|
inline |
Definition at line 40 of file LocalPixel.h.
References thePixel, and sipixelobjects::LocalPixel::RocRowCol::valid().
Referenced by SiPixelFrameReverter::findLinkInFed(), SiPixelFrameReverter::findPixelInRoc(), SiPixelFrameReverter::findRocInDet(), SiPixelFrameReverter::findRocInLink(), SiPixelFrameReverter::toCabling(), and SiPixelFrameConverter::toCabling().
|
static |
Definition at line 12 of file LocalPixel.h.
Referenced by sipixelobjects::LocalPixel::RocRowCol::valid().
|
static |
Definition at line 11 of file LocalPixel.h.
Referenced by sipixelobjects::LocalPixel::RocRowCol::valid().
|
private |
Definition at line 42 of file LocalPixel.h.
Referenced by dcol(), LocalPixel(), pxid(), rocCol(), rocRow(), and valid().