Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::ConstTrackStateType Class Reference

#include <acts/blob/sPHENIX/Core/include/Acts/EventData/TrackStateType.hpp>

Public Types

using raw_type = std::uint64_t
 

Public Member Functions

 ConstTrackStateType (const raw_type &raw)
 

Public Attributes

const raw_typem_raw {nullptr}
 

Static Public Attributes

static constexpr std::size_t kRawBits
 

Detailed Description

View type over a bitset stored in a 64 bit integer This view does not allow modifications

Definition at line 92 of file TrackStateType.hpp.

View newest version in sPHENIX GitHub at line 92 of file TrackStateType.hpp

Member Typedef Documentation

using Acts::ConstTrackStateType::raw_type = std::uint64_t

Definition at line 94 of file TrackStateType.hpp.

View newest version in sPHENIX GitHub at line 94 of file TrackStateType.hpp

Constructor & Destructor Documentation

Acts::ConstTrackStateType::ConstTrackStateType ( const raw_type raw)
inline

Constructor from a reference to the underlying value container

Parameters
rawthe value container

Definition at line 100 of file TrackStateType.hpp.

View newest version in sPHENIX GitHub at line 100 of file TrackStateType.hpp

Member Data Documentation

constexpr std::size_t Acts::ConstTrackStateType::kRawBits
static
Initial value:

Definition at line 95 of file TrackStateType.hpp.

View newest version in sPHENIX GitHub at line 95 of file TrackStateType.hpp

const raw_type* Acts::ConstTrackStateType::m_raw {nullptr}

Definition at line 125 of file TrackStateType.hpp.

View newest version in sPHENIX GitHub at line 125 of file TrackStateType.hpp


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