ATLAS Offline Software
Loading...
Searching...
No Matches
SpacePointCollector.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7namespace ActsTrk {
8
9 SpacePointCollector::SpacePointCollector(std::vector<const xAOD::SpacePoint*>& externalStorage)
10 : m_storage(&externalStorage)
11 {}
12
13} // namespace ActsTrk
14
std::vector< const ValueType * > * m_storage
SpacePointCollector(std::vector< const ValueType * > &externalStorage)
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...