Analysis Software
Documentation for sPHENIX simulation software
|
#include <memory>
#include "trackbase/TrkrDefs.h"
#include <Acts/Geometry/GeometryIdentifier.hpp>
#include <Acts/Seeding/Seed.hpp>
Go to the source code of this file.
Classes | |
struct | SpacePoint |
Typedefs | |
using | SpacePointPtr = std::unique_ptr< SpacePoint > |
using | SeedContainer = std::vector< Acts::Seed< SpacePoint >> |
Functions | |
bool | operator== (SpacePoint a, SpacePoint b) |
This is needed by the Acts seedfinder. | |
using SeedContainer = std::vector<Acts::Seed<SpacePoint>> |
Definition at line 41 of file SpacePoint.h.
View newest version in sPHENIX GitHub at line 41 of file SpacePoint.h
using SpacePointPtr = std::unique_ptr<SpacePoint> |
Definition at line 40 of file SpacePoint.h.
View newest version in sPHENIX GitHub at line 40 of file SpacePoint.h
|
inline |
This is needed by the Acts seedfinder.
Definition at line 36 of file SpacePoint.h.
View newest version in sPHENIX GitHub at line 36 of file SpacePoint.h
References SpacePoint::m_clusKey.