Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /acts/Examples/Framework/include/ActsExamples/EventData/SpacePoint.hpp was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 // This file is part of the ACTS project.
0002 //
0003 // Copyright (C) 2016 CERN for the benefit of the ACTS project
0004 //
0005 // This Source Code Form is subject to the terms of the Mozilla Public
0006 // License, v. 2.0. If a copy of the MPL was not distributed with this
0007 // file, You can obtain one at https://mozilla.org/MPL/2.0/.
0008 
0009 #pragma once
0010 
0011 #include "Acts/EventData/SpacePointContainer2.hpp"
0012 #include "Acts/EventData/Types.hpp"
0013 
0014 namespace ActsExamples {
0015 
0016 using SpacePointIndex = Acts::SpacePointIndex2;
0017 
0018 using SpacePointProxy = Acts::SpacePointContainer2::MutableProxy;
0019 using ConstSpacePointProxy = Acts::SpacePointContainer2::ConstProxy;
0020 
0021 using ConstSpacePointSubset = Acts::SpacePointContainer2::ConstSubset;
0022 
0023 using SpacePointColumns = Acts::SpacePointColumns;
0024 using SpacePointContainer = Acts::SpacePointContainer2;
0025 
0026 }  // namespace ActsExamples