#include <PixelEndcapLinkMaker.h>
Classes | |
struct | Item |
struct | Order |
Public Types | |
typedef std::vector< uint32_t > | DetUnits |
typedef PixelFEDCabling::Links | Links |
typedef std::vector < PixelModuleName * > | Names |
typedef sipixelobjects::PixelFEDCabling | PixelFEDCabling |
typedef sipixelobjects::PixelFEDLink | PixelFEDLink |
typedef sipixelobjects::PixelROC | PixelROC |
typedef TRange< int > | Range |
Public Member Functions | |
Links | links (const Names &n, const DetUnits &u) const |
PixelEndcapLinkMaker (const PixelFEDCabling *o) | |
ctor from owner More... | |
Private Attributes | |
const PixelFEDCabling * | theOwner |
Definition at line 14 of file PixelEndcapLinkMaker.h.
typedef std::vector<uint32_t> PixelEndcapLinkMaker::DetUnits |
Definition at line 22 of file PixelEndcapLinkMaker.h.
Definition at line 23 of file PixelEndcapLinkMaker.h.
typedef std::vector<PixelModuleName* > PixelEndcapLinkMaker::Names |
Definition at line 21 of file PixelEndcapLinkMaker.h.
Definition at line 17 of file PixelEndcapLinkMaker.h.
Definition at line 18 of file PixelEndcapLinkMaker.h.
Definition at line 19 of file PixelEndcapLinkMaker.h.
typedef TRange<int> PixelEndcapLinkMaker::Range |
Definition at line 24 of file PixelEndcapLinkMaker.h.
|
inline |
PixelEndcapLinkMaker::Links PixelEndcapLinkMaker::links | ( | const Names & | n, |
const DetUnits & | u | ||
) | const |
construct links Each Endcap module triggers one or two link Items. They are sorted according to Order(). The ROCs corresponding to items are created. The link is form from link items and ROCS.
Definition at line 32 of file PixelEndcapLinkMaker.cc.
References sipixelobjects::PixelFEDLink::add(), ztail::d, alignCSCRings::e, customizeTrackingMonitorSeedNumber::idx, MainPageGenerator::link, LogDebug, PixelEndcapName::moduleType(), PixelEndcapName::name(), PixelEndcapLinkMaker::Item::name, query::result, PixelEndcapLinkMaker::Item::rocIds, python.multivaluedict::sort(), PixelEndcapLinkMaker::Item::unit, PixelModuleName::v1x2, PixelModuleName::v1x5, PixelModuleName::v2x3, PixelModuleName::v2x4, and PixelModuleName::v2x5.
Referenced by SiPixelFedCablingMapBuilder::produce().
|
private |
Definition at line 37 of file PixelEndcapLinkMaker.h.