13#ifndef ACTSGEOMETRY_ACTSELEMENTVECTOR_H
14#define ACTSGEOMETRY_ACTSELEMENTVECTOR_H
35 void push_back (std::shared_ptr<const ActsDetectorElement> p)
const
42 std::vector<std::shared_ptr<const ActsDetectorElement>>&
vector() {
virtual void lock()=0
Interface to allow an object to lock itself when made const in SG.
Define macros for attributes used to control the static checker.
Helper to hold elements for deletion.
std::vector< std::shared_ptr< const ActsDetectorElement > > & vector()
std::vector< std::shared_ptr< const ActsDetectorElement > > m_vec ATLAS_THREAD_SAFE
void push_back(std::shared_ptr< const ActsDetectorElement > p) const