#include <FrameConversion.h>
Public Member Functions | |
const sipixelobjects::LinearConversion & | collumn () const |
FrameConversion () | |
FrameConversion (const PixelEndcapName &name, int rocIdInDetUnit) | |
FrameConversion (const PixelBarrelName &name, int rocIdInDetUnit) | |
FrameConversion (int rowOffset, int rowSlopeSign, int colOffset, int colSlopeSign) | |
FrameConversion (bool bpix, int side, int layer, int rocIdInDetUnit) | |
FrameConversion (bool bpix, int side, int rocIdInDetUnit) | |
const sipixelobjects::LinearConversion & | row () const |
Private Attributes | |
sipixelobjects::LinearConversion | theCollumnConversion |
sipixelobjects::LinearConversion | theRowConversion |
Definition at line 13 of file FrameConversion.h.
|
inline |
Definition at line 15 of file FrameConversion.h.
References dataset::name.
Referenced by FrameConversion().
FrameConversion::FrameConversion | ( | const PixelEndcapName & | name, |
int | rocIdInDetUnit | ||
) |
Definition at line 235 of file FrameConversion.cc.
References phase1PixelTopology::numColsInRoc, phase1PixelTopology::numRowsInRoc, PixelEndcapName::pannelName(), and PixelEndcapName::plaquetteName().
FrameConversion::FrameConversion | ( | const PixelBarrelName & | name, |
int | rocIdInDetUnit | ||
) |
Definition at line 168 of file FrameConversion.cc.
References PixelBarrelName::isHalfModule(), PixelBarrelName::mI, PixelBarrelName::mO, phase1PixelTopology::numColsInRoc, phase1PixelTopology::numRowsInRoc, and PixelBarrelName::shell().
|
inline |
Definition at line 18 of file FrameConversion.h.
References FrameConversion().
FrameConversion::FrameConversion | ( | bool | bpix, |
int | side, | ||
int | layer, | ||
int | rocIdInDetUnit | ||
) |
Definition at line 11 of file FrameConversion.cc.
References phase1PixelTopology::numColsInRoc, and phase1PixelTopology::numRowsInRoc.
FrameConversion::FrameConversion | ( | bool | bpix, |
int | side, | ||
int | rocIdInDetUnit | ||
) |
Definition at line 89 of file FrameConversion.cc.
References phase1PixelTopology::numColsInRoc, and phase1PixelTopology::numRowsInRoc.
|
inline |
Definition at line 27 of file FrameConversion.h.
References theCollumnConversion.
Referenced by sipixelobjects::PixelROC::toGlobal(), and sipixelobjects::PixelROC::toLocal().
|
inline |
Definition at line 26 of file FrameConversion.h.
References theRowConversion.
Referenced by sipixelobjects::PixelROC::toGlobal(), and sipixelobjects::PixelROC::toLocal().
|
private |
Definition at line 31 of file FrameConversion.h.
Referenced by collumn().
|
private |
Definition at line 30 of file FrameConversion.h.
Referenced by row().