2 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
7inline const InDet::SiWidth&
8SiCluster::width() const
12// return globalPosition:
13inline const Amg::Vector3D&
14SiCluster::globalPosition() const
16 return m_globalPosition;
20SiCluster::setGangedPixel(bool ganged)
22 m_gangedPixel = ganged;
26SiCluster::gangedPixel() const
31inline Trk::PrepRawDataType
32SiCluster::prdType() const
34 return Trk::PrepRawDataType::SiCluster;
37inline const InDetDD::SiDetectorElement*
38SiCluster::detectorElement() const
44SiCluster::setDetectorElement(const InDetDD::SiDetectorElement* detEl)
49 m_detEl->surface(identify()).localToGlobal(localPosition());