Analysis Software
Documentation for sPHENIX simulation software
|
#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_type * | m_raw {nullptr} |
Static Public Attributes | |
static constexpr std::size_t | kRawBits |
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
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
|
inline |
Constructor from a reference to the underlying value container
raw | the value container |
Definition at line 100 of file TrackStateType.hpp.
View newest version in sPHENIX GitHub at line 100 of file TrackStateType.hpp
|
static |
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