13#ifndef ACTSGEOMETRY_ACTSELEMENTVECTOR_H
14#define ACTSGEOMETRY_ACTSELEMENTVECTOR_H
35 void push_back (std::shared_ptr<const ActsDetectorElement> p)
const
37 std::scoped_lock lock (
m_mutex);
42 std::vector<std::shared_ptr<const ActsDetectorElement>>&
vector() {
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