#include <CTPPSPixelROC.h>
|
template<class Archive > |
void | serialize (Archive &ar, const unsigned int version) |
|
Definition at line 19 of file CTPPSPixelROC.h.
CTPPSPixelROC::CTPPSPixelROC |
( |
| ) |
|
|
inline |
CTPPSPixelROC::~CTPPSPixelROC |
( |
| ) |
|
|
inline |
CTPPSPixelROC::CTPPSPixelROC |
( |
uint32_t |
du, |
|
|
int |
idInDU, |
|
|
int |
idLk |
|
) |
| |
ctor with DetUnit id, ROC number in DU (given by token passage), ROC number in Link (given by token passage),
Definition at line 3 of file CTPPSPixelROC.cc.
unsigned int CTPPSPixelROC::idInDetUnit |
( |
| ) |
const |
|
inline |
unsigned int CTPPSPixelROC::idInLink |
( |
| ) |
const |
|
inline |
std::string CTPPSPixelROC::print |
( |
int |
depth = 0 | ) |
const |
uint32_t CTPPSPixelROC::rawId |
( |
| ) |
const |
|
inline |
template<class Archive >
void CTPPSPixelROC::serialize |
( |
Archive & |
ar, |
|
|
const unsigned int |
version |
|
) |
| |
|
private |
std::pair<int,int> CTPPSPixelROC::toGlobal |
( |
const std::pair< int, int > & |
rocPixel | ) |
const |
|
inline |
Definition at line 57 of file CTPPSPixelROC.h.
References theIdDU, theIndices, and CTPPSPixelIndices::transformToModule().
59 int modulePixelRow=-1;
60 int modulePixelColumn=-1;
61 int rocPixelRow = rocPixel.first;
62 int rocPixelColumn = rocPixel.second;
66 std::pair<int,int> modulePixel;
67 modulePixel = std::make_pair(modulePixelRow, modulePixelColumn);
int transformToModule(const int colROC, const int rowROC, const int rocId, int &col, int &row) const
CTPPSPixelIndices theIndices
std::pair<int,int> CTPPSPixelROC::toGlobalfromDcol |
( |
const std::pair< int, int > & |
rocPixel | ) |
const |
|
inline |
Definition at line 73 of file CTPPSPixelROC.h.
References CTPPSPixelIndices::convertDcolToCol(), particleFlowClusterECALTimeSelected_cfi::depth, print(), AlCaHLTBitMon_QueryRunRegistry::string, theIdDU, theIndices, and CTPPSPixelIndices::transformToModule().
Referenced by CTPPSPixelDataFormatter::interpretRawData().
75 int modulePixelRow=-1;
76 int modulePixelColumn=-1;
77 int rocDcol = rocPixel.first;
78 int rocPxl = rocPixel.second;
87 std::pair<int,int> modulePixel;
88 modulePixel = std::make_pair(modulePixelRow, modulePixelColumn);
static int convertDcolToCol(const int dcol, const int pix, int &colROC, int &rowROC)
int transformToModule(const int colROC, const int rowROC, const int rocId, int &col, int &row) const
CTPPSPixelIndices theIndices
std::pair<int,int> CTPPSPixelROC::toLocal |
( |
const std::pair< int, int > & |
modulePixel | ) |
const |
|
inline |
Definition at line 42 of file CTPPSPixelROC.h.
References theIndices, and CTPPSPixelIndices::transformToROC().
44 int rocPixelRow, rocPixelColumn, idDU;
45 int modulePixelRow = modulePixel.first;
46 int modulePixelColumn = modulePixel.second;
50 std::pair<int,int> rocPixel;
51 rocPixel = std::make_pair(rocPixelRow, rocPixelColumn);
int transformToROC(const int col, const int row, int &rocId, int &colROC, int &rowROC) const
CTPPSPixelIndices theIndices
friend class boost::serialization::access |
|
friend |
template<typename CondSerializationT , typename Enabled >
uint32_t CTPPSPixelROC::theDetUnit |
|
private |
unsigned int CTPPSPixelROC::theIdDU |
|
private |
unsigned int CTPPSPixelROC::theIdLk |
|
private |