2 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
8PrepRawData::identify() const
13inline const Amg::Vector2D&
14PrepRawData::localPosition() const
19inline const Amg::MatrixX&
20PrepRawData::localCovariance() const
22 return m_localCovariance;
26PrepRawData::hasLocalCovariance() const
28 return (m_localCovariance.size() != 0);
31inline const std::vector<Identifier>&
32PrepRawData::rdoList() const
37/** TEMP for testing: might make some classes friends later ... */
39PrepRawData::setHashAndIndex(unsigned short collHash, unsigned short objIndex)
41 m_indexAndHash.setCollHash(collHash);
42 m_indexAndHash.setObjIndex(objIndex);
44inline const IdentContIndex&
45PrepRawData::getHashAndIndex() const
47 return m_indexAndHash;