ATLAS Offline Software
Loading...
Searching...
No Matches
geo_constants Struct Reference

#include <FPGATrackSimConstGenAlgo.h>

Collaboration diagram for geo_constants:

Public Member Functions

 geo_constants (size_t nCoords)

Public Attributes

std::vector< double > Vd0
std::vector< double > Vcurvature
std::vector< double > Vphi
std::vector< double > Vz0
std::vector< double > Veta
vector2D< double > kernel
std::vector< double > kaverages
FPGATrackSimTrackPars pars
int real {}

Detailed Description

Definition at line 47 of file FPGATrackSimConstGenAlgo.h.

Constructor & Destructor Documentation

◆ geo_constants()

geo_constants::geo_constants ( size_t nCoords)
inline

Definition at line 63 of file FPGATrackSimConstGenAlgo.h.

63 :
64 Vd0(nCoords),
65 Vcurvature(nCoords),
66 Vphi(nCoords),
67 Vz0(nCoords),
68 Veta(nCoords),
69 kernel(nCoords - FPGATrackSimTrackPars::NPARS, nCoords),
71 pars(0),
72 real(0)
73 {
74 }
std::vector< double > Vcurvature
std::vector< double > Vd0
vector2D< double > kernel
FPGATrackSimTrackPars pars
std::vector< double > Vz0
std::vector< double > kaverages
std::vector< double > Vphi
std::vector< double > Veta

Member Data Documentation

◆ kaverages

std::vector<double> geo_constants::kaverages

Definition at line 56 of file FPGATrackSimConstGenAlgo.h.

◆ kernel

vector2D<double> geo_constants::kernel

Definition at line 55 of file FPGATrackSimConstGenAlgo.h.

◆ pars

FPGATrackSimTrackPars geo_constants::pars

Definition at line 59 of file FPGATrackSimConstGenAlgo.h.

◆ real

int geo_constants::real {}

Definition at line 61 of file FPGATrackSimConstGenAlgo.h.

61{}; // this value is greater than 0 if these constants are correctly evaulated

◆ Vcurvature

std::vector<double> geo_constants::Vcurvature

Definition at line 51 of file FPGATrackSimConstGenAlgo.h.

◆ Vd0

std::vector<double> geo_constants::Vd0

Definition at line 50 of file FPGATrackSimConstGenAlgo.h.

◆ Veta

std::vector<double> geo_constants::Veta

Definition at line 54 of file FPGATrackSimConstGenAlgo.h.

◆ Vphi

std::vector<double> geo_constants::Vphi

Definition at line 52 of file FPGATrackSimConstGenAlgo.h.

◆ Vz0

std::vector<double> geo_constants::Vz0

Definition at line 53 of file FPGATrackSimConstGenAlgo.h.


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