24 for (
auto it = trackerGeometry->
dets().begin(); it != trackerGeometry->
dets().end(); it++) {
25 if (dynamic_cast<PixelGeomDetUnit const*>((*it)) !=
nullptr) {
26 DetId detId = (*it)->geographicalId();
27 uint32_t
id = detId();
29 DetToFedMap.insert(pair<uint32_t, std::vector<CablingPathToDetUnit> >(
id,
paths));
39 typedef std::vector<CablingPathToDetUnit>::const_iterator
IT;
40 for (
IT it =
path.begin(); it !=
path.end(); ++it) {
62 std::vector<CablingPathToDetUnit>
path =
DetToFedMap.find(detId)->second;
70 std::vector<CablingPathToDetUnit>
path =
DetToFedMap.find(detId)->second;
71 typedef std::vector<CablingPathToDetUnit>::const_iterator
IT;
72 for (
IT it =
path.begin(); it !=
path.end(); ++it) {
81 short link = (short)it->link;
90 std::vector<CablingPathToDetUnit>
path =
DetToFedMap.find(detId)->second;
91 typedef std::vector<CablingPathToDetUnit>::const_iterator
IT;
92 for (
IT it =
path.begin(); it !=
path.end(); ++it) {
101 short rocInLink = (short)
roc->idInLink();
110 std::vector<CablingPathToDetUnit>
path =
DetToFedMap.find(detId)->second;
111 typedef std::vector<CablingPathToDetUnit>::const_iterator
IT;
112 for (
IT it =
path.begin(); it !=
path.end(); ++it) {
121 short rocInDet = (short)
roc->idInDetUnit();
133 std::vector<CablingPathToDetUnit>
path =
DetToFedMap.find(detId)->second;
134 typedef std::vector<CablingPathToDetUnit>::const_iterator
IT;
135 for (
IT it =
path.begin(); it !=
path.end(); ++it) {