ATLAS Offline Software
|
Interface for the VecMem based GPU friendly TrackParticleContainer. More...
#include <TrackParticleContainer.h>
Public Member Functions | |
VECMEM_HOST_AND_DEVICE const auto & | theta () const |
Get the polar angles of the tracks (const) More... | |
VECMEM_HOST_AND_DEVICE auto & | theta () |
Get the polar angles of the tracks (non-const) More... | |
VECMEM_HOST_AND_DEVICE const auto & | phi () const |
Get the azimuthal angles of the tracks (const) More... | |
VECMEM_HOST_AND_DEVICE auto & | phi () |
Get the azimuthal angles of the tracks (non-const) More... | |
VECMEM_HOST_AND_DEVICE const auto & | qOverP () const |
Get the inverse momenta of the tracks (const) More... | |
VECMEM_HOST_AND_DEVICE auto & | qOverP () |
Get the inverse momenta of the tracks (non-const) More... | |
Interface for the VecMem based GPU friendly TrackParticleContainer.
Definition at line 15 of file Control/AthenaExamples/AthExCUDA/src/TrackParticleContainer.h.
|
inline |
Get the azimuthal angles of the tracks (non-const)
Definition at line 32 of file Control/AthenaExamples/AthExCUDA/src/TrackParticleContainer.h.
|
inline |
Get the azimuthal angles of the tracks (const)
Definition at line 29 of file Control/AthenaExamples/AthExCUDA/src/TrackParticleContainer.h.
|
inline |
Get the inverse momenta of the tracks (non-const)
Definition at line 39 of file Control/AthenaExamples/AthExCUDA/src/TrackParticleContainer.h.
|
inline |
Get the inverse momenta of the tracks (const)
Definition at line 36 of file Control/AthenaExamples/AthExCUDA/src/TrackParticleContainer.h.
|
inline |
Get the polar angles of the tracks (non-const)
Definition at line 25 of file Control/AthenaExamples/AthExCUDA/src/TrackParticleContainer.h.
|
inline |
Get the polar angles of the tracks (const)
Definition at line 22 of file Control/AthenaExamples/AthExCUDA/src/TrackParticleContainer.h.