ATLAS Offline Software
Loading...
Searching...
No Matches
ActsTrk::Seed Struct Reference

#include <SeedContainer.h>

Inheritance diagram for ActsTrk::Seed:
Collaboration diagram for ActsTrk::Seed:

Public Types

using Base = Acts::ConstSeedProxy2
using SpacePointValue = SeedContainer::SpacePointValue
using SpacePointContainer = SeedContainer::SpacePointContainer

Public Member Functions

const SpacePointContainerspacePointContainer () const noexcept
SpacePointIndexSubset sp () const
float z () const noexcept
float seedQuality () const noexcept

Detailed Description

Definition at line 94 of file SeedContainer.h.

Member Typedef Documentation

◆ Base

using ActsTrk::Seed::Base = Acts::ConstSeedProxy2

Definition at line 95 of file SeedContainer.h.

◆ SpacePointContainer

◆ SpacePointValue

Member Function Documentation

◆ seedQuality()

float ActsTrk::Seed::seedQuality ( ) const
inlinenoexcept

Definition at line 103 of file SeedContainer.h.

103{ return quality(); }

◆ sp()

SpacePointIndexSubset ActsTrk::Seed::sp ( ) const
inline

Definition at line 131 of file SeedContainer.h.

131{ return SpacePointIndexSubset(spacePointContainer(), spacePointIndices()); }
const SpacePointContainer & spacePointContainer() const noexcept

◆ spacePointContainer()

const SpacePointContainer & ActsTrk::Seed::spacePointContainer ( ) const
inlinenoexcept

Definition at line 99 of file SeedContainer.h.

99{ return static_cast<const SeedContainer&>(container()).spacePoints(); }

◆ z()

float ActsTrk::Seed::z ( ) const
inlinenoexcept

Definition at line 102 of file SeedContainer.h.

102{ return vertexZ(); }

The documentation for this struct was generated from the following file: