109 if (!spCollection)
continue;
111 const Identifier idColl(spCollection->identify());
118 bool isInnermost =
m_usePixel ? (layerDisk==0) :
false;
119 bool isNextToInnermost =
m_usePixel ? ((layerDisk==1) or (brlEc!=0 and layerDisk==2)) :
false;
130 auto globalPos = spacePoint->globalPosition();
131 auto globalCov = spacePoint->globCovariance();
133 m_eta->push_back(globalPos.eta());
164 const int brlEc(
m_stripID->barrel_ec(idColl));
165 const int layerDisk(
m_stripID->layer_disk(idColl));
166 const int phiMod(
m_stripID->phi_module(idColl));
167 const int etaMod(
m_stripID->eta_module(idColl));
170 const bool isInnermost(
false);
171 const bool isNextToInnermost(
false);
182 auto globalPos = spacePoint->globalPosition();
183 auto globalCov = spacePoint->globCovariance();
185 m_eta->push_back(globalPos.eta());
213 return StatusCode::SUCCESS;