Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::TrackAccessorBase< T, ReadOnly > Struct Template Reference

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

Public Member Functions

 TrackAccessorBase (HashedString _key)
 

Public Attributes

HashedString key
 

Detailed Description

template<typename T, bool ReadOnly>
struct Acts::TrackAccessorBase< T, ReadOnly >

Utility class that eases accessing dynamic columns in track containers

Template Parameters
Tthe type of the value to access
ReadOnlytrue if this is a const accessor

Definition at line 344 of file TrackContainer.hpp.

View newest version in sPHENIX GitHub at line 344 of file TrackContainer.hpp

Constructor & Destructor Documentation

template<typename T, bool ReadOnly>
Acts::TrackAccessorBase< T, ReadOnly >::TrackAccessorBase ( HashedString  _key)
inline

Create the accessor from an already-hashed string key

Parameters
_keythe key

Definition at line 349 of file TrackContainer.hpp.

View newest version in sPHENIX GitHub at line 349 of file TrackContainer.hpp

Member Data Documentation

template<typename T, bool ReadOnly>
HashedString Acts::TrackAccessorBase< T, ReadOnly >::key

Definition at line 345 of file TrackContainer.hpp.

View newest version in sPHENIX GitHub at line 345 of file TrackContainer.hpp

Referenced by conftest.RootHashAssertionError::__init__().


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