Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SpacePoint.h File Reference
#include <memory>
#include "trackbase/TrkrDefs.h"
#include <Acts/Geometry/GeometryIdentifier.hpp>
#include <Acts/Seeding/Seed.hpp>
+ Include dependency graph for SpacePoint.h:
+ This graph shows which files directly or indirectly include this file:

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.
 

Typedef Documentation

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

Function Documentation

bool operator== ( SpacePoint  a,
SpacePoint  b 
)
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.