#include <TrigTrackSeedGenerator.h>
Definition at line 238 of file TrigTrackSeedGenerator.h.
◆ InternalSoA()
InternalSoA::InternalSoA |
( |
| ) |
|
|
inline |
Definition at line 242 of file TrigTrackSeedGenerator.h.
242 :
m_spi(0),
m_spo(0),
m_r(0),
m_u(0),
m_v(0),
m_t(0),
m_ti(0),
m_to(0),
m_tCov(0),
m_sorted_sp(0),
◆ ~InternalSoA()
InternalSoA::~InternalSoA |
( |
| ) |
|
|
inline |
◆ clear()
void InternalSoA::clear |
( |
| ) |
|
|
inline |
◆ resize()
void InternalSoA::resize |
( |
const int |
spSize | ) |
|
|
inline |
Definition at line 276 of file TrigTrackSeedGenerator.h.
280 m_r =
new double[spSize];
281 m_u =
new double[spSize];
282 m_v =
new double[spSize];
283 m_t =
new double[spSize];
284 m_ti =
new double[spSize];
285 m_to =
new double[spSize];
286 m_tCov =
new double[spSize];
◆ m_r
◆ m_sorted_sp
◆ m_sorted_sp_t
double* InternalSoA::m_sorted_sp_t |
◆ m_sorted_sp_type
int* InternalSoA::m_sorted_sp_type |
◆ m_spi
◆ m_spo
◆ m_t
◆ m_tCov
double* InternalSoA::m_tCov |
◆ m_ti
double* InternalSoA::m_ti |
◆ m_to
double* InternalSoA::m_to |
◆ m_u
◆ m_v
The documentation for this struct was generated from the following file: