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